Releases: OpenSourceAWE/AtmosphericModels.jl
Releases · OpenSourceAWE/AtmosphericModels.jl
v0.3.3
AtmosphericModels v0.3.3
Added
- the files
.zenodo.jsonandCITATION.cff
Changed
- support Julia 1.12
v0.3.2
AtmosphericModels v0.3.2
v0.3.1
AtmosphericModels v0.3.1
Fixed
- when calculating the filename for the windfield to load, the
rel_sigmaparameter was ignored
Changed
- better error message if loading the windfield fails
v0.3.0
AtmosphericModels v0.3.0
Changed
- 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.
- removed FAST_EXP, FAST_LOG and FAST_EXPLOG because they were error prone (did not deliver the correct result when changing settings.yaml)
Added
- 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 insettings.yaml. - Documenter generated documentation.
- all files have now a license attached. You can check that with
pipx run reuse lint. - many examples
- a GUI to investigate the 3D wind field
Merged pull requests:
- Add 3D Windfield (#13) (@ufechner7)
- Docu (#16) (@ufechner7)
- Remove polynom approximations (#23) (@ufechner7)
Closed issues:
v0.2.5
AtmosphericModels v0.2.5
Changes
- allow Julia 1.11
- update CI.yml, do not test on nightly any longer
- bump KiteUtils to 0.10
Merged pull requests:
- Bump actions/checkout from 2 to 4 (#9) (@dependabot[bot])
- Bump actions/cache from 3 to 4 (#10) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#11) (@dependabot[bot])
- Bump codecov/codecov-action from 2 to 5 (#12) (@dependabot[bot])