Skip to content

Commit 89bb2eb

Browse files
authored
Merge pull request #1155 from CliMA/js/v0161
tag v0.16.1; up deps
2 parents 1816efa + 1b9bad5 commit 89bb2eb

File tree

6 files changed

+117
-107
lines changed

6 files changed

+117
-107
lines changed

.buildkite/Manifest-v1.11.toml

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

33
julia_version = "1.11.4"
44
manifest_format = "2.0"
5-
project_hash = "e4b1a9cc973a615585faa8b8b39819c8a681fdc7"
5+
project_hash = "9186e81be1f5f72e1c1d7b9ef497374042fd12b7"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "e2478490447631aedba0823d4d7a80b2cc8cdb32"
@@ -124,9 +124,9 @@ version = "3.5.1+1"
124124

125125
[[deps.ArrayInterface]]
126126
deps = ["Adapt", "LinearAlgebra"]
127-
git-tree-sha1 = "bebb10cd3f0796dd1429ba61e43990ba391186e9"
127+
git-tree-sha1 = "9606d7832795cbef89e06a550475be300364a8aa"
128128
uuid = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
129-
version = "7.18.1"
129+
version = "7.19.0"
130130

131131
[deps.ArrayInterface.extensions]
132132
ArrayInterfaceBandedMatricesExt = "BandedMatrices"
@@ -415,10 +415,10 @@ weakdeps = ["GeoMakie", "Makie"]
415415
ClimaAnalysisMakieExt = "Makie"
416416

417417
[[deps.ClimaCalibrate]]
418-
deps = ["Distributed", "Distributions", "EnsembleKalmanProcesses", "JLD2", "Logging", "Random", "TOML", "YAML"]
419-
git-tree-sha1 = "b874214bb384953b77a44425881686f97e11e86e"
418+
deps = ["Dates", "Distributed", "Distributions", "EnsembleKalmanProcesses", "JLD2", "Logging", "Random", "TOML", "YAML"]
419+
git-tree-sha1 = "bb3ea48fed2c573027a006b0dae226297242c227"
420420
uuid = "4347a170-ebd6-470c-89d3-5c705c0cacc2"
421-
version = "0.0.15"
421+
version = "0.0.16"
422422

423423
[deps.ClimaCalibrate.extensions]
424424
CESExt = "CalibrateEmulateSample"
@@ -464,7 +464,7 @@ version = "0.2.13"
464464
deps = ["ClimaComms", "ClimaCore", "ClimaDiagnostics", "ClimaUtilities", "Dates", "DocStringExtensions", "Insolation", "Interpolations", "LazyArtifacts", "LinearAlgebra", "NCDatasets", "SciMLBase", "StaticArrays", "SurfaceFluxes", "Thermodynamics"]
465465
path = ".."
466466
uuid = "08f4d4ce-cf43-44bb-ad95-9d2d5f413532"
467-
version = "0.16.0"
467+
version = "0.16.1"
468468
weakdeps = ["BSON", "CSV", "ClimaParams", "DataFrames", "Flux", "HTTP", "StatsBase"]
469469

470470
[deps.ClimaLand.extensions]
@@ -473,9 +473,9 @@ weakdeps = ["BSON", "CSV", "ClimaParams", "DataFrames", "Flux", "HTTP", "StatsBa
473473

474474
[[deps.ClimaParams]]
475475
deps = ["TOML"]
476-
git-tree-sha1 = "db2d3e069ed4c12c96a4ae071ab5fc37da1019d4"
476+
git-tree-sha1 = "7613d47b4f96307845cbe377dede19efa3256cfb"
477477
uuid = "5c42b081-d73a-476f-9059-fd94b934656c"
478-
version = "0.10.28"
478+
version = "0.10.29"
479479

480480
[[deps.ClimaTimeSteppers]]
481481
deps = ["ClimaComms", "DataStructures", "DiffEqBase", "KernelAbstractions", "Krylov", "LinearAlgebra", "LinearOperators", "NVTX", "SciMLBase", "StaticArrays"]
@@ -714,9 +714,9 @@ version = "1.9.1"
714714

715715
[[deps.DiffEqBase]]
716716
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", "SymbolicIndexingInterface", "TruncatedStacktraces"]
717-
git-tree-sha1 = "6a0f6f17adbeb77688220cfb3e665c8f6e2a60ea"
717+
git-tree-sha1 = "575a4b945c26f654625c9bc58a1ed10a4eddd267"
718718
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
719-
version = "6.172.0"
719+
version = "6.173.0"
720720

721721
[deps.DiffEqBase.extensions]
722722
DiffEqBaseCUDAExt = "CUDA"
@@ -764,9 +764,9 @@ version = "1.15.1"
764764

765765
[[deps.DifferentiationInterface]]
766766
deps = ["ADTypes", "LinearAlgebra"]
767-
git-tree-sha1 = "aa87a743e3778d35a950b76fbd2ae64f810a2bb3"
767+
git-tree-sha1 = "c8d85ecfcbaef899308706bebdd8b00107f3fb43"
768768
uuid = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
769-
version = "0.6.52"
769+
version = "0.6.54"
770770

771771
[deps.DifferentiationInterface.extensions]
772772
DifferentiationInterfaceChainRulesCoreExt = "ChainRulesCore"
@@ -836,9 +836,9 @@ version = "1.11.0"
836836

837837
[[deps.Distributions]]
838838
deps = ["AliasTables", "FillArrays", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SpecialFunctions", "Statistics", "StatsAPI", "StatsBase", "StatsFuns"]
839-
git-tree-sha1 = "6d8b535fd38293bc54b88455465a1386f8ac1c3c"
839+
git-tree-sha1 = "3e6d038b77f22791b8e3472b7c633acea1ecac06"
840840
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
841-
version = "0.25.119"
841+
version = "0.25.120"
842842

843843
[deps.Distributions.extensions]
844844
DistributionsChainRulesCoreExt = "ChainRulesCore"
@@ -1241,27 +1241,29 @@ version = "0.4.11"
12411241

12421242
[[deps.GeometryOps]]
12431243
deps = ["AbstractTrees", "AdaptivePredicates", "CoordinateTransformations", "DataAPI", "DelaunayTriangulation", "ExactPredicates", "Extents", "GeoFormatTypes", "GeoInterface", "GeometryBasics", "GeometryOpsCore", "LinearAlgebra", "SortTileRecursiveTree", "Statistics", "Tables"]
1244-
git-tree-sha1 = "0ef3aa2051ea44e00121af7afbce057e84b72715"
1244+
git-tree-sha1 = "14469166fe57ca6f4aeb976bb1f4dc4d3afa3ee3"
12451245
uuid = "3251bfac-6a57-4b6d-aa61-ac1fef2975ab"
1246-
version = "0.1.23"
1246+
version = "0.1.24"
12471247

12481248
[deps.GeometryOps.extensions]
1249+
GeometryOpsDataFramesExt = "DataFrames"
12491250
GeometryOpsFlexiJoinsExt = "FlexiJoins"
12501251
GeometryOpsLibGEOSExt = "LibGEOS"
12511252
GeometryOpsProjExt = "Proj"
12521253
GeometryOpsTGGeometryExt = "TGGeometry"
12531254

12541255
[deps.GeometryOps.weakdeps]
1256+
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
12551257
FlexiJoins = "e37f2e79-19fa-4eb7-8510-b63b51fe0a37"
12561258
LibGEOS = "a90b1aa1-3769-5649-ba7e-abc5a9d163eb"
12571259
Proj = "c94c279d-25a6-4763-9509-64d165bea63e"
12581260
TGGeometry = "d7e755d2-3c95-4bcf-9b3c-79ab1a78647b"
12591261

12601262
[[deps.GeometryOpsCore]]
12611263
deps = ["DataAPI", "GeoInterface", "StableTasks", "Tables"]
1262-
git-tree-sha1 = "05d64a886faf601c32b8668bc3f45f7823e9a4e9"
1264+
git-tree-sha1 = "5af490a896f5d9d37b47b252a803117089dfbaf3"
12631265
uuid = "05efe853-fabf-41c8-927e-7063c8b9f013"
1264-
version = "0.1.5"
1266+
version = "0.1.6"
12651267

12661268
[[deps.Gettext_jll]]
12671269
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "Libiconv_jll", "Pkg", "XML2_jll"]
@@ -2298,9 +2300,9 @@ version = "10.42.0+1"
22982300

22992301
[[deps.PDMats]]
23002302
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse"]
2301-
git-tree-sha1 = "0e1340b5d98971513bddaa6bbed470670cebbbfe"
2303+
git-tree-sha1 = "f07c06228a1c670ae4c87d1276b92c7c597fdda0"
23022304
uuid = "90014a1f-27ba-587c-ab20-58faa44d9150"
2303-
version = "0.11.34"
2305+
version = "0.11.35"
23042306

23052307
[[deps.PNGFiles]]
23062308
deps = ["Base64", "CEnum", "ImageCore", "IndirectArrays", "OffsetArrays", "libpng_jll"]
@@ -2662,9 +2664,9 @@ version = "0.1.0"
26622664

26632665
[[deps.SciMLBase]]
26642666
deps = ["ADTypes", "Accessors", "ArrayInterface", "CommonSolve", "ConstructionBase", "Distributed", "DocStringExtensions", "EnumX", "FunctionWrappersWrappers", "IteratorInterfaceExtensions", "LinearAlgebra", "Logging", "Markdown", "Moshi", "PrecompileTools", "Preferences", "Printf", "RecipesBase", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SciMLOperators", "SciMLStructures", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface"]
2665-
git-tree-sha1 = "341c75a6ba4fa155a2471f5609163df5e3184e7b"
2667+
git-tree-sha1 = "bf77959adea9efa8929a7846e695d3da8842940e"
26662668
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
2667-
version = "2.86.2"
2669+
version = "2.89.1"
26682670

26692671
[deps.SciMLBase.extensions]
26702672
SciMLBaseChainRulesCoreExt = "ChainRulesCore"
@@ -2689,9 +2691,9 @@ version = "2.86.2"
26892691

26902692
[[deps.SciMLOperators]]
26912693
deps = ["Accessors", "ArrayInterface", "DocStringExtensions", "LinearAlgebra", "MacroTools"]
2692-
git-tree-sha1 = "05bab217b1f4b504f5a605fe02bc0e9fb92ccf02"
2694+
git-tree-sha1 = "d82853c515a8d9d42c1ab493a2687a37f1e26c91"
26932695
uuid = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
2694-
version = "0.3.14"
2696+
version = "0.4.0"
26952697
weakdeps = ["SparseArrays", "StaticArraysCore"]
26962698

26972699
[deps.SciMLOperators.extensions]
@@ -3138,9 +3140,9 @@ version = "0.4.1"
31383140

31393141
[[deps.Unitful]]
31403142
deps = ["Dates", "LinearAlgebra", "Random"]
3141-
git-tree-sha1 = "c0667a8e676c53d390a09dc6870b3d8d6650e2bf"
3143+
git-tree-sha1 = "d62610ec45e4efeabf7032d67de2ffdea8344bed"
31423144
uuid = "1986cc42-f94f-5a68-af5c-568840ba703d"
3143-
version = "1.22.0"
3145+
version = "1.22.1"
31443146
weakdeps = ["ConstructionBase", "InverseFunctions"]
31453147

31463148
[deps.Unitful.extensions]
@@ -3330,9 +3332,9 @@ version = "2.0.3+0"
33303332

33313333
[[deps.libpng_jll]]
33323334
deps = ["Artifacts", "JLLWrappers", "Libdl", "Zlib_jll"]
3333-
git-tree-sha1 = "068dfe202b0a05b8332f1e8e6b4080684b9c7700"
3335+
git-tree-sha1 = "002748401f7b520273e2b506f61cab95d4701ccf"
33343336
uuid = "b53b4c65-9356-5827-b1ea-8c7a1a84506f"
3335-
version = "1.6.47+0"
3337+
version = "1.6.48+0"
33363338

33373339
[[deps.libsixel_jll]]
33383340
deps = ["Artifacts", "JLLWrappers", "JpegTurbo_jll", "Libdl", "libpng_jll"]

.buildkite/Manifest.toml

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

33
julia_version = "1.10.9"
44
manifest_format = "2.0"
5-
project_hash = "219b157dd88eec12397140bb204423d53da62231"
5+
project_hash = "11612a7b12e98563d05b100f737e2db6e74fc06a"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "e2478490447631aedba0823d4d7a80b2cc8cdb32"
@@ -124,9 +124,9 @@ version = "3.5.1+1"
124124

125125
[[deps.ArrayInterface]]
126126
deps = ["Adapt", "LinearAlgebra"]
127-
git-tree-sha1 = "bebb10cd3f0796dd1429ba61e43990ba391186e9"
127+
git-tree-sha1 = "9606d7832795cbef89e06a550475be300364a8aa"
128128
uuid = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
129-
version = "7.18.1"
129+
version = "7.19.0"
130130

131131
[deps.ArrayInterface.extensions]
132132
ArrayInterfaceBandedMatricesExt = "BandedMatrices"
@@ -412,10 +412,10 @@ weakdeps = ["GeoMakie", "Makie"]
412412
ClimaAnalysisMakieExt = "Makie"
413413

414414
[[deps.ClimaCalibrate]]
415-
deps = ["Distributed", "Distributions", "EnsembleKalmanProcesses", "JLD2", "Logging", "Random", "TOML", "YAML"]
416-
git-tree-sha1 = "b874214bb384953b77a44425881686f97e11e86e"
415+
deps = ["Dates", "Distributed", "Distributions", "EnsembleKalmanProcesses", "JLD2", "Logging", "Random", "TOML", "YAML"]
416+
git-tree-sha1 = "bb3ea48fed2c573027a006b0dae226297242c227"
417417
uuid = "4347a170-ebd6-470c-89d3-5c705c0cacc2"
418-
version = "0.0.15"
418+
version = "0.0.16"
419419

420420
[deps.ClimaCalibrate.extensions]
421421
CESExt = "CalibrateEmulateSample"
@@ -461,7 +461,7 @@ version = "0.2.13"
461461
deps = ["ClimaComms", "ClimaCore", "ClimaDiagnostics", "ClimaUtilities", "Dates", "DocStringExtensions", "Insolation", "Interpolations", "LazyArtifacts", "LinearAlgebra", "NCDatasets", "SciMLBase", "StaticArrays", "SurfaceFluxes", "Thermodynamics"]
462462
path = ".."
463463
uuid = "08f4d4ce-cf43-44bb-ad95-9d2d5f413532"
464-
version = "0.16.0"
464+
version = "0.16.1"
465465
weakdeps = ["BSON", "CSV", "ClimaParams", "DataFrames", "Flux", "HTTP", "StatsBase"]
466466

467467
[deps.ClimaLand.extensions]
@@ -470,9 +470,9 @@ weakdeps = ["BSON", "CSV", "ClimaParams", "DataFrames", "Flux", "HTTP", "StatsBa
470470

471471
[[deps.ClimaParams]]
472472
deps = ["TOML"]
473-
git-tree-sha1 = "db2d3e069ed4c12c96a4ae071ab5fc37da1019d4"
473+
git-tree-sha1 = "7613d47b4f96307845cbe377dede19efa3256cfb"
474474
uuid = "5c42b081-d73a-476f-9059-fd94b934656c"
475-
version = "0.10.28"
475+
version = "0.10.29"
476476

477477
[[deps.ClimaTimeSteppers]]
478478
deps = ["ClimaComms", "DataStructures", "DiffEqBase", "KernelAbstractions", "Krylov", "LinearAlgebra", "LinearOperators", "NVTX", "SciMLBase", "StaticArrays"]
@@ -710,9 +710,9 @@ version = "1.9.1"
710710

711711
[[deps.DiffEqBase]]
712712
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", "SymbolicIndexingInterface", "TruncatedStacktraces"]
713-
git-tree-sha1 = "6a0f6f17adbeb77688220cfb3e665c8f6e2a60ea"
713+
git-tree-sha1 = "575a4b945c26f654625c9bc58a1ed10a4eddd267"
714714
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
715-
version = "6.172.0"
715+
version = "6.173.0"
716716

717717
[deps.DiffEqBase.extensions]
718718
DiffEqBaseCUDAExt = "CUDA"
@@ -760,9 +760,9 @@ version = "1.15.1"
760760

761761
[[deps.DifferentiationInterface]]
762762
deps = ["ADTypes", "LinearAlgebra"]
763-
git-tree-sha1 = "aa87a743e3778d35a950b76fbd2ae64f810a2bb3"
763+
git-tree-sha1 = "c8d85ecfcbaef899308706bebdd8b00107f3fb43"
764764
uuid = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
765-
version = "0.6.52"
765+
version = "0.6.54"
766766

767767
[deps.DifferentiationInterface.extensions]
768768
DifferentiationInterfaceChainRulesCoreExt = "ChainRulesCore"
@@ -831,9 +831,9 @@ uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
831831

832832
[[deps.Distributions]]
833833
deps = ["AliasTables", "FillArrays", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SpecialFunctions", "Statistics", "StatsAPI", "StatsBase", "StatsFuns"]
834-
git-tree-sha1 = "6d8b535fd38293bc54b88455465a1386f8ac1c3c"
834+
git-tree-sha1 = "3e6d038b77f22791b8e3472b7c633acea1ecac06"
835835
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
836-
version = "0.25.119"
836+
version = "0.25.120"
837837

838838
[deps.Distributions.extensions]
839839
DistributionsChainRulesCoreExt = "ChainRulesCore"
@@ -1234,27 +1234,29 @@ version = "0.4.11"
12341234

12351235
[[deps.GeometryOps]]
12361236
deps = ["AbstractTrees", "AdaptivePredicates", "CoordinateTransformations", "DataAPI", "DelaunayTriangulation", "ExactPredicates", "Extents", "GeoFormatTypes", "GeoInterface", "GeometryBasics", "GeometryOpsCore", "LinearAlgebra", "SortTileRecursiveTree", "Statistics", "Tables"]
1237-
git-tree-sha1 = "0ef3aa2051ea44e00121af7afbce057e84b72715"
1237+
git-tree-sha1 = "14469166fe57ca6f4aeb976bb1f4dc4d3afa3ee3"
12381238
uuid = "3251bfac-6a57-4b6d-aa61-ac1fef2975ab"
1239-
version = "0.1.23"
1239+
version = "0.1.24"
12401240

12411241
[deps.GeometryOps.extensions]
1242+
GeometryOpsDataFramesExt = "DataFrames"
12421243
GeometryOpsFlexiJoinsExt = "FlexiJoins"
12431244
GeometryOpsLibGEOSExt = "LibGEOS"
12441245
GeometryOpsProjExt = "Proj"
12451246
GeometryOpsTGGeometryExt = "TGGeometry"
12461247

12471248
[deps.GeometryOps.weakdeps]
1249+
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
12481250
FlexiJoins = "e37f2e79-19fa-4eb7-8510-b63b51fe0a37"
12491251
LibGEOS = "a90b1aa1-3769-5649-ba7e-abc5a9d163eb"
12501252
Proj = "c94c279d-25a6-4763-9509-64d165bea63e"
12511253
TGGeometry = "d7e755d2-3c95-4bcf-9b3c-79ab1a78647b"
12521254

12531255
[[deps.GeometryOpsCore]]
12541256
deps = ["DataAPI", "GeoInterface", "StableTasks", "Tables"]
1255-
git-tree-sha1 = "05d64a886faf601c32b8668bc3f45f7823e9a4e9"
1257+
git-tree-sha1 = "5af490a896f5d9d37b47b252a803117089dfbaf3"
12561258
uuid = "05efe853-fabf-41c8-927e-7063c8b9f013"
1257-
version = "0.1.5"
1259+
version = "0.1.6"
12581260

12591261
[[deps.Gettext_jll]]
12601262
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "Libiconv_jll", "Pkg", "XML2_jll"]
@@ -2283,9 +2285,9 @@ version = "10.42.0+1"
22832285

22842286
[[deps.PDMats]]
22852287
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse"]
2286-
git-tree-sha1 = "0e1340b5d98971513bddaa6bbed470670cebbbfe"
2288+
git-tree-sha1 = "f07c06228a1c670ae4c87d1276b92c7c597fdda0"
22872289
uuid = "90014a1f-27ba-587c-ab20-58faa44d9150"
2288-
version = "0.11.34"
2290+
version = "0.11.35"
22892291

22902292
[[deps.PNGFiles]]
22912293
deps = ["Base64", "CEnum", "ImageCore", "IndirectArrays", "OffsetArrays", "libpng_jll"]
@@ -2640,9 +2642,9 @@ version = "0.1.0"
26402642

26412643
[[deps.SciMLBase]]
26422644
deps = ["ADTypes", "Accessors", "ArrayInterface", "CommonSolve", "ConstructionBase", "Distributed", "DocStringExtensions", "EnumX", "FunctionWrappersWrappers", "IteratorInterfaceExtensions", "LinearAlgebra", "Logging", "Markdown", "Moshi", "PrecompileTools", "Preferences", "Printf", "RecipesBase", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SciMLOperators", "SciMLStructures", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface"]
2643-
git-tree-sha1 = "341c75a6ba4fa155a2471f5609163df5e3184e7b"
2645+
git-tree-sha1 = "bf77959adea9efa8929a7846e695d3da8842940e"
26442646
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
2645-
version = "2.86.2"
2647+
version = "2.89.1"
26462648

26472649
[deps.SciMLBase.extensions]
26482650
SciMLBaseChainRulesCoreExt = "ChainRulesCore"
@@ -2667,9 +2669,9 @@ version = "2.86.2"
26672669

26682670
[[deps.SciMLOperators]]
26692671
deps = ["Accessors", "ArrayInterface", "DocStringExtensions", "LinearAlgebra", "MacroTools"]
2670-
git-tree-sha1 = "05bab217b1f4b504f5a605fe02bc0e9fb92ccf02"
2672+
git-tree-sha1 = "d82853c515a8d9d42c1ab493a2687a37f1e26c91"
26712673
uuid = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
2672-
version = "0.3.14"
2674+
version = "0.4.0"
26732675
weakdeps = ["SparseArrays", "StaticArraysCore"]
26742676

26752677
[deps.SciMLOperators.extensions]
@@ -3101,9 +3103,9 @@ version = "0.4.1"
31013103

31023104
[[deps.Unitful]]
31033105
deps = ["Dates", "LinearAlgebra", "Random"]
3104-
git-tree-sha1 = "c0667a8e676c53d390a09dc6870b3d8d6650e2bf"
3106+
git-tree-sha1 = "d62610ec45e4efeabf7032d67de2ffdea8344bed"
31053107
uuid = "1986cc42-f94f-5a68-af5c-568840ba703d"
3106-
version = "1.22.0"
3108+
version = "1.22.1"
31073109
weakdeps = ["ConstructionBase", "InverseFunctions"]
31083110

31093111
[deps.Unitful.extensions]
@@ -3293,9 +3295,9 @@ version = "2.0.3+0"
32933295

32943296
[[deps.libpng_jll]]
32953297
deps = ["Artifacts", "JLLWrappers", "Libdl", "Zlib_jll"]
3296-
git-tree-sha1 = "068dfe202b0a05b8332f1e8e6b4080684b9c7700"
3298+
git-tree-sha1 = "002748401f7b520273e2b506f61cab95d4701ccf"
32973299
uuid = "b53b4c65-9356-5827-b1ea-8c7a1a84506f"
3298-
version = "1.6.47+0"
3300+
version = "1.6.48+0"
32993301

33003302
[[deps.libsixel_jll]]
33013303
deps = ["Artifacts", "JLLWrappers", "JpegTurbo_jll", "Libdl", "libpng_jll"]

NEWS.md

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

7+
v0.16.1
8+
-------
9+
- Don't add DSS buffer when npolynomial is 0 PR[#1153](https://github.com/CliMA/ClimaLand.jl/pull/1153)
10+
- Simplify artifact paths PR[#1150](https://github.com/CliMA/ClimaLand.jl/pull/1150)
11+
- Clean up IC setting PR[#1151](https://github.com/CliMA/ClimaLand.jl/pull/1151)
12+
- Add default BCs and sources for soilCO2 PR[#1141](https://github.com/CliMA/ClimaLand.jl/pull/1141)
713

814
v0.16.0
915
-------

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ClimaLand"
22
uuid = "08f4d4ce-cf43-44bb-ad95-9d2d5f413532"
33
authors = ["Clima Land Team"]
4-
version = "0.16.0"
4+
version = "0.16.1"
55

66
[deps]
77
ClimaComms = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d"

0 commit comments

Comments
 (0)