Skip to content

Commit 7999a67

Browse files
authored
Update NEWS.md with changes on main (#2244)
1 parent 6279ea4 commit 7999a67

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ ClimaCore.jl Release Notes
44
main
55
-------
66

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+
710
- `Fields.Field(Bool, ::AbstractSpace)` is now supported. PR [2239](https://github.com/CliMA/ClimaCore.jl/pull/2239).
811

912
- `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
1720

1821
- Improved `show` for spaces, and added `show` for grids. PR [2202](https://github.com/CliMA/ClimaCore.jl/pull/2202).
1922

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)
26+
2027
v0.14.26
2128
-------
2229

0 commit comments

Comments
 (0)