annotate Project.toml @ 877:dd2ab001a7b6 feature/equidistant_grid/refine

Implement refine function, move exports to the top of the file, change location of constuctors. The constructors were changed have only one inner constructor and simpler outer constructors.
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 14 Feb 2022 09:39:58 +0100
parents 0159a91fc55a
children e67cddbb8adc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
333
01b851161018 Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents: 219
diff changeset
1 name = "Sbplib"
01b851161018 Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents: 219
diff changeset
2 uuid = "5a373a26-915f-4769-bcab-bf03835de17b"
757
0159a91fc55a Update deps
Vidar Stiernström <vidar.stiernstrom@it.uu.se>
parents: 653
diff changeset
3 authors = ["Jonatan Werpers <jonatan@werpers.com>", "Vidar Stiernström <vidar.stiernstrom@it.uu.se>, and contributors"]
333
01b851161018 Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents: 219
diff changeset
4 version = "0.1.0"
01b851161018 Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents: 219
diff changeset
5
337
d93099b1882e Add TiledIteration to deps. `using Sbplib` now runs without errors.
Jonatan Werpers <jonatan@werpers.com>
parents: 333
diff changeset
6 [deps]
591
089d4cb65146 Move operators into a toml file
Jonatan Werpers <jonatan@werpers.com>
parents: 337
diff changeset
7 TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
337
d93099b1882e Add TiledIteration to deps. `using Sbplib` now runs without errors.
Jonatan Werpers <jonatan@werpers.com>
parents: 333
diff changeset
8 TiledIteration = "06e1c1a7-607b-532d-9fad-de7d9aa2abac"
d93099b1882e Add TiledIteration to deps. `using Sbplib` now runs without errors.
Jonatan Werpers <jonatan@werpers.com>
parents: 333
diff changeset
9
333
01b851161018 Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents: 219
diff changeset
10 [compat]
01b851161018 Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents: 219
diff changeset
11 julia = "1.5"