Skip to content

Commit fc66478

Browse files
authored
Merge pull request #4013 from CliMA/js/v0314
tag v0.31.4; up deps
2 parents 57f50f2 + 12722c6 commit fc66478

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

.buildkite/Manifest-v1.11.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ version = "0.5.19"
391391
deps = ["Adapt", "ArgParse", "Artifacts", "AtmosphericProfilesLibrary", "ClimaComms", "ClimaCore", "ClimaDiagnostics", "ClimaInterpolations", "ClimaParams", "ClimaTimeSteppers", "ClimaUtilities", "CloudMicrophysics", "Dates", "ForwardDiff", "Insolation", "Interpolations", "LazyArtifacts", "LazyBroadcast", "LinearAlgebra", "Logging", "NCDatasets", "NVTX", "NullBroadcasts", "RRTMGP", "Random", "SciMLBase", "SparseMatrixColorings", "StaticArrays", "Statistics", "SurfaceFluxes", "Thermodynamics", "UnrolledUtilities", "YAML"]
392392
path = ".."
393393
uuid = "b2c96348-7fb7-4fe0-8da9-78d88439e717"
394-
version = "0.31.3"
394+
version = "0.31.4"
395395

396396
[[deps.ClimaComms]]
397397
deps = ["Adapt", "Logging", "LoggingExtras"]
@@ -487,9 +487,9 @@ version = "0.1.13"
487487

488488
[[deps.CloudMicrophysics]]
489489
deps = ["ClimaParams", "DocStringExtensions", "ForwardDiff", "LazyArtifacts", "LogExpFunctions", "RootSolvers", "SpecialFunctions", "StaticArrays", "Thermodynamics", "UnrolledUtilities"]
490-
git-tree-sha1 = "e85633d272d476df1bf65b657295f0c644243e06"
490+
git-tree-sha1 = "a68a4cca6827b2f8173e6e826fb24ce427393cda"
491491
uuid = "6a9e3e04-43cd-43ba-94b9-e8782df3c71b"
492-
version = "0.27.2"
492+
version = "0.27.3"
493493

494494
[deps.CloudMicrophysics.extensions]
495495
EmulatorModelsExt = ["DataFrames", "MLJ"]
@@ -629,9 +629,9 @@ version = "1.16.0"
629629

630630
[[deps.DataFrames]]
631631
deps = ["Compat", "DataAPI", "DataStructures", "Future", "InlineStrings", "InvertedIndices", "IteratorInterfaceExtensions", "LinearAlgebra", "Markdown", "Missings", "PooledArrays", "PrecompileTools", "PrettyTables", "Printf", "Random", "Reexport", "SentinelArrays", "SortingAlgorithms", "Statistics", "TableTraits", "Tables", "Unicode"]
632-
git-tree-sha1 = "a37ac0840a1196cd00317b57e39d6586bf0fd6f6"
632+
git-tree-sha1 = "c967271c27a95160e30432e011b58f42cd7501b5"
633633
uuid = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
634-
version = "1.7.1"
634+
version = "1.8.0"
635635

636636
[[deps.DataStructures]]
637637
deps = ["Compat", "InteractiveUtils", "OrderedCollections"]
@@ -930,9 +930,9 @@ version = "1.3.7"
930930

931931
[[deps.ForwardDiff]]
932932
deps = ["CommonSubexpressions", "DiffResults", "DiffRules", "LinearAlgebra", "LogExpFunctions", "NaNMath", "Preferences", "Printf", "Random", "SpecialFunctions"]
933-
git-tree-sha1 = "f0090eb9f8e9d151563dd2300fc3ca3f76b90fe8"
933+
git-tree-sha1 = "dc41303865a16274ecb8450c220021ce1e0cf05f"
934934
uuid = "f6369f11-7733-5829-9624-2563aa707210"
935-
version = "1.2.0"
935+
version = "1.2.1"
936936
weakdeps = ["StaticArrays"]
937937

938938
[deps.ForwardDiff.extensions]
@@ -1044,9 +1044,9 @@ version = "0.1.0"
10441044

10451045
[[deps.Glib_jll]]
10461046
deps = ["Artifacts", "GettextRuntime_jll", "JLLWrappers", "Libdl", "Libffi_jll", "Libiconv_jll", "Libmount_jll", "PCRE2_jll", "Zlib_jll"]
1047-
git-tree-sha1 = "35fbd0cefb04a516104b8e183ce0df11b70a3f1a"
1047+
git-tree-sha1 = "50c11ffab2a3d50192a228c313f05b5b5dc5acb2"
10481048
uuid = "7746bdde-850d-59dc-9ae8-88ece973131d"
1049-
version = "2.84.3+0"
1049+
version = "2.86.0+0"
10501050

10511051
[[deps.Graphics]]
10521052
deps = ["Colors", "LinearAlgebra", "NaNMath"]

NEWS.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ ClimaAtmos.jl Release Notes
44
main
55
-------
66

7+
v0.31.4
8+
-------
9+
10+
v0.31.3
11+
-------
12+
713
v0.31.2
814
-------
915

@@ -13,7 +19,7 @@ PR [#3946](https://github.com/CliMA/ClimaAtmos.jl/pull/3946) adds rainwater path
1319
v0.31.1
1420
-------
1521

16-
PR [#3917](https://github.com/CliMA/ClimaAtmos.jl/pull/3917) adds common numerics configs for different resolutions.
22+
PR [#3917](https://github.com/CliMA/ClimaAtmos.jl/pull/3917) adds common numerics configs for different resolutions.
1723
These configurations are intended to serve as the default settings. Please modify them only if you are certain of the implications.
1824

1925
v0.31.0

Project.toml

Lines changed: 3 additions & 3 deletions
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.31.3"
4+
version = "0.31.4"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -50,7 +50,7 @@ ClimaInterpolations = "0.1.0"
5050
ClimaParams = "1"
5151
ClimaTimeSteppers = "0.8.2"
5252
ClimaUtilities = "0.1.23"
53-
CloudMicrophysics = "0.27"
53+
CloudMicrophysics = "0.27.4"
5454
Dates = "1"
5555
ForwardDiff = "1"
5656
Insolation = "0.10.2"
@@ -62,7 +62,7 @@ Logging = "1"
6262
NCDatasets = "0.14.2"
6363
NVTX = "0.3, 1"
6464
NullBroadcasts = "0.1"
65-
RRTMGP = "0.21.5"
65+
RRTMGP = "0.21.6"
6666
Random = "1"
6767
SciMLBase = "~2.108, ~2.109, ~2.110, ~2.111, ~2.112"
6868
SparseMatrixColorings = "0.4.20"

0 commit comments

Comments
 (0)