File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ ClimaCore.jl Release Notes
4
4
main
5
5
-------
6
6
7
+
8
+ v0.14.35
9
+ -------
10
+ - Fix unrolling over field broadcast arguments [ 2350] ( https://github.com/CliMA/ClimaCore.jl/pull/2350 )
11
+ - minor fixes/Fix field2array error msg, level func bounds check [ 2347] ( https://github.com/CliMA/ClimaCore.jl/pull/2347 )
12
+ - Define FiniteDifferenceSpace for extruded spaces [ 2344] ( https://github.com/CliMA/ClimaCore.jl/pull/2344 )
13
+
14
+ v0.14.34
15
+ -------
16
+ - Implement a columnwise shmem operator [ 2328] ( https://github.com/CliMA/ClimaCore.jl/pull/2328 )
17
+ - Dont reference localgeometry fields unnecessarily [ 2340] ( https://github.com/CliMA/ClimaCore.jl/pull/2340 )
18
+ - Add missing methods for column spaces and FieldVectors [ 2330] ( https://github.com/CliMA/ClimaCore.jl/pull/2330 )
19
+ - Move Δz_metric_component to Geometry module [ 2336] ( https://github.com/CliMA/ClimaCore.jl/pull/2336 )
20
+ - Allow for more flexibly constructed LocalGeometry [ 2335] ( https://github.com/CliMA/ClimaCore.jl/pull/2335 )
7
21
- Latitude and longitudes were flipped in the default target coordinates
8
22
in the remapper, leading to non-sense values.
9
23
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.34 "
4
+ version = " 0.14.35 "
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