Skip to content

Commit

Permalink
Bump everything
Browse files Browse the repository at this point in the history
Adapt -> 4
RecursiveArrayTools -> 3
NCDataset -> 0.14
ClimaCore -> 0.11.7

Fix ClimaCoreMakie docstrings with new versions
  • Loading branch information
Sbozzolo authored and simonbyrne committed Dec 31, 2023
1 parent 3065f3d commit 3fe49cd
Show file tree
Hide file tree
Showing 10 changed files with 833 additions and 896 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ClimaCore"
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
authors = ["CliMA Contributors <clima-software@caltech.edu>"]
version = "0.11.6"
version = "0.11.7"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down Expand Up @@ -38,7 +38,7 @@ Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
KrylovExt = "Krylov"

[compat]
Adapt = "3"
Adapt = "3, 4"
BandedMatrices = "0.17, 1"
BlockArrays = "0.16"
CUDA = "4.2, 5"
Expand All @@ -57,7 +57,7 @@ KrylovKit = "0.6"
LinearAlgebra = "1"
Memoize = "0.4"
PkgVersion = "0.1, 0.2, 0.3"
RecursiveArrayTools = "2"
RecursiveArrayTools = "2, 3"
RootSolvers = "0.3, 0.4"
SparseArrays = "1"
Static = "0.4, 0.5, 0.6, 0.7, 0.8"
Expand Down
Loading

0 comments on commit 3fe49cd

Please sign in to comment.