Skip to content

Commit 1196276

Browse files
committed
Bump to 0.14.33
This release is needed to extend the compat for Kyrlov in ClimaTimeSteppers, which is needed to add support for recent versions of Oceananigans in ClimaCoupler.
1 parent e1658ea commit 1196276

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

NEWS.md

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

7+
v0.14.33
8+
-------
9+
10+
- Expanded compat for Krylov to `0.10`. [2318](https://github.com/CliMA/ClimaCore.jl/pull/2318).
11+
12+
v0.14.32
13+
-------
14+
15+
- Disabled shared memory on finite difference operators. It was found that it
16+
has a severe performance penalty for more complex cases.
17+
[2317](https://github.com/CliMA/ClimaCore.jl/pull/2317)
18+
719
- Fixed missing method for `Topologies.mesh(Topology2D)`
820
[2288](https://github.com/CliMA/ClimaCore.jl/pull/2288).
921

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 <[email protected]>"]
4-
version = "0.14.32"
4+
version = "0.14.33"
55

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

0 commit comments

Comments
 (0)