From 46e6c6ad64f9121e0971808b42428bbc11a9524a Mon Sep 17 00:00:00 2001 From: Anna Jaruga Date: Thu, 10 Jul 2025 09:55:06 -0700 Subject: [PATCH] New release v0.14.36 --- NEWS.md | 6 +++++- Project.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index f965311c55..08301b14a1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 ------- @@ -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` diff --git a/Project.toml b/Project.toml index c0206344db..668c900fa1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ClimaCore" uuid = "d414da3d-4745-48bb-8d80-42e94e092884" authors = ["CliMA Contributors "] -version = "0.14.35" +version = "0.14.36" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"