Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ ClimaCore.jl Release Notes
main
-------

v0.14.31
-------

- GPU performance should now be more robust
[2296](https://github.com/CliMA/ClimaCore.jl/pull/2296).

- Remapping is now protected for masked operations
[2292](https://github.com/CliMA/ClimaCore.jl/pull/2292).

- Shmem support for InterpolateC2F was added
[2290](https://github.com/CliMA/ClimaCore.jl/pull/2290).

- Some masked operations were fixed
[2285](https://github.com/CliMA/ClimaCore.jl/pull/2285).

- Internal refactoring should help reduce latency and improve gpu performance
[2284](https://github.com/CliMA/ClimaCore.jl/pull/2284).

- Masks now support restart
[2212](https://github.com/CliMA/ClimaCore.jl/pull/2212).

v0.14.30
-------

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ClimaCore"
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
authors = ["CliMA Contributors <[email protected]>"]
version = "0.14.30"
version = "0.14.31"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down
Loading