Skip to content

Commit 50e545d

Browse files
Merge pull request #2141 from CliMA/ck/release
Update NEWS, and bump patch version
2 parents 4f97a51 + a093cbc commit 50e545d

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

NEWS.md

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

7-
### ![][badge-✨feature/enhancement] A new DebugOnly module can help find where
8-
NaNs/Inf come from. PRs [2115](https://github.com/CliMA/ClimaCore.jl/pull/2115) and
9-
[2139](https://github.com/CliMA/ClimaCore.jl/pull/2139)
7+
v0.14.22
8+
-------
9+
10+
- Added support for CPU<->GPU conversion of spaces, fields and fieldvectors, via Adapt. PR [2114](https://github.com/CliMA/ClimaCore.jl/pull/2114).
11+
12+
- Fixed numerics of column integrals for deep atmosphere. PR [2119](https://github.com/CliMA/ClimaCore.jl/pull/2119).
13+
14+
- Fixed high-resolution gpu space construction. PR [2100](https://github.com/CliMA/ClimaCore.jl/pull/2100).
15+
16+
### ![][badge-✨feature/enhancement] A new DebugOnly module can help find where NaNs/Inf come from
17+
- PRs [2115](https://github.com/CliMA/ClimaCore.jl/pull/2115) and
18+
[2139](https://github.com/CliMA/ClimaCore.jl/pull/2139)
1019

1120
A new `ClimaCore.DebugOnly` module was added, which can help users find where
1221
NaNs or Infs come from in a simulation, interactively. Documentation, with a
@@ -28,6 +37,11 @@ The target coordinates are automatically determined, but can also be customized.
2837
Refer to the [documentation](https://clima.github.io/ClimaCore.jl/dev/remapping/)
2938
for more information.
3039

40+
v0.14.22
41+
-------
42+
43+
- Fixed gpu support (adapt) for van-leer limiters. PR [2112](https://github.com/CliMA/ClimaCore.jl/pull/2112).
44+
3145
v0.14.21
3246
--------
3347

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.22"
4+
version = "0.14.23"
55

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

0 commit comments

Comments
 (0)