Skip to content

Commit b732f9f

Browse files
Bump patch for release (#2300)
1 parent 81645c9 commit b732f9f

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

NEWS.md

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

7+
v0.14.31
8+
-------
9+
10+
- GPU performance should now be more robust
11+
[2296](https://github.com/CliMA/ClimaCore.jl/pull/2296).
12+
13+
- Remapping is now protected for masked operations
14+
[2292](https://github.com/CliMA/ClimaCore.jl/pull/2292).
15+
16+
- Shmem support for InterpolateC2F was added
17+
[2290](https://github.com/CliMA/ClimaCore.jl/pull/2290).
18+
19+
- Some masked operations were fixed
20+
[2285](https://github.com/CliMA/ClimaCore.jl/pull/2285).
21+
22+
- Internal refactoring should help reduce latency and improve gpu performance
23+
[2284](https://github.com/CliMA/ClimaCore.jl/pull/2284).
24+
25+
- Masks now support restart
26+
[2212](https://github.com/CliMA/ClimaCore.jl/pull/2212).
27+
728
v0.14.30
829
-------
930

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 <clima-software@caltech.edu>"]
4-
version = "0.14.30"
4+
version = "0.14.31"
55

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

0 commit comments

Comments
 (0)