-
Notifications
You must be signed in to change notification settings - Fork 475
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New package: NonlinearSolveBase v1.0.0 (#117897)
UUID: be0214bd-f91f-a760-ac4e-3421ce2b2da0 Repo: https://github.com/SciML/NonlinearSolve.jl.git Tree: 570044026f962aba2dc9e29fcf45ee9c7183071c Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
- Loading branch information
1 parent
cc649fb
commit 5243e64
Showing
7 changed files
with
46 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,16 @@ | ||
[1] | ||
ADTypes = "1.9.0-1" | ||
ArrayInterface = "7.9.0-7" | ||
CommonSolve = "0.2.4-0.2" | ||
Compat = "4.15.0-4" | ||
ConcreteStructs = "0.2.3-0.2" | ||
DifferentiationInterface = "0.6.16-0.6" | ||
EnzymeCore = "0.8" | ||
FastClosures = "0.3" | ||
FunctionProperties = "0.1.2-0.1" | ||
LinearAlgebra = "1.10.0-1" | ||
Markdown = "1.10.0-1" | ||
RecursiveArrayTools = "3" | ||
SciMLBase = "2.50.0-2" | ||
StaticArraysCore = "1.4.0-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,15 @@ | ||
[1] | ||
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" | ||
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" | ||
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2" | ||
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20" | ||
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471" | ||
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63" | ||
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869" | ||
FastClosures = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a" | ||
FunctionProperties = "f62d2435-5019-4c03-9749-2d4c77af0cbc" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a" | ||
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" | ||
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" | ||
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c" |
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 = "NonlinearSolveBase" | ||
uuid = "be0214bd-f91f-a760-ac4e-3421ce2b2da0" | ||
repo = "https://github.com/SciML/NonlinearSolve.jl.git" | ||
subdir = "lib/NonlinearSolveBase" |
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 = "570044026f962aba2dc9e29fcf45ee9c7183071c" |
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 @@ | ||
[1] | ||
DiffEqBase = "6.149.0-6" | ||
ForwardDiff = "0.10.36-0.10" | ||
SparseArrays = "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,4 @@ | ||
[1] | ||
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" | ||
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" | ||
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" |
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