Skip to content

Commit 46e6c6a

Browse files
trontryteldennisYatunin
authored andcommitted
New release v0.14.36
1 parent b3fb9f7 commit 46e6c6a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

NEWS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ ClimaCore.jl Release Notes
44
main
55
-------
66

7+
v0.14.36
8+
-------
9+
- Refactor FieldMatrix indexing, add scalar_field_matrix [2346](https://github.com/CliMA/ClimaCore.jl/pull/2346)
10+
- Add UpwindBiasedGradient operator [2345](https://github.com/CliMA/ClimaCore.jl/pull/2345)
711

812
v0.14.35
913
-------
@@ -90,7 +94,7 @@ import ClimaCore.Remapping: interpolate
9094
array3D = interpolate(fields)
9195
```
9296

93-
`array3D` will be an 3D Array with values along the three dimensions.
97+
`array3D` will be a 3D Array with values along the three dimensions.
9498

9599
By default, no interpolation in the vertical direction is performed. Linear
96100
interpolation can be obtained by passing `zresolution`

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ClimaCore"
22
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
33
authors = ["CliMA Contributors <clima-software@caltech.edu>"]
4-
version = "0.14.35"
4+
version = "0.14.36"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

0 commit comments

Comments
 (0)