-
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: OrdinaryDiffEqHighOrderRK v1.0.0 (#113079)
UUID: d28bc4f8-55e1-4f49-af69-84c1a99f0f58 Repo: https://github.com/SciML/OrdinaryDiffEq.jl.git Tree: 3c7cfdcd96e63e41f448ee8efc3539852823c6e0 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
- Loading branch information
1 parent
a5a0b4d
commit aa93cf0
Showing
5 changed files
with
24 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,9 @@ | ||
[1] | ||
DiffEqBase = "6.152.2-6" | ||
FastBroadcast = "0.3.5-0.3" | ||
MuladdMacro = "0.2.4-0.2" | ||
OrdinaryDiffEqCore = ["0.0.0", "1"] | ||
RecursiveArrayTools = "3.27.0-3" | ||
Reexport = "1.2.2-1" | ||
Static = "1.1.1-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,8 @@ | ||
[1] | ||
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" | ||
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" | ||
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" | ||
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" | ||
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" | ||
Reexport = "189a3867-3050-52da-a836-e630ba90ab69" | ||
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" |
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 = "OrdinaryDiffEqHighOrderRK" | ||
uuid = "d28bc4f8-55e1-4f49-af69-84c1a99f0f58" | ||
repo = "https://github.com/SciML/OrdinaryDiffEq.jl.git" | ||
subdir = "lib/OrdinaryDiffEqHighOrderRK" |
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 = "3c7cfdcd96e63e41f448ee8efc3539852823c6e0" |
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