Skip to content

Commit

Permalink
New version: CalculustCore v0.4.7 (#122158)
Browse files Browse the repository at this point in the history
UUID: d7326954-f021-11ed-2a08-d10e464848f1
Repo: https://github.com/CalculustJL/CalculustCore.jl.git
Tree: c71b0a1d9b8dd01cd72b84f2fe134f86bf549fc0

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator authored Dec 30, 2024
1 parent 35d975a commit a97e546
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
6 changes: 4 additions & 2 deletions C/CalculustCore/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ SciMLOperators = "0.2.11-0.3"
["0.4.2-0"]
SciMLOperators = "0.3.1-0.3"

["0.4.5-0"]
["0.4.5-0.4.6"]
Adapt = "3-4"

["0.4.6"]
Functors = "0.5"

["0.4.6-0"]
DocStringExtensions = "0.9"
Functors = "0.5"
Reexport = "1"
Setfield = "1"
Tricks = "0.1"
Expand Down
6 changes: 4 additions & 2 deletions C/CalculustCore/Deps.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[0]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Expand All @@ -14,3 +12,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
["0-0.4.0"]
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"

["0-0.4.6"]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
3 changes: 3 additions & 0 deletions C/CalculustCore/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ git-tree-sha1 = "d6d3f72d8a085d364b8e9267f298f171c99d350f"

["0.4.6"]
git-tree-sha1 = "b9e8faeb0bb3afc5fac3e4d874b30a15a69b96ee"

["0.4.7"]
git-tree-sha1 = "c71b0a1d9b8dd01cd72b84f2fe134f86bf549fc0"
2 changes: 1 addition & 1 deletion C/CalculustCore/WeakCompat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ CUDA = "3.12.0-4"
["0.4.1-0"]
Plots = "1"

["0.4.4-0"]
["0.4.4-0.4.6"]
CUDA = "4-5"
4 changes: 3 additions & 1 deletion C/CalculustCore/WeakDeps.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[0]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"

["0-0.4.6"]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"

0 comments on commit a97e546

Please sign in to comment.