diff --git a/NEWS.md b/NEWS.md index a08f338762..2b877ef64c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -16,6 +16,8 @@ v0.14.0 PR ([#1669](https://github.com/CliMA/ClimaCore.jl/pull/1669)) Machine-precision differences are expected. This change is breaking because remappers now return the same array type as the input field. +- ![][badge-🚀performance] We inlined the `multiple_field_solve` kernels, which should improve performance. PR [#1715](https://github.com/CliMA/ClimaCore.jl/pull/1715). +- ![][badge-🚀performance] We added support for MultiBroadcastFusion, which allows users to fuse similar space point-wise broadcast expressions via `Fields.@fused_direct`. PR [#1641](https://github.com/CliMA/ClimaCore.jl/pull/1641). v0.13.4 ------- diff --git a/Project.toml b/Project.toml index 2027fae0a0..bed944b550 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ClimaCore" uuid = "d414da3d-4745-48bb-8d80-42e94e092884" authors = ["CliMA Contributors "] -version = "0.14.0" +version = "0.14.1" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"