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
@@ -4,6 +4,9 @@ ClimaCore.jl Release Notes
4
4
main
5
5
-------
6
6
7
+
- The standard `*` symbol now denotes matrix multiplication, and the alias
8
+
`const ⋅ = MultiplyColumnwiseBandMatrixField()` is removed PR [2232](https://github.com/CliMA/ClimaCore.jl/pull/2232)
9
+
7
10
-`Fields.Field(Bool, ::AbstractSpace)` is now supported. PR [2239](https://github.com/CliMA/ClimaCore.jl/pull/2239).
8
11
9
12
-`SpectralElementSpace2D` constructors now support nodal masks. PR [2201](https://github.com/CliMA/ClimaCore.jl/pull/2201). See its documentation [here](https://clima.github.io/ClimaCore.jl/dev/masks). Note that it does not yet support restarts.
@@ -17,6 +20,10 @@ the execution of arbitrary code. PR [2162](https://github.com/CliMA/ClimaCore.jl
17
20
18
21
- Improved `show` for spaces, and added `show` for grids. PR [2202](https://github.com/CliMA/ClimaCore.jl/pull/2202).
19
22
23
+
-`UnrolledFunctions` removed and replaced with `UnrolledUtilities` PR [1713](https://github.com/CliMA/ClimaCore.jl/pull/1713)
24
+
25
+
- Unused original implicit solver intereface removed PR [2200](https://github.com/CliMA/ClimaCore.jl/pull/2200)
0 commit comments