Mercurial > repos > public > sbplib_julia
annotate Project.toml @ 1354:150313ed2cae
Merge refactor/grids (missed delete of a note)
Changes from previous merge:
* `EquidistantGrid` is now only a 1D thing.
* Higher dimensions are supported through `TensorGrid`.
* The old behavior of `EquidistantGrid` has been moved to the function `equidistant_grid`.
* Grids embedded in higher dimensions are now supported through tensor products with `ZeroDimGrid`s.
* Vector valued grid functions are now supported and the default element type is `SVector`.
* Grids are now expected to support Julia's indexing and iteration interface.
* `eval_on` can be called with both `f(x,y,...)` and `f(x̀„)`.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sat, 20 May 2023 14:19:20 +0200 |
parents | e67cddbb8adc |
children | 2a9ec1e2abad 857dab1a3116 |
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 | 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] |
1258
e67cddbb8adc
Add StaticArrays as a dependency
Jonatan Werpers <jonatan@werpers.com>
parents:
757
diff
changeset
|
7 StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" |
591
089d4cb65146
Move operators into a toml file
Jonatan Werpers <jonatan@werpers.com>
parents:
337
diff
changeset
|
8 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
|
9 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
|
10 |
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
|
11 [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
|
12 julia = "1.5" |