Skip to content

Commit

Permalink
Merge pull request #2591 from CliMA/js/v0200
Browse files Browse the repository at this point in the history
tag v0.20.0
  • Loading branch information
juliasloan25 committed Feb 2, 2024
2 parents b38789c + 42535d9 commit 7c479be
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ClimaAtmos"
uuid = "b2c96348-7fb7-4fe0-8da9-78d88439e717"
authors = ["Climate Modeling Alliance"]
version = "0.19.2"
version = "0.20.0"

[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Expand Down
24 changes: 14 additions & 10 deletions docs/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ version = "7.7.0"

[[deps.ArrayLayouts]]
deps = ["FillArrays", "LinearAlgebra"]
git-tree-sha1 = "a45ec4acc9d905f94b47243cff666820bb107789"
git-tree-sha1 = "f5c3f5584f14322a0bd73362fd88b589dabd4019"
uuid = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
version = "1.5.2"
version = "1.5.3"
weakdeps = ["SparseArrays"]

[deps.ArrayLayouts.extensions]
Expand Down Expand Up @@ -241,7 +241,7 @@ weakdeps = ["SparseArrays"]
deps = ["ArgParse", "ArtifactWrappers", "Artifacts", "AtmosphericProfilesLibrary", "CLIMAParameters", "ClimaComms", "ClimaCore", "ClimaTimeSteppers", "CloudMicrophysics", "Colors", "Dates", "Dierckx", "DiffEqBase", "DiffEqCallbacks", "DocStringExtensions", "FastGaussQuadrature", "Insolation", "Interpolations", "IntervalSets", "Krylov", "LinearAlgebra", "Logging", "NCDatasets", "NVTX", "Pkg", "Printf", "RRTMGP", "Random", "RootSolvers", "SciMLBase", "StaticArrays", "Statistics", "StatsBase", "SurfaceFluxes", "Thermodynamics", "YAML"]
path = ".."
uuid = "b2c96348-7fb7-4fe0-8da9-78d88439e717"
version = "0.19.2"
version = "0.20.0"

[[deps.ClimaComms]]
deps = ["CUDA", "MPI"]
Expand Down Expand Up @@ -1047,9 +1047,9 @@ version = "0.2.4"

[[deps.NCDatasets]]
deps = ["CFTime", "CommonDataModel", "DataStructures", "Dates", "DiskArrays", "NetCDF_jll", "NetworkOptions", "Printf"]
git-tree-sha1 = "4704758e7dd9c843f0a99b18a26aa2d88dd8b8e6"
git-tree-sha1 = "79400cceb1655e7b2fe528a7b114c785bc152e59"
uuid = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
version = "0.14.0"
version = "0.14.1"

[[deps.NLSolversBase]]
deps = ["DiffResults", "Distributed", "FiniteDiff", "ForwardDiff"]
Expand Down Expand Up @@ -1236,10 +1236,14 @@ deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"

[[deps.RRTMGP]]
deps = ["Adapt", "CUDA", "ClimaComms", "DocStringExtensions", "GaussQuadrature", "Random", "StaticArrays"]
git-tree-sha1 = "40ea97b2334725cef9b7f9e2fc2f76b35596807d"
deps = ["Adapt", "Artifacts", "CUDA", "ClimaComms", "DocStringExtensions", "GaussQuadrature", "Random", "StaticArrays"]
git-tree-sha1 = "3493869e9bbe529dfd8dada02b455847bdb46f27"
uuid = "a01a1ee8-cea4-48fc-987c-fc7878d79da1"
version = "0.10.0"
version = "0.11.0"
weakdeps = ["CLIMAParameters"]

[deps.RRTMGP.extensions]
CreateParametersExt = "CLIMAParameters"

[[deps.Random]]
deps = ["SHA"]
Expand Down Expand Up @@ -1335,9 +1339,9 @@ version = "0.1.0"

[[deps.SciMLBase]]
deps = ["ADTypes", "ArrayInterface", "CommonSolve", "ConstructionBase", "Distributed", "DocStringExtensions", "EnumX", "FillArrays", "FunctionWrappersWrappers", "IteratorInterfaceExtensions", "LinearAlgebra", "Logging", "Markdown", "PrecompileTools", "Preferences", "Printf", "RecipesBase", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SciMLOperators", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "Tables", "TruncatedStacktraces"]
git-tree-sha1 = "e4344257d8a9dfc92e0fc113f0a5bababa8d2082"
git-tree-sha1 = "535bb76be2c1090a09767b18b160f5729ad12aff"
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
version = "2.22.0"
version = "2.23.0"

[deps.SciMLBase.extensions]
SciMLBaseChainRulesCoreExt = "ChainRulesCore"
Expand Down
14 changes: 7 additions & 7 deletions examples/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ version = "7.7.0"

[[deps.ArrayLayouts]]
deps = ["FillArrays", "LinearAlgebra"]
git-tree-sha1 = "a45ec4acc9d905f94b47243cff666820bb107789"
git-tree-sha1 = "f5c3f5584f14322a0bd73362fd88b589dabd4019"
uuid = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
version = "1.5.2"
version = "1.5.3"
weakdeps = ["SparseArrays"]

[deps.ArrayLayouts.extensions]
Expand Down Expand Up @@ -308,7 +308,7 @@ weakdeps = ["CairoMakie"]
deps = ["ArgParse", "ArtifactWrappers", "Artifacts", "AtmosphericProfilesLibrary", "CLIMAParameters", "ClimaComms", "ClimaCore", "ClimaTimeSteppers", "CloudMicrophysics", "Colors", "Dates", "Dierckx", "DiffEqBase", "DiffEqCallbacks", "DocStringExtensions", "FastGaussQuadrature", "Insolation", "Interpolations", "IntervalSets", "Krylov", "LinearAlgebra", "Logging", "NCDatasets", "NVTX", "Pkg", "Printf", "RRTMGP", "Random", "RootSolvers", "SciMLBase", "StaticArrays", "Statistics", "StatsBase", "SurfaceFluxes", "Thermodynamics", "YAML"]
path = ".."
uuid = "b2c96348-7fb7-4fe0-8da9-78d88439e717"
version = "0.19.2"
version = "0.20.0"

[[deps.ClimaComms]]
deps = ["CUDA", "MPI"]
Expand Down Expand Up @@ -1660,9 +1660,9 @@ version = "1.4.0"

[[deps.NCDatasets]]
deps = ["CFTime", "CommonDataModel", "DataStructures", "Dates", "DiskArrays", "NetCDF_jll", "NetworkOptions", "Printf"]
git-tree-sha1 = "4704758e7dd9c843f0a99b18a26aa2d88dd8b8e6"
git-tree-sha1 = "79400cceb1655e7b2fe528a7b114c785bc152e59"
uuid = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
version = "0.14.0"
version = "0.14.1"

[[deps.NCRegressionTests]]
deps = ["NCDatasets", "OrderedCollections", "PrettyTables", "Test"]
Expand Down Expand Up @@ -2218,9 +2218,9 @@ version = "0.1.0"

[[deps.SciMLBase]]
deps = ["ADTypes", "ArrayInterface", "CommonSolve", "ConstructionBase", "Distributed", "DocStringExtensions", "EnumX", "FillArrays", "FunctionWrappersWrappers", "IteratorInterfaceExtensions", "LinearAlgebra", "Logging", "Markdown", "PrecompileTools", "Preferences", "Printf", "RecipesBase", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SciMLOperators", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "Tables", "TruncatedStacktraces"]
git-tree-sha1 = "e4344257d8a9dfc92e0fc113f0a5bababa8d2082"
git-tree-sha1 = "535bb76be2c1090a09767b18b160f5729ad12aff"
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
version = "2.22.0"
version = "2.23.0"

[deps.SciMLBase.extensions]
SciMLBaseChainRulesCoreExt = "ChainRulesCore"
Expand Down
2 changes: 1 addition & 1 deletion perf/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ weakdeps = ["CairoMakie"]
deps = ["ArgParse", "ArtifactWrappers", "Artifacts", "AtmosphericProfilesLibrary", "CLIMAParameters", "ClimaComms", "ClimaCore", "ClimaTimeSteppers", "CloudMicrophysics", "Colors", "Dates", "Dierckx", "DiffEqBase", "DiffEqCallbacks", "DocStringExtensions", "FastGaussQuadrature", "Insolation", "Interpolations", "IntervalSets", "Krylov", "LinearAlgebra", "Logging", "NCDatasets", "NVTX", "Pkg", "Printf", "RRTMGP", "Random", "RootSolvers", "SciMLBase", "StaticArrays", "Statistics", "StatsBase", "SurfaceFluxes", "Thermodynamics", "YAML"]
path = ".."
uuid = "b2c96348-7fb7-4fe0-8da9-78d88439e717"
version = "0.19.2"
version = "0.20.0"

[[deps.ClimaComms]]
deps = ["CUDA", "MPI"]
Expand Down

2 comments on commit 7c479be

@nefrathenrici
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/100161

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.20.0 -m "<description of version>" 7c479be3b513be7ec9cb41eaa9dd9d6892924e57
git push origin v0.20.0

Please sign in to comment.