Skip to content

Commit 06aa995

Browse files
committed
Bump version
1 parent a97565f commit 06aa995

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
## AtmosphericModels v0.3.0 2025-07-08
1+
## AtmosphericModels v0.3.1 2025-07-14
2+
### Fixed
3+
- when calculating the filename for the windfield to load, the `rel_sigma` parameter was ignored
4+
### Changed
5+
- better error message if loading the windfield fails
26

3-
## Changed
7+
## AtmosphericModels v0.3.0 2025-07-08
8+
### Changed
49
- 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.
510
- removed FAST_EXP, FAST_LOG and FAST_EXPLOG because they were error prone (did not deliver the correct result when changing settings.yaml)
611

7-
## Added
12+
### Added
813
- 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`.
914
- Documenter generated documentation.
1015
- all files have now a license attached. You can check that with `pipx run reuse lint`.

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.3.0"
4+
version = "0.3.1"
55

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

0 commit comments

Comments
 (0)