File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,27 @@ ClimaCore.jl Release Notes
4
4
main
5
5
-------
6
6
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
+
7
28
v0.14.30
8
29
-------
9
30
Original file line number Diff line number Diff line change 1
1
name = " ClimaCore"
2
2
uuid = " d414da3d-4745-48bb-8d80-42e94e092884"
3
3
authors = [" CliMA Contributors <clima-software@caltech.edu>" ]
4
- version = " 0.14.30 "
4
+ version = " 0.14.31 "
5
5
6
6
[deps ]
7
7
Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
You can’t perform that action at this time.
0 commit comments