Skip to content

Commit 2f170b0

Browse files
authored
Merge pull request #2318 from CliMA/gb/bump
Bump to 0.14.33
2 parents e1658ea + 1196276 commit 2f170b0

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)