Skip to content

Commit 557e755

Browse files
Bump patch + update news for new release (#2191)
This PR isn't changing source code.
1 parent d13c383 commit 557e755

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

NEWS.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,27 @@ ClimaCore.jl Release Notes
44
main
55
-------
66

7-
- Prior to this version, `CommonSpaces` could not be created with
7+
v0.14.25
8+
-------
9+
10+
- Using incorrect boundary conditions will now error PR
11+
[2180](https://github.com/CliMA/ClimaCore.jl/pull/2180).
12+
13+
- Prior to this version, `CommonSpaces` could not be created with
814
`ClimaComms.MPICommsContext`. This is now fixed with PR
915
[2176](https://github.com/CliMA/ClimaCore.jl/pull/2176).
10-
- Fixed bug in distributed remapping with CUDA. Sometimes, `ClimaCore` would not
16+
17+
- Fixed bug in distributed remapping with CUDA. Sometimes, `ClimaCore` would not
1118
properly fill the output arrays with the correct values. This is now fixed. PR
1219
[2169](https://github.com/CliMA/ClimaCore.jl/pull/2169)
1320

21+
- Fixed adapt for vertical topology. PR [2187](https://github.com/CliMA/ClimaCore.jl/pull/2187).
22+
Closed [2186](https://github.com/CliMA/ClimaCore.jl/issues/2186).
23+
24+
- Added support for 1D extruded spaces. PR [2172](https://github.com/CliMA/ClimaCore.jl/pull/2172).
25+
Closed [1989](https://github.com/CliMA/ClimaCore.jl/issues/1989), and
26+
[1383](https://github.com/CliMA/ClimaCore.jl/issues/1383).
27+
1428
v0.14.24
1529
-------
1630

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ClimaCore"
22
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
33
authors = ["CliMA Contributors <[email protected]>"]
4-
version = "0.14.24"
4+
version = "0.14.25"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

0 commit comments

Comments
 (0)