File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,27 @@ ClimaCore.jl Release Notes
4
4
main
5
5
-------
6
6
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
8
14
` ClimaComms.MPICommsContext ` . This is now fixed with PR
9
15
[ 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
11
18
properly fill the output arrays with the correct values. This is now fixed. PR
12
19
[ 2169] ( https://github.com/CliMA/ClimaCore.jl/pull/2169 )
13
20
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
+
14
28
v0.14.24
15
29
-------
16
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 <[email protected] >" ]
4
- version = " 0.14.24 "
4
+ version = " 0.14.25 "
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