You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,13 @@ main
19
19
- We've refactored some modules to use less internals. PR [#2053](https://github.com/CliMA/ClimaCore.jl/pull/2053), PR [#2052](https://github.com/CliMA/ClimaCore.jl/pull/2052), [#2051](https://github.com/CliMA/ClimaCore.jl/pull/2051), [#2049](https://github.com/CliMA/ClimaCore.jl/pull/2049).
20
20
- Some work was done in attempt to reduce specializations and compile time. PR [#2042](https://github.com/CliMA/ClimaCore.jl/pull/2042), [#2041](https://github.com/CliMA/ClimaCore.jl/pull/2041)
21
21
22
+
### ![][badge-🐛bugfix] Fix lower compat bounds
23
+
24
+
`ClimaCore` had incorrect lower bounds for certain packages. PR
25
+
[#2078](https://github.com/CliMA/ClimaCore.jl/pull/2078) fixes the lower bounds
26
+
and adds a GitHub Action workflow to test it. `ClimaCore` now requires Julia
0 commit comments