Skip to content

Commit 9922037

Browse files
committed
Bump version
1 parent e6af2cd commit 9922037

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
## Unreleased
1+
## AtmosphericModels v0.3.0 2025-07-08
22

33
## Changed
44
- BREAKING: When constructing an atmospheric model, you MUST pass the parameter set::Settings. This ensures that all parts of the simulation use the same settings struct, and that you can run different simulations with different settings in parallel.
5+
- removed FAST_EXP, FAST_LOG and FAST_EXPLOG because they were error prone (did not deliver the correct result when changing settings.yaml)
56

67
## Added
78
- The function `get_wind(am, x, y, z, t)` which returns a wind vector for the given position and time. It creates a 3D wind field if it does not exist in the data folder. The parameters of this wind field are configured in `settings.yaml`.
8-
- Documenter generated documentation.
9+
- Documenter generated documentation.
10+
- all files have now a license attached. You can check that with `pipx run reuse lint`.
11+
- many examples
12+
- a GUI to investigate the 3D wind field

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "AtmosphericModels"
22
uuid = "c59cac55-771d-4f45-b14d-1c681463a295"
33
authors = ["Uwe Fechner <[email protected]> and contributors"]
4-
version = "0.2.5"
4+
version = "0.3.0"
55

66
[deps]
77
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"

0 commit comments

Comments
 (0)