Skip to content

Commit d9cbfa2

Browse files
committed
Release 0.14.50
1 parent b846df0 commit d9cbfa2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.buildkite/Manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ weakdeps = ["CUDA", "MPI"]
376376
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"]
377377
path = ".."
378378
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
379-
version = "0.14.49"
379+
version = "0.14.50"
380380
weakdeps = ["CUDA", "GPUCompiler", "Krylov"]
381381

382382
[deps.ClimaCore.extensions]

NEWS.md

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

7+
v0.14.50
8+
-------
9+
710
- Add support for bilinear interpolation for diagnostics to the Remapper. [2455](https://github.com/CliMA/ClimaCore.jl/pull/2455)
811

912
v0.14.49

Project.toml

Lines changed: 2 additions & 2 deletions
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.49"
4+
version = "0.14.50"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -56,7 +56,7 @@ DataStructures = "0.18.13, 0.19"
5656
Dates = "1"
5757
FastBroadcast = "0.3.1"
5858
ForwardDiff = "0.10.15, 1"
59-
GPUCompiler = "< 1.7.6"
59+
GPUCompiler = "< 1.7.6, 1.8.2"
6060
GaussQuadrature = "0.5.8"
6161
GilbertCurves = "0.1"
6262
HDF5 = "0.16.16, 0.17"

0 commit comments

Comments
 (0)