Skip to content

Commit

Permalink
Merge #1264
Browse files Browse the repository at this point in the history
1264: up deps after CMv0.8.0 r=trontrytel a=trontrytel



Co-authored-by: Anna Jaruga <ajaruga@caltech.edu>
  • Loading branch information
bors[bot] and trontrytel committed Aug 14, 2022
2 parents 96b6a34 + 73693b5 commit f3abfa1
Show file tree
Hide file tree
Showing 8 changed files with 549 additions and 444 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TurbulenceConvection"
uuid = "8e072fc4-01f8-44fb-b9dc-f9336c367e6b"
authors = ["Climate Modeling Alliance"]
version = "0.34.6"
version = "0.34.7"

[deps]
ClimaCore = "d414da3d-4745-48bb-8d80-42e94e092884"
Expand All @@ -24,7 +24,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

[compat]
ClimaCore = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
CloudMicrophysics = "0.7"
CloudMicrophysics = "0.8"
Dierckx = "0.5"
Distributions = "0.25"
DocStringExtensions = "0.8, 0.9"
Expand Down
231 changes: 133 additions & 98 deletions docs/Manifest.toml

Large diffs are not rendered by default.

247 changes: 141 additions & 106 deletions integration_tests/Manifest.toml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integration_tests/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ArtifactWrappers = "0.1"
AtmosphericProfilesLibrary = "0.1"
CLIMAParameters = "0.4, 0.5, 0.6"
ClimaCore = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
CloudMicrophysics = "0.7"
CloudMicrophysics = "0.8"
Dierckx = "0.5"
Distributions = "0.25"
DocStringExtensions = "0.8, 0.9"
Expand Down
247 changes: 141 additions & 106 deletions perf/Manifest.toml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion perf/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ AtmosphericProfilesLibrary = "0.1"
BenchmarkTools = "1.3.1"
CLIMAParameters = "0.4, 0.5, 0.6"
ClimaCore = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
CloudMicrophysics = "0.7"
CloudMicrophysics = "0.8"
Dierckx = "0.5"
DiffEqNoiseProcess = "5.9.0"
Distributions = "0.25"
Expand Down
258 changes: 129 additions & 129 deletions post_processing/mse_tables.jl

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ArtifactWrappers = "0.1"
AtmosphericProfilesLibrary = "0.1"
CLIMAParameters = "0.4, 0.5, 0.6"
ClimaCore = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
CloudMicrophysics = "0.7"
CloudMicrophysics = "0.8"
Dierckx = "0.5"
Distributions = "0.25"
DocStringExtensions = "0.8, 0.9"
Expand Down

2 comments on commit f3abfa1

@trontrytel
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/66235

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.34.7 -m "<description of version>" f3abfa10d5d74449e9a31e0d790f02befb852232
git push origin v0.34.7

Please sign in to comment.