Skip to content

Commit cc6adf4

Browse files
committed
Release v0.14.49
1 parent 768ec23 commit cc6adf4

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.buildkite/Manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
julia_version = "1.10.8"
44
manifest_format = "2.0"
5-
project_hash = "f124967e8a7148176db47cb208ec29c14f382b0f"
5+
project_hash = "1df235e0c8e5246d3a9cdc32ad82313e2fd7f343"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "f7304359109c768cf32dc5fa2d371565bb63b68a"
@@ -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.48"
379+
version = "0.14.49"
380380
weakdeps = ["CUDA", "GPUCompiler", "Krylov"]
381381

382382
[deps.ClimaCore.extensions]

.buildkite/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,6 @@ Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c"
5959
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
6060

6161
[compat]
62+
JET = "0.9.18"
63+
PrettyTables = "2"
6264
SnoopCompileCore = "3"

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@ ClimaCore.jl Release Notes
33

44
main
55
-------
6+
7+
v0.14.49
8+
-------
9+
- Add `PressureInterpolator` [2422](https://github.com/CliMA/ClimaCore.jl/pull/2422)
10+
- Add Buildkite pipeline to check flagship AMIP performance [2438](https://github.com/CliMA/ClimaCore.jl/pull/2438)
11+
- Fix conservation of split divergence [2432](https://github.com/CliMA/ClimaCore.jl/pull/2432)
12+
613
v0.14.48
714
-------
815
- Add `VerticalMassBorrowingLimiter` [2383](https://github.com/CliMA/ClimaCore.jl/pull/2383)
16+
917
v0.14.47
1018
-------
1119
- Use space-filling curve for CubedSphereGrid and ExtrudedCubedSphereGrid

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.48"
4+
version = "0.14.49"
55

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

0 commit comments

Comments
 (0)