We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09fa55 commit 17e7900Copy full SHA for 17e7900
NEWS.md
@@ -4,7 +4,11 @@ ClimaCore.jl Release Notes
4
main
5
-------
6
7
+v0.13.4
8
+-------
9
+
10
- ![][badge-🐛bugfix] We fixed some fieldvector broadcasting on Julia 1.9. PR [#1658](https://github.com/CliMA/ClimaCore.jl/pull/1658).
11
+- ![][badge-🚀performance] We fixed an inference failure with matrix field broadcasting. PR [#1683](https://github.com/CliMA/ClimaCore.jl/pull/1683).
12
13
v0.13.3
14
Project.toml
@@ -1,7 +1,7 @@
1
name = "ClimaCore"
2
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
3
authors = ["CliMA Contributors <clima-software@caltech.edu>"]
-version = "0.13.3"
+version = "0.13.4"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
0 commit comments