Skip to content

Commit 7ad1402

Browse files
committed
Bump to 0.28.5
1 parent f0645ec commit 7ad1402

File tree

3 files changed

+57
-60
lines changed

3 files changed

+57
-60
lines changed

.buildkite/Manifest-v1.11.toml

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

33
julia_version = "1.11.3"
44
manifest_format = "2.0"
5-
project_hash = "435748ba4bd3e84a898785b2d03f015c42fbae0c"
5+
project_hash = "04945e2a7116cfacb2d57340f477dbe23e208227"
66

77
[[deps.ADTypes]]
8-
git-tree-sha1 = "e1ce448a0d7f88168ffe2eeac4549c32d45a42d1"
8+
git-tree-sha1 = "fb97701c117c8162e84dfcf80215caa904aef44f"
99
uuid = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
10-
version = "1.12.1"
10+
version = "1.13.0"
1111
weakdeps = ["ChainRulesCore", "ConstructionBase", "EnzymeCore"]
1212

1313
[deps.ADTypes.extensions]
@@ -195,9 +195,9 @@ version = "0.5.0"
195195

196196
[[deps.BandedMatrices]]
197197
deps = ["ArrayLayouts", "FillArrays", "LinearAlgebra", "PrecompileTools"]
198-
git-tree-sha1 = "fc8d8197de6c69ad6fd01c255b6b386ca8199331"
198+
git-tree-sha1 = "bbc6688495b031d84610e227d46c35e17fdde5f5"
199199
uuid = "aae01518-5342-5314-be14-df237901396f"
200-
version = "1.9.0"
200+
version = "1.9.1"
201201
weakdeps = ["SparseArrays"]
202202

203203
[deps.BandedMatrices.extensions]
@@ -221,9 +221,9 @@ version = "0.1.6"
221221

222222
[[deps.BlockArrays]]
223223
deps = ["ArrayLayouts", "FillArrays", "LinearAlgebra"]
224-
git-tree-sha1 = "b406207917260364a2e0287b42e4c6772cb9db88"
224+
git-tree-sha1 = "1ded9033f6067573314b27cd4b9ff01a1ba92cff"
225225
uuid = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
226-
version = "1.3.0"
226+
version = "1.4.0"
227227
weakdeps = ["BandedMatrices"]
228228

229229
[deps.BlockArrays.extensions]
@@ -350,7 +350,7 @@ version = "0.5.12"
350350
deps = ["ArgParse", "Artifacts", "AtmosphericProfilesLibrary", "ClimaComms", "ClimaCore", "ClimaDiagnostics", "ClimaParams", "ClimaTimeSteppers", "ClimaUtilities", "CloudMicrophysics", "Dates", "DiffEqBase", "FastGaussQuadrature", "Insolation", "Interpolations", "LazyArtifacts", "LazyBroadcast", "LinearAlgebra", "Logging", "NCDatasets", "NVTX", "NullBroadcasts", "RRTMGP", "Random", "SciMLBase", "StaticArrays", "Statistics", "SurfaceFluxes", "Thermodynamics", "UnrolledUtilities", "YAML"]
351351
path = ".."
352352
uuid = "b2c96348-7fb7-4fe0-8da9-78d88439e717"
353-
version = "0.28.4"
353+
version = "0.28.5"
354354

355355
[[deps.ClimaComms]]
356356
deps = ["Adapt", "Logging", "LoggingExtras"]
@@ -461,9 +461,9 @@ version = "0.4.1"
461461

462462
[[deps.ColorSchemes]]
463463
deps = ["ColorTypes", "ColorVectorSpace", "Colors", "FixedPointNumbers", "PrecompileTools", "Random"]
464-
git-tree-sha1 = "26ec26c98ae1453c692efded2b17e15125a5bea1"
464+
git-tree-sha1 = "403f2d8e209681fcbd9468a8514efff3ea08452e"
465465
uuid = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
466-
version = "3.28.0"
466+
version = "3.29.0"
467467

468468
[[deps.ColorTypes]]
469469
deps = ["FixedPointNumbers", "Random"]
@@ -616,16 +616,18 @@ uuid = "8bb1440f-4735-579b-a4ab-409b98df4dab"
616616
version = "1.9.1"
617617

618618
[[deps.DiffEqBase]]
619-
deps = ["ArrayInterface", "ConcreteStructs", "DataStructures", "DocStringExtensions", "EnumX", "EnzymeCore", "FastBroadcast", "FastClosures", "FastPower", "ForwardDiff", "FunctionWrappers", "FunctionWrappersWrappers", "LinearAlgebra", "Logging", "Markdown", "MuladdMacro", "Parameters", "PreallocationTools", "PrecompileTools", "Printf", "RecursiveArrayTools", "Reexport", "SciMLBase", "SciMLOperators", "SciMLStructures", "Setfield", "Static", "StaticArraysCore", "Statistics", "TruncatedStacktraces"]
620-
git-tree-sha1 = "b1e23a7fe7371934d9d538114a7e7166c1d09e05"
619+
deps = ["ArrayInterface", "ConcreteStructs", "DataStructures", "DocStringExtensions", "EnumX", "EnzymeCore", "FastBroadcast", "FastClosures", "FastPower", "FunctionWrappers", "FunctionWrappersWrappers", "LinearAlgebra", "Logging", "Markdown", "MuladdMacro", "Parameters", "PrecompileTools", "Printf", "RecursiveArrayTools", "Reexport", "SciMLBase", "SciMLOperators", "SciMLStructures", "Setfield", "Static", "StaticArraysCore", "Statistics", "TruncatedStacktraces"]
620+
git-tree-sha1 = "7df50fae7bef8d958a6d4c6ed5a7c3626e419543"
621621
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
622-
version = "6.161.0"
622+
version = "6.162.2"
623623

624624
[deps.DiffEqBase.extensions]
625625
DiffEqBaseCUDAExt = "CUDA"
626626
DiffEqBaseChainRulesCoreExt = "ChainRulesCore"
627627
DiffEqBaseDistributionsExt = "Distributions"
628628
DiffEqBaseEnzymeExt = ["ChainRulesCore", "Enzyme"]
629+
DiffEqBaseForwardDiffExt = ["ForwardDiff"]
630+
DiffEqBaseGTPSAExt = "GTPSA"
629631
DiffEqBaseGeneralizedGeneratedExt = "GeneralizedGenerated"
630632
DiffEqBaseMPIExt = "MPI"
631633
DiffEqBaseMeasurementsExt = "Measurements"
@@ -640,6 +642,8 @@ version = "6.161.0"
640642
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
641643
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
642644
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
645+
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
646+
GTPSA = "b27dd330-f138-47c5-815b-40db9dd9b6e8"
643647
GeneralizedGenerated = "6b9d7cbe-bcb9-11e9-073f-15a7a543e2eb"
644648
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
645649
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
@@ -663,9 +667,9 @@ version = "1.15.1"
663667

664668
[[deps.DiskArrays]]
665669
deps = ["LRUCache", "Mmap", "OffsetArrays"]
666-
git-tree-sha1 = "4687e77a603fcd86738a92758086717cd06cdaae"
670+
git-tree-sha1 = "64650943240652ebedc6c43d03cccda247b327a3"
667671
uuid = "3c3547ce-8d99-4f5e-a174-61eb10b00ae3"
668-
version = "0.4.8"
672+
version = "0.4.9"
669673

670674
[[deps.Distributed]]
671675
deps = ["Random", "Serialization", "Sockets"]
@@ -732,9 +736,9 @@ version = "2.2.5"
732736

733737
[[deps.Expat_jll]]
734738
deps = ["Artifacts", "JLLWrappers", "Libdl"]
735-
git-tree-sha1 = "e51db81749b0777b2147fbe7b783ee79045b8e99"
739+
git-tree-sha1 = "d55dffd9ae73ff72f1c0482454dcf2ec6c6c4a63"
736740
uuid = "2e619515-83b5-522b-bb60-26c02a35a201"
737-
version = "2.6.4+3"
741+
version = "2.6.5+0"
738742

739743
[[deps.ExprTools]]
740744
git-tree-sha1 = "27415f162e6028e81c72b82ef756bf321213b6ec"
@@ -834,9 +838,9 @@ version = "0.8.3"
834838

835839
[[deps.FilePathsBase]]
836840
deps = ["Compat", "Dates"]
837-
git-tree-sha1 = "7878ff7172a8e6beedd1dea14bd27c3c6340d361"
841+
git-tree-sha1 = "2ec417fc319faa2d768621085cc1feebbdee686b"
838842
uuid = "48062228-2e41-5def-b9a4-89aafe57970f"
839-
version = "0.9.22"
843+
version = "0.9.23"
840844
weakdeps = ["Mmap", "Test"]
841845

842846
[deps.FilePathsBase.extensions]
@@ -934,9 +938,9 @@ version = "1.11.0"
934938

935939
[[deps.GPUArrays]]
936940
deps = ["Adapt", "GPUArraysCore", "KernelAbstractions", "LLVM", "LinearAlgebra", "Printf", "Random", "Reexport", "ScopedValues", "Serialization", "Statistics"]
937-
git-tree-sha1 = "0ef97e93edced3d0e713f4cfd031cc9020e022b0"
941+
git-tree-sha1 = "eea7b3a1964b4de269bb380462a9da604be7fcdb"
938942
uuid = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
939-
version = "11.2.1"
943+
version = "11.2.2"
940944

941945
[[deps.GPUArraysCore]]
942946
deps = ["Adapt"]
@@ -946,9 +950,9 @@ version = "0.2.0"
946950

947951
[[deps.GPUCompiler]]
948952
deps = ["ExprTools", "InteractiveUtils", "LLVM", "Libdl", "Logging", "PrecompileTools", "Preferences", "Scratch", "Serialization", "TOML", "TimerOutputs", "UUIDs"]
949-
git-tree-sha1 = "8e30cd0b1934f03dd925416970061c1014c6686f"
953+
git-tree-sha1 = "f38693a56bffbf30f063568cb18fabda7b9d0516"
950954
uuid = "61eb1bfa-7361-4325-ad38-22787b887f55"
951-
version = "1.1.0"
955+
version = "1.1.1"
952956

953957
[[deps.GaussQuadrature]]
954958
deps = ["SpecialFunctions"]
@@ -1213,14 +1217,14 @@ uuid = "82899510-4779-5014-852e-03e436cf321d"
12131217
version = "1.0.0"
12141218

12151219
[[deps.JET]]
1216-
deps = ["CodeTracking", "InteractiveUtils", "JuliaInterpreter", "LoweredCodeUtils", "MacroTools", "Pkg", "PrecompileTools", "Preferences", "Test"]
1217-
git-tree-sha1 = "24bdbf3ef611b69d1f5ef9331e69b6007152989e"
1220+
deps = ["CodeTracking", "InteractiveUtils", "JuliaInterpreter", "JuliaSyntax", "LoweredCodeUtils", "MacroTools", "Pkg", "PrecompileTools", "Preferences", "Test"]
1221+
git-tree-sha1 = "a453c9b3320dd73f5b05e8882446b6051cb254c4"
12181222
uuid = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
1219-
version = "0.9.14"
1223+
version = "0.9.18"
12201224

12211225
[deps.JET.extensions]
12221226
JETCthulhuExt = "Cthulhu"
1223-
ReviseExt = "Revise"
1227+
JETReviseExt = "Revise"
12241228

12251229
[deps.JET.weakdeps]
12261230
Cthulhu = "f68482b8-f384-11e8-15f7-abe071a5a75f"
@@ -1258,16 +1262,21 @@ version = "3.1.1+0"
12581262

12591263
[[deps.JuliaInterpreter]]
12601264
deps = ["CodeTracking", "InteractiveUtils", "Random", "UUIDs"]
1261-
git-tree-sha1 = "a729439c18f7112cbbd9fcdc1771ecc7f071df6a"
1265+
git-tree-sha1 = "4bf4b400a8234cff0f177da4a160a90296159ce9"
12621266
uuid = "aa1ae85d-cabe-5617-a682-6adf51b2e16a"
1263-
version = "0.9.39"
1267+
version = "0.9.41"
12641268

12651269
[[deps.JuliaNVTXCallbacks_jll]]
12661270
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
12671271
git-tree-sha1 = "af433a10f3942e882d3c671aacb203e006a5808f"
12681272
uuid = "9c1d0b0a-7046-5b2e-a33f-ea22f176ac7e"
12691273
version = "0.2.1+0"
12701274

1275+
[[deps.JuliaSyntax]]
1276+
git-tree-sha1 = "937da4713526b96ac9a178e2035019d3b78ead4a"
1277+
uuid = "70703baa-626e-46a2-a12c-08ffd08c73b4"
1278+
version = "0.4.10"
1279+
12711280
[[deps.KernelAbstractions]]
12721281
deps = ["Adapt", "Atomix", "InteractiveUtils", "MacroTools", "PrecompileTools", "Requires", "StaticArrays", "UUIDs"]
12731282
git-tree-sha1 = "d5bc0b079382e89bfa91433639bc74b9f9e17ae7"
@@ -1769,9 +1778,9 @@ version = "5.0.6+0"
17691778

17701779
[[deps.OpenSSL_jll]]
17711780
deps = ["Artifacts", "JLLWrappers", "Libdl"]
1772-
git-tree-sha1 = "7493f61f55a6cce7325f197443aa80d32554ba10"
1781+
git-tree-sha1 = "a9697f1d06cc3eb3fb3ad49cc67f2cfabaac31ea"
17731782
uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95"
1774-
version = "3.0.15+3"
1783+
version = "3.0.16+0"
17751784

17761785
[[deps.OpenSpecFun_jll]]
17771786
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl"]
@@ -1899,18 +1908,6 @@ git-tree-sha1 = "7dbfb7f61c3aa5def7b7dad3fa344c1c2858a83b"
18991908
uuid = "9c32591e-4766-534b-9725-b71a8799265b"
19001909
version = "24.6.0+0"
19011910

1902-
[[deps.PreallocationTools]]
1903-
deps = ["Adapt", "ArrayInterface", "ForwardDiff"]
1904-
git-tree-sha1 = "6c62ce45f268f3f958821a1e5192cf91c75ae89c"
1905-
uuid = "d236fae5-4411-538c-8e31-a6e3d9e00b46"
1906-
version = "0.4.24"
1907-
1908-
[deps.PreallocationTools.extensions]
1909-
PreallocationToolsReverseDiffExt = "ReverseDiff"
1910-
1911-
[deps.PreallocationTools.weakdeps]
1912-
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
1913-
19141911
[[deps.PrecompileCI]]
19151912
deps = ["ClimaAtmos", "ClimaComms", "ClimaCore", "ClimaParams", "PrecompileTools"]
19161913
path = "PrecompileCI"
@@ -1969,9 +1966,9 @@ version = "1.0.1"
19691966

19701967
[[deps.QuadGK]]
19711968
deps = ["DataStructures", "LinearAlgebra"]
1972-
git-tree-sha1 = "cda3b045cf9ef07a08ad46731f5a3165e56cf3da"
1969+
git-tree-sha1 = "9da16da70037ba9d701192e27befedefb91ec284"
19731970
uuid = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
1974-
version = "2.11.1"
1971+
version = "2.11.2"
19751972

19761973
[deps.QuadGK.extensions]
19771974
QuadGKEnzymeExt = "Enzyme"
@@ -2035,9 +2032,9 @@ version = "1.3.4"
20352032

20362033
[[deps.RecursiveArrayTools]]
20372034
deps = ["Adapt", "ArrayInterface", "DocStringExtensions", "GPUArraysCore", "IteratorInterfaceExtensions", "LinearAlgebra", "RecipesBase", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "Tables"]
2038-
git-tree-sha1 = "ea6ad53c168c7c1c2e8f870aefda269692a8a91f"
2035+
git-tree-sha1 = "fe9d37a17ab4d41a98951332ee8067f8dca8c4c2"
20392036
uuid = "731186ca-8d62-57ce-b412-fbd966d074cd"
2040-
version = "3.28.0"
2037+
version = "3.29.0"
20412038

20422039
[deps.RecursiveArrayTools.extensions]
20432040
RecursiveArrayToolsFastBroadcastExt = "FastBroadcast"
@@ -2124,9 +2121,9 @@ version = "0.1.0"
21242121

21252122
[[deps.SciMLBase]]
21262123
deps = ["ADTypes", "Accessors", "ArrayInterface", "CommonSolve", "ConstructionBase", "Distributed", "DocStringExtensions", "EnumX", "Expronicon", "FunctionWrappersWrappers", "IteratorInterfaceExtensions", "LinearAlgebra", "Logging", "Markdown", "PrecompileTools", "Preferences", "Printf", "RecipesBase", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SciMLOperators", "SciMLStructures", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface"]
2127-
git-tree-sha1 = "fcb73c66a5071d4d026aa84f9950a4d1f0dadf33"
2124+
git-tree-sha1 = "70243d458e69c82d3b928196c9feddb9af857c13"
21282125
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
2129-
version = "2.72.1"
2126+
version = "2.73.0"
21302127

21312128
[deps.SciMLBase.extensions]
21322129
SciMLBaseChainRulesCoreExt = "ChainRulesCore"
@@ -2312,9 +2309,9 @@ weakdeps = ["OffsetArrays", "StaticArrays"]
23122309

23132310
[[deps.StaticArrays]]
23142311
deps = ["LinearAlgebra", "PrecompileTools", "Random", "StaticArraysCore"]
2315-
git-tree-sha1 = "02c8bd479d26dbeff8a7eb1d77edfc10dacabc01"
2312+
git-tree-sha1 = "e3be13f448a43610f978d29b7adf78c76022467a"
23162313
uuid = "90137ffa-7385-5640-81b9-e52037218182"
2317-
version = "1.9.11"
2314+
version = "1.9.12"
23182315
weakdeps = ["ChainRulesCore", "Statistics"]
23192316

23202317
[deps.StaticArrays.extensions]
@@ -2373,9 +2370,9 @@ version = "0.3.7"
23732370

23742371
[[deps.StringManipulation]]
23752372
deps = ["PrecompileTools"]
2376-
git-tree-sha1 = "a6b1675a536c5ad1a60e5a5153e1fee12eb146e3"
2373+
git-tree-sha1 = "725421ae8e530ec29bcbdddbe91ff8053421d023"
23772374
uuid = "892a3eda-7b42-436c-8928-eab12a02cf0e"
2378-
version = "0.4.0"
2375+
version = "0.4.1"
23792376

23802377
[[deps.StructArrays]]
23812378
deps = ["ConstructionBase", "DataAPI", "Tables"]
@@ -2596,9 +2593,9 @@ version = "1.0.0"
25962593

25972594
[[deps.XML2_jll]]
25982595
deps = ["Artifacts", "JLLWrappers", "Libdl", "Libiconv_jll", "Zlib_jll"]
2599-
git-tree-sha1 = "a2fccc6559132927d4c5dc183e3e01048c6dcbd6"
2596+
git-tree-sha1 = "ee6f41aac16f6c9a8cab34e2f7a200418b1cc1e3"
26002597
uuid = "02c8fc9c-b97f-50b9-bbe4-9be30ff0a78a"
2601-
version = "2.13.5+0"
2598+
version = "2.13.6+0"
26022599

26032600
[[deps.XSLT_jll]]
26042601
deps = ["Artifacts", "JLLWrappers", "Libdl", "Libgcrypt_jll", "Libgpg_error_jll", "Libiconv_jll", "XML2_jll", "Zlib_jll"]
@@ -2744,9 +2741,9 @@ version = "1.5.0+0"
27442741

27452742
[[deps.libzip_jll]]
27462743
deps = ["Artifacts", "Bzip2_jll", "JLLWrappers", "Libdl", "OpenSSL_jll", "XZ_jll", "Zlib_jll", "Zstd_jll"]
2747-
git-tree-sha1 = "e797fa066eba69f4c0585ffbd81bc780b5118ce2"
2744+
git-tree-sha1 = "86addc139bca85fdf9e7741e10977c45785727b7"
27482745
uuid = "337d8026-41b4-5cde-a456-74a10e5b31d1"
2749-
version = "1.11.2+2"
2746+
version = "1.11.3+0"
27502747

27512748
[[deps.nghttp2_jll]]
27522749
deps = ["Artifacts", "Libdl"]

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
ClimaAtmos.jl Release Notes
22
============================
33

4-
Main
4+
v0.28.5
55
-------
6+
67
### Features
78

89
### Update default configuration to use deep-atmosphere eqns, fix diagnostic bug
@@ -23,7 +24,6 @@ PR [3555](https://github.com/CliMA/ClimaAtmos.jl/pull/3555)
2324
The option `FriersonDiffusion` is removed from `vert_diff` config. Use `DecayWithHeightDiffusion` instead.
2425
PR [3592](https://github.com/CliMA/ClimaAtmos.jl/pull/3592)
2526

26-
2727
v0.28.4
2828
-------
2929
### Development

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ClimaAtmos"
22
uuid = "b2c96348-7fb7-4fe0-8da9-78d88439e717"
33
authors = ["Climate Modeling Alliance"]
4-
version = "0.28.4"
4+
version = "0.28.5"
55

66
[deps]
77
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"

0 commit comments

Comments
 (0)