Skip to content

Commit 5a4af69

Browse files
authored
Merge pull request #2351 from CliMA/cc/bump_patch
Bump patch version
2 parents bfc36b8 + d70a233 commit 5a4af69

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

NEWS.md

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

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)
721
- Latitude and longitudes were flipped in the default target coordinates
822
in the remapper, leading to non-sense values.
923

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.34"
4+
version = "0.14.35"
55

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

0 commit comments

Comments
 (0)