diff --git a/.buildkite/Manifest.toml b/.buildkite/Manifest.toml index 2563d2544e..649093b54c 100644 --- a/.buildkite/Manifest.toml +++ b/.buildkite/Manifest.toml @@ -376,7 +376,7 @@ weakdeps = ["CUDA", "MPI"] deps = ["Adapt", "BandedMatrices", "BlockArrays", "ClimaComms", "ClimaInterpolations", "CubedSphere", "DataStructures", "ForwardDiff", "GaussQuadrature", "GilbertCurves", "HDF5", "InteractiveUtils", "IntervalSets", "KrylovKit", "LazyBroadcast", "LinearAlgebra", "MultiBroadcastFusion", "NVTX", "PkgVersion", "RecursiveArrayTools", "RootSolvers", "SparseArrays", "StaticArrays", "Statistics", "UnrolledUtilities"] path = ".." uuid = "d414da3d-4745-48bb-8d80-42e94e092884" -version = "0.14.49" +version = "0.14.50" weakdeps = ["CUDA", "GPUCompiler", "Krylov"] [deps.ClimaCore.extensions] diff --git a/NEWS.md b/NEWS.md index 9b36e7adf5..0e8d69c6c6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,9 @@ ClimaCore.jl Release Notes main ------- +v0.14.50 +------- + - Add support for bilinear interpolation for diagnostics to the Remapper. [2455](https://github.com/CliMA/ClimaCore.jl/pull/2455) v0.14.49 diff --git a/Project.toml b/Project.toml index c007824489..e465361a65 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.49" +version = "0.14.50" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -56,7 +56,7 @@ DataStructures = "0.18.13, 0.19" Dates = "1" FastBroadcast = "0.3.1" ForwardDiff = "0.10.15, 1" -GPUCompiler = "< 1.7.6" +GPUCompiler = "< 1.7.6, 1.8.2" GaussQuadrature = "0.5.8" GilbertCurves = "0.1" HDF5 = "0.16.16, 0.17"