Skip to content

Commit 056713d

Browse files
authored
Merge pull request #1093 from CliMA/js/isbits-fluxes
dispatch on return_momentum_fluxes type in flux calculations; tag v0.15.13
2 parents bd3af70 + 21bfab0 commit 056713d

File tree

9 files changed

+224
-159
lines changed

9 files changed

+224
-159
lines changed

.buildkite/Manifest-v1.11.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ version = "0.2.12"
412412
deps = ["ClimaComms", "ClimaCore", "ClimaDiagnostics", "ClimaUtilities", "Dates", "DocStringExtensions", "Insolation", "Interpolations", "LazyArtifacts", "LinearAlgebra", "NCDatasets", "SciMLBase", "StaticArrays", "SurfaceFluxes", "Thermodynamics"]
413413
path = ".."
414414
uuid = "08f4d4ce-cf43-44bb-ad95-9d2d5f413532"
415-
version = "0.15.12"
415+
version = "0.15.13"
416416
weakdeps = ["BSON", "CSV", "ClimaParams", "DataFrames", "Flux", "HTTP", "StatsBase"]
417417

418418
[deps.ClimaLand.extensions]
@@ -656,9 +656,9 @@ version = "1.9.1"
656656

657657
[[deps.DiffEqBase]]
658658
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"]
659-
git-tree-sha1 = "edd2e4d2c0833bed404b2a3d66207e95d3a2f6ba"
659+
git-tree-sha1 = "e384a2cf3bb402e6dc66b1503ade22c7c1471c4d"
660660
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
661-
version = "6.167.1"
661+
version = "6.167.2"
662662

663663
[deps.DiffEqBase.extensions]
664664
DiffEqBaseCUDAExt = "CUDA"
@@ -706,9 +706,9 @@ version = "1.15.1"
706706

707707
[[deps.DifferentiationInterface]]
708708
deps = ["ADTypes", "LinearAlgebra"]
709-
git-tree-sha1 = "e31cedb046c74ddb1872b32c57e3a11e4ecc432a"
709+
git-tree-sha1 = "70e500f6d5d50091d87859251de7b8cd060c1cce"
710710
uuid = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
711-
version = "0.6.49"
711+
version = "0.6.50"
712712

713713
[deps.DifferentiationInterface.extensions]
714714
DifferentiationInterfaceChainRulesCoreExt = "ChainRulesCore"
@@ -895,9 +895,9 @@ uuid = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a"
895895
version = "0.3.2"
896896

897897
[[deps.FastPower]]
898-
git-tree-sha1 = "58c3431137131577a7c379d00fea00be524338fb"
898+
git-tree-sha1 = "df32f07f373f06260cd6af5371385b5ef85dd762"
899899
uuid = "a4df4552-cc26-4903-aec0-212e50a0e84b"
900-
version = "1.1.1"
900+
version = "1.1.2"
901901

902902
[deps.FastPower.extensions]
903903
FastPowerEnzymeExt = "Enzyme"
@@ -1033,9 +1033,9 @@ version = "4.1.1"
10331033

10341034
[[deps.FreeType2_jll]]
10351035
deps = ["Artifacts", "Bzip2_jll", "JLLWrappers", "Libdl", "Zlib_jll"]
1036-
git-tree-sha1 = "786e968a8d2fb167f2e4880baba62e0e26bd8e4e"
1036+
git-tree-sha1 = "2c5512e11c791d1baed2049c5652441b28fc6a31"
10371037
uuid = "d7e528f0-a631-5988-bf34-fe36492bcfd7"
1038-
version = "2.13.3+1"
1038+
version = "2.13.4+0"
10391039

10401040
[[deps.FreeTypeAbstraction]]
10411041
deps = ["ColorVectorSpace", "Colors", "FreeType", "GeometryBasics"]
@@ -1444,9 +1444,9 @@ version = "0.21.4"
14441444

14451445
[[deps.JSON3]]
14461446
deps = ["Dates", "Mmap", "Parsers", "PrecompileTools", "StructTypes", "UUIDs"]
1447-
git-tree-sha1 = "1d322381ef7b087548321d3f878cb4c9bd8f8f9b"
1447+
git-tree-sha1 = "196b41e5a854b387d99e5ede2de3fcb4d0422aae"
14481448
uuid = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
1449-
version = "1.14.1"
1449+
version = "1.14.2"
14501450

14511451
[deps.JSON3.extensions]
14521452
JSON3ArrowExt = ["ArrowTypes"]
@@ -2150,9 +2150,9 @@ version = "10.42.0+1"
21502150

21512151
[[deps.PDMats]]
21522152
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse"]
2153-
git-tree-sha1 = "966b85253e959ea89c53a9abebbf2e964fbf593b"
2153+
git-tree-sha1 = "48566789a6d5f6492688279e22445002d171cf76"
21542154
uuid = "90014a1f-27ba-587c-ab20-58faa44d9150"
2155-
version = "0.11.32"
2155+
version = "0.11.33"
21562156

21572157
[[deps.PNGFiles]]
21582158
deps = ["Base64", "CEnum", "ImageCore", "IndirectArrays", "OffsetArrays", "libpng_jll"]
@@ -2488,9 +2488,9 @@ version = "0.1.0"
24882488

24892489
[[deps.SciMLBase]]
24902490
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"]
2491-
git-tree-sha1 = "2342c1617f7d66ed7cc76faae981099b8852e8fb"
2491+
git-tree-sha1 = "aeee7e9a9ba69d893f726e3a7ea27daef756c62e"
24922492
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
2493-
version = "2.80.0"
2493+
version = "2.81.0"
24942494

24952495
[deps.SciMLBase.extensions]
24962496
SciMLBaseChainRulesCoreExt = "ChainRulesCore"
@@ -2897,9 +2897,9 @@ uuid = "781d530d-4396-4725-bb49-402e4bee1e77"
28972897
version = "1.4.0"
28982898

28992899
[[deps.URIs]]
2900-
git-tree-sha1 = "67db6cc7b3821e19ebe75791a9dd19c9b1188f2b"
2900+
git-tree-sha1 = "cbbebadbcc76c5ca1cc4b4f3b0614b3e603b5000"
29012901
uuid = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
2902-
version = "1.5.1"
2902+
version = "1.5.2"
29032903

29042904
[[deps.UUIDs]]
29052905
deps = ["Random", "SHA"]

.buildkite/Manifest.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ version = "0.2.12"
409409
deps = ["ClimaComms", "ClimaCore", "ClimaDiagnostics", "ClimaUtilities", "Dates", "DocStringExtensions", "Insolation", "Interpolations", "LazyArtifacts", "LinearAlgebra", "NCDatasets", "SciMLBase", "StaticArrays", "SurfaceFluxes", "Thermodynamics"]
410410
path = ".."
411411
uuid = "08f4d4ce-cf43-44bb-ad95-9d2d5f413532"
412-
version = "0.15.12"
412+
version = "0.15.13"
413413
weakdeps = ["BSON", "CSV", "ClimaParams", "DataFrames", "Flux", "HTTP", "StatsBase"]
414414

415415
[deps.ClimaLand.extensions]
@@ -652,9 +652,9 @@ version = "1.9.1"
652652

653653
[[deps.DiffEqBase]]
654654
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"]
655-
git-tree-sha1 = "edd2e4d2c0833bed404b2a3d66207e95d3a2f6ba"
655+
git-tree-sha1 = "e384a2cf3bb402e6dc66b1503ade22c7c1471c4d"
656656
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
657-
version = "6.167.1"
657+
version = "6.167.2"
658658

659659
[deps.DiffEqBase.extensions]
660660
DiffEqBaseCUDAExt = "CUDA"
@@ -702,9 +702,9 @@ version = "1.15.1"
702702

703703
[[deps.DifferentiationInterface]]
704704
deps = ["ADTypes", "LinearAlgebra"]
705-
git-tree-sha1 = "e31cedb046c74ddb1872b32c57e3a11e4ecc432a"
705+
git-tree-sha1 = "70e500f6d5d50091d87859251de7b8cd060c1cce"
706706
uuid = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
707-
version = "0.6.49"
707+
version = "0.6.50"
708708

709709
[deps.DifferentiationInterface.extensions]
710710
DifferentiationInterfaceChainRulesCoreExt = "ChainRulesCore"
@@ -890,9 +890,9 @@ uuid = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a"
890890
version = "0.3.2"
891891

892892
[[deps.FastPower]]
893-
git-tree-sha1 = "58c3431137131577a7c379d00fea00be524338fb"
893+
git-tree-sha1 = "df32f07f373f06260cd6af5371385b5ef85dd762"
894894
uuid = "a4df4552-cc26-4903-aec0-212e50a0e84b"
895-
version = "1.1.1"
895+
version = "1.1.2"
896896

897897
[deps.FastPower.extensions]
898898
FastPowerEnzymeExt = "Enzyme"
@@ -1027,9 +1027,9 @@ version = "4.1.1"
10271027

10281028
[[deps.FreeType2_jll]]
10291029
deps = ["Artifacts", "Bzip2_jll", "JLLWrappers", "Libdl", "Zlib_jll"]
1030-
git-tree-sha1 = "786e968a8d2fb167f2e4880baba62e0e26bd8e4e"
1030+
git-tree-sha1 = "2c5512e11c791d1baed2049c5652441b28fc6a31"
10311031
uuid = "d7e528f0-a631-5988-bf34-fe36492bcfd7"
1032-
version = "2.13.3+1"
1032+
version = "2.13.4+0"
10331033

10341034
[[deps.FreeTypeAbstraction]]
10351035
deps = ["ColorVectorSpace", "Colors", "FreeType", "GeometryBasics"]
@@ -1436,9 +1436,9 @@ version = "0.21.4"
14361436

14371437
[[deps.JSON3]]
14381438
deps = ["Dates", "Mmap", "Parsers", "PrecompileTools", "StructTypes", "UUIDs"]
1439-
git-tree-sha1 = "1d322381ef7b087548321d3f878cb4c9bd8f8f9b"
1439+
git-tree-sha1 = "196b41e5a854b387d99e5ede2de3fcb4d0422aae"
14401440
uuid = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
1441-
version = "1.14.1"
1441+
version = "1.14.2"
14421442

14431443
[deps.JSON3.extensions]
14441444
JSON3ArrowExt = ["ArrowTypes"]
@@ -2135,9 +2135,9 @@ version = "10.42.0+1"
21352135

21362136
[[deps.PDMats]]
21372137
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse"]
2138-
git-tree-sha1 = "966b85253e959ea89c53a9abebbf2e964fbf593b"
2138+
git-tree-sha1 = "48566789a6d5f6492688279e22445002d171cf76"
21392139
uuid = "90014a1f-27ba-587c-ab20-58faa44d9150"
2140-
version = "0.11.32"
2140+
version = "0.11.33"
21412141

21422142
[[deps.PNGFiles]]
21432143
deps = ["Base64", "CEnum", "ImageCore", "IndirectArrays", "OffsetArrays", "libpng_jll"]
@@ -2466,9 +2466,9 @@ version = "0.1.0"
24662466

24672467
[[deps.SciMLBase]]
24682468
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"]
2469-
git-tree-sha1 = "2342c1617f7d66ed7cc76faae981099b8852e8fb"
2469+
git-tree-sha1 = "aeee7e9a9ba69d893f726e3a7ea27daef756c62e"
24702470
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
2471-
version = "2.80.0"
2471+
version = "2.81.0"
24722472

24732473
[deps.SciMLBase.extensions]
24742474
SciMLBaseChainRulesCoreExt = "ChainRulesCore"
@@ -2862,9 +2862,9 @@ uuid = "781d530d-4396-4725-bb49-402e4bee1e77"
28622862
version = "1.4.0"
28632863

28642864
[[deps.URIs]]
2865-
git-tree-sha1 = "67db6cc7b3821e19ebe75791a9dd19c9b1188f2b"
2865+
git-tree-sha1 = "cbbebadbcc76c5ca1cc4b4f3b0614b3e603b5000"
28662866
uuid = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
2867-
version = "1.5.1"
2867+
version = "1.5.2"
28682868

28692869
[[deps.UUIDs]]
28702870
deps = ["Random", "SHA"]

NEWS.md

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

7+
v0.5.13
8+
-------
9+
- fix for GPU compatibility of integrated land model coupled
10+
flux calculations PR[#1093](https://github.com/CliMA/ClimaLand.jl/pull/1093)
11+
712
v0.5.12
813
-------
914
- adds functions to compute turbulent fluxes for integrated land

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.15.12"
4+
version = "0.15.13"
55

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

docs/Manifest-v1.11.toml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ version = "0.2.12"
400400
deps = ["ClimaComms", "ClimaCore", "ClimaDiagnostics", "ClimaUtilities", "Dates", "DocStringExtensions", "Insolation", "Interpolations", "LazyArtifacts", "LinearAlgebra", "NCDatasets", "SciMLBase", "StaticArrays", "SurfaceFluxes", "Thermodynamics"]
401401
path = ".."
402402
uuid = "08f4d4ce-cf43-44bb-ad95-9d2d5f413532"
403-
version = "0.15.12"
403+
version = "0.15.13"
404404
weakdeps = ["BSON", "CSV", "ClimaParams", "DataFrames", "Flux", "HTTP", "StatsBase"]
405405

406406
[deps.ClimaLand.extensions]
@@ -668,9 +668,9 @@ version = "1.33.4+0"
668668

669669
[[deps.DiffEqBase]]
670670
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"]
671-
git-tree-sha1 = "edd2e4d2c0833bed404b2a3d66207e95d3a2f6ba"
671+
git-tree-sha1 = "e384a2cf3bb402e6dc66b1503ade22c7c1471c4d"
672672
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
673-
version = "6.167.1"
673+
version = "6.167.2"
674674

675675
[deps.DiffEqBase.extensions]
676676
DiffEqBaseCUDAExt = "CUDA"
@@ -718,9 +718,9 @@ version = "1.15.1"
718718

719719
[[deps.DifferentiationInterface]]
720720
deps = ["ADTypes", "LinearAlgebra"]
721-
git-tree-sha1 = "e31cedb046c74ddb1872b32c57e3a11e4ecc432a"
721+
git-tree-sha1 = "70e500f6d5d50091d87859251de7b8cd060c1cce"
722722
uuid = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
723-
version = "0.6.49"
723+
version = "0.6.50"
724724

725725
[deps.DifferentiationInterface.extensions]
726726
DifferentiationInterfaceChainRulesCoreExt = "ChainRulesCore"
@@ -809,9 +809,9 @@ version = "0.9.4"
809809

810810
[[deps.Documenter]]
811811
deps = ["ANSIColoredPrinters", "AbstractTrees", "Base64", "CodecZlib", "Dates", "DocStringExtensions", "Downloads", "Git", "IOCapture", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "MarkdownAST", "Pkg", "PrecompileTools", "REPL", "RegistryInstances", "SHA", "TOML", "Test", "Unicode"]
812-
git-tree-sha1 = "30f520c66490393bf4e4ff2bb144db65f569d974"
812+
git-tree-sha1 = "0efa18ca40b9928422d782b3191c032fd0c90682"
813813
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
814-
version = "1.9.0"
814+
version = "1.10.0"
815815

816816
[[deps.Downloads]]
817817
deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]
@@ -942,9 +942,9 @@ uuid = "442a2c76-b920-505d-bb47-c5924d526838"
942942
version = "1.0.2"
943943

944944
[[deps.FastPower]]
945-
git-tree-sha1 = "58c3431137131577a7c379d00fea00be524338fb"
945+
git-tree-sha1 = "df32f07f373f06260cd6af5371385b5ef85dd762"
946946
uuid = "a4df4552-cc26-4903-aec0-212e50a0e84b"
947-
version = "1.1.1"
947+
version = "1.1.2"
948948

949949
[deps.FastPower.extensions]
950950
FastPowerEnzymeExt = "Enzyme"
@@ -1086,9 +1086,9 @@ version = "4.1.1"
10861086

10871087
[[deps.FreeType2_jll]]
10881088
deps = ["Artifacts", "Bzip2_jll", "JLLWrappers", "Libdl", "Zlib_jll"]
1089-
git-tree-sha1 = "786e968a8d2fb167f2e4880baba62e0e26bd8e4e"
1089+
git-tree-sha1 = "2c5512e11c791d1baed2049c5652441b28fc6a31"
10901090
uuid = "d7e528f0-a631-5988-bf34-fe36492bcfd7"
1091-
version = "2.13.3+1"
1091+
version = "2.13.4+0"
10921092

10931093
[[deps.FreeTypeAbstraction]]
10941094
deps = ["ColorVectorSpace", "Colors", "FreeType", "GeometryBasics"]
@@ -1479,9 +1479,9 @@ version = "0.21.4"
14791479

14801480
[[deps.JSON3]]
14811481
deps = ["Dates", "Mmap", "Parsers", "PrecompileTools", "StructTypes", "UUIDs"]
1482-
git-tree-sha1 = "1d322381ef7b087548321d3f878cb4c9bd8f8f9b"
1482+
git-tree-sha1 = "196b41e5a854b387d99e5ede2de3fcb4d0422aae"
14831483
uuid = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
1484-
version = "1.14.1"
1484+
version = "1.14.2"
14851485

14861486
[deps.JSON3.extensions]
14871487
JSON3ArrowExt = ["ArrowTypes"]
@@ -2181,10 +2181,10 @@ uuid = "efe28fd5-8261-553b-a9e1-b2916fc3738e"
21812181
version = "0.5.6+0"
21822182

21832183
[[deps.Optim]]
2184-
deps = ["Compat", "FillArrays", "ForwardDiff", "LineSearches", "LinearAlgebra", "NLSolversBase", "NaNMath", "Parameters", "PositiveFactorizations", "Printf", "SparseArrays", "StatsBase"]
2185-
git-tree-sha1 = "c1f51f704f689f87f28b33836fd460ecf9b34583"
2184+
deps = ["Compat", "EnumX", "FillArrays", "ForwardDiff", "LineSearches", "LinearAlgebra", "NLSolversBase", "NaNMath", "PositiveFactorizations", "Printf", "SparseArrays", "StatsBase"]
2185+
git-tree-sha1 = "31b3b1b8e83ef9f1d50d74f1dd5f19a37a304a1f"
21862186
uuid = "429524aa-4258-5aef-a3af-852621145aeb"
2187-
version = "1.11.0"
2187+
version = "1.12.0"
21882188
weakdeps = ["MathOptInterface"]
21892189

21902190
[deps.Optim.extensions]
@@ -2219,9 +2219,9 @@ version = "10.42.0+1"
22192219

22202220
[[deps.PDMats]]
22212221
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse"]
2222-
git-tree-sha1 = "966b85253e959ea89c53a9abebbf2e964fbf593b"
2222+
git-tree-sha1 = "48566789a6d5f6492688279e22445002d171cf76"
22232223
uuid = "90014a1f-27ba-587c-ab20-58faa44d9150"
2224-
version = "0.11.32"
2224+
version = "0.11.33"
22252225

22262226
[[deps.PNGFiles]]
22272227
deps = ["Base64", "CEnum", "ImageCore", "IndirectArrays", "OffsetArrays", "libpng_jll"]
@@ -2618,9 +2618,9 @@ version = "0.1.0"
26182618

26192619
[[deps.SciMLBase]]
26202620
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"]
2621-
git-tree-sha1 = "2342c1617f7d66ed7cc76faae981099b8852e8fb"
2621+
git-tree-sha1 = "aeee7e9a9ba69d893f726e3a7ea27daef756c62e"
26222622
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
2623-
version = "2.80.0"
2623+
version = "2.81.0"
26242624

26252625
[deps.SciMLBase.extensions]
26262626
SciMLBaseChainRulesCoreExt = "ChainRulesCore"
@@ -2943,10 +2943,10 @@ uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
29432943
version = "1.10.0"
29442944

29452945
[[deps.TaylorSeries]]
2946-
deps = ["LinearAlgebra", "Markdown", "Requires", "SparseArrays"]
2947-
git-tree-sha1 = "ae73e40c647c0061697fa9708ee12cce385653e3"
2946+
deps = ["LinearAlgebra", "Markdown", "SparseArrays"]
2947+
git-tree-sha1 = "7a919c8e612bd385daf79d071d246df12491e0dc"
29482948
uuid = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"
2949-
version = "0.18.3"
2949+
version = "0.18.4"
29502950

29512951
[deps.TaylorSeries.extensions]
29522952
TaylorSeriesIAExt = "IntervalArithmetic"
@@ -3050,9 +3050,9 @@ uuid = "781d530d-4396-4725-bb49-402e4bee1e77"
30503050
version = "1.4.0"
30513051

30523052
[[deps.URIs]]
3053-
git-tree-sha1 = "67db6cc7b3821e19ebe75791a9dd19c9b1188f2b"
3053+
git-tree-sha1 = "cbbebadbcc76c5ca1cc4b4f3b0614b3e603b5000"
30543054
uuid = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
3055-
version = "1.5.1"
3055+
version = "1.5.2"
30563056

30573057
[[deps.UUIDs]]
30583058
deps = ["Random", "SHA"]

0 commit comments

Comments
 (0)