diff --git a/NEWS.md b/NEWS.md index 49972a122e..339b050ce2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,13 +4,13 @@ ClimaCore.jl Release Notes main ------- - - Defined some convenience methods [#2012](https://github.com/CliMA/ClimaCore.jl/pull/2012) - -v0.14.17 +v0.14.18 ------- - - Fixed some type instabilities PR [#2004](https://github.com/CliMA/ClimaCore.jl/pull/2004) - - More fixes to higher resolution column cases for the GPU [#1854](https://github.com/CliMA/ClimaCore.jl/pull/1854) + - Fixed multiple-field solve for land simulations PR [#2025](https://github.com/CliMA/ClimaCore.jl/pull/2025). + - Fixed Julia 1.11 PR [#2018](https://github.com/CliMA/ClimaCore.jl/pull/2018). + - `Nh` was turned back into a dynamic parameter, in order to alleviate compile times PR [#2005](https://github.com/CliMA/ClimaCore.jl/pull/2005). + - Defined some convenience methods [#2012](https://github.com/CliMA/ClimaCore.jl/pull/2012) ### ![][badge-🐛bugfix] Fix equality for `FieldVector`s with different type @@ -31,6 +31,12 @@ one. PR [#2021](https://github.com/CliMA/ClimaCore.jl/pull/2021). +v0.14.17 +------- + + - Fixed some type instabilities PR [#2004](https://github.com/CliMA/ClimaCore.jl/pull/2004) + - More fixes to higher resolution column cases for the GPU [#1854](https://github.com/CliMA/ClimaCore.jl/pull/1854) + v0.14.16 ------- diff --git a/Project.toml b/Project.toml index c4ed7dacde..1b19546d13 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ClimaCore" uuid = "d414da3d-4745-48bb-8d80-42e94e092884" authors = ["CliMA Contributors "] -version = "0.14.17" +version = "0.14.18" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" diff --git a/lib/ClimaCorePlots/Project.toml b/lib/ClimaCorePlots/Project.toml index 47644fd62d..d434fc3c24 100644 --- a/lib/ClimaCorePlots/Project.toml +++ b/lib/ClimaCorePlots/Project.toml @@ -1,7 +1,7 @@ name = "ClimaCorePlots" uuid = "cf7c7e5a-b407-4c48-9047-11a94a308626" authors = ["CliMA Contributors "] -version = "0.2.11" +version = "0.2.12" [deps] ClimaComms = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d" diff --git a/lib/ClimaCoreTempestRemap/Project.toml b/lib/ClimaCoreTempestRemap/Project.toml index 72358ef298..06dbcfdad2 100644 --- a/lib/ClimaCoreTempestRemap/Project.toml +++ b/lib/ClimaCoreTempestRemap/Project.toml @@ -1,7 +1,7 @@ name = "ClimaCoreTempestRemap" uuid = "d934ef94-cdd4-4710-83d6-720549644b70" authors = ["CliMA Contributors "] -version = "0.3.17" +version = "0.3.18" [deps] ClimaComms = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d"