We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c62c8 commit 31312e3Copy full SHA for 31312e3
NEWS.md
@@ -4,6 +4,10 @@ ClimaCore.jl Release Notes
4
main
5
-------
6
7
+v0.14.46
8
+-------
9
+- Restrict GPUCompiler to < v1.7.6 to avoid GPU errors [2430](https://github.com/CliMA/ClimaCore.jl/pull/2430)
10
+
11
v0.14.45
12
13
- Add split divergence operator [2409](https://github.com/CliMA/ClimaCore.jl/pull/2409)
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.14.45"
+version = "0.14.46"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
0 commit comments