Skip to content

Commit 5abef93

Browse files
committed
Add KiteUtils 0.11 compat
1 parent 06aa995 commit 5abef93

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## AtmosphericModels v0.3.2 2025-08-26
2+
### Added
3+
- add KiteUtils 0.11 compat
4+
15
## AtmosphericModels v0.3.1 2025-07-14
26
### Fixed
37
- when calculating the filename for the windfield to load, the `rel_sigma` parameter was ignored
@@ -14,4 +18,4 @@
1418
- Documenter generated documentation.
1519
- all files have now a license attached. You can check that with `pipx run reuse lint`.
1620
- many examples
17-
- a GUI to investigate the 3D wind field
21+
- a GUI to investigate the 3D wind field

Project.toml

Lines changed: 2 additions & 2 deletions
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.1"
4+
version = "0.3.2"
55

66
[deps]
77
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
@@ -19,7 +19,7 @@ ControlPlots = "0.2.7"
1919
Documenter = "1.13.0"
2020
FFTW = "1.9.0"
2121
HypergeometricFunctions = "0.3"
22-
KiteUtils = "0.10.14"
22+
KiteUtils = "0.10, 0.11"
2323
LinearAlgebra = "1.10, 1.11"
2424
MeshGrid = "1.0.3"
2525
NPZ = "0.4.3"

0 commit comments

Comments
 (0)