-
Notifications
You must be signed in to change notification settings - Fork 474
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New package: OrdinaryDiffEqDifferentiation v1.0.0 (#113080)
UUID: 4302a76b-040a-498a-8c04-15b101fed76b Repo: https://github.com/SciML/OrdinaryDiffEq.jl.git Tree: 8232a8e557128e38ebe30ccfac921f0108403241 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
- Loading branch information
1 parent
aa93cf0
commit d2be743
Showing
5 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[1] | ||
ADTypes = "1" | ||
ArrayInterface = "7" | ||
DiffEqBase = "6" | ||
FastBroadcast = "0.3" | ||
FiniteDiff = "2" | ||
ForwardDiff = "0.10" | ||
FunctionWrappersWrappers = "0.1" | ||
InteractiveUtils = "1.10.0-1" | ||
LinearAlgebra = "1.10.0-1" | ||
LinearSolve = "2" | ||
OrdinaryDiffEqCore = ["0.0.0", "1"] | ||
SciMLBase = "2" | ||
SparseArrays = "1" | ||
SparseDiffTools = "2" | ||
StaticArrayInterface = "1" | ||
StaticArrays = "1" | ||
julia = "1.10.0-1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[1] | ||
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" | ||
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" | ||
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" | ||
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" | ||
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41" | ||
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" | ||
FunctionWrappersWrappers = "77dc65aa-8811-40c2-897b-53d922fa7daf" | ||
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae" | ||
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" | ||
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" | ||
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" | ||
SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804" | ||
StaticArrayInterface = "0d7ed370-da01-4f52-bd93-41d350b8b718" | ||
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
name = "OrdinaryDiffEqDifferentiation" | ||
uuid = "4302a76b-040a-498a-8c04-15b101fed76b" | ||
repo = "https://github.com/SciML/OrdinaryDiffEq.jl.git" | ||
subdir = "lib/OrdinaryDiffEqDifferentiation" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
["1.0.0"] | ||
git-tree-sha1 = "8232a8e557128e38ebe30ccfac921f0108403241" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters