Skip to content

New release v0.14.36 #2352

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ ClimaCore.jl Release Notes
main
-------

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

v0.14.35
-------
Expand Down Expand Up @@ -90,7 +94,7 @@ import ClimaCore.Remapping: interpolate
array3D = interpolate(fields)
```

`array3D` will be an 3D Array with values along the three dimensions.
`array3D` will be a 3D Array with values along the three dimensions.

By default, no interpolation in the vertical direction is performed. Linear
interpolation can be obtained by passing `zresolution`
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ClimaCore"
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
authors = ["CliMA Contributors <clima-software@caltech.edu>"]
version = "0.14.35"
version = "0.14.36"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down
Loading