-
Notifications
You must be signed in to change notification settings - Fork 476
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: NonlinearSolve v3.1.1 (#97294)
UUID: 8913a72c-1f9b-4ce2-8d82-65094dcecaec Repo: https://github.com/SciML/NonlinearSolve.jl.git Tree: 2ed2c035a8186344663d98337ea1b5c06a697591 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
- Loading branch information
1 parent
01f3bcc
commit 922eaf3
Showing
3 changed files
with
52 additions
and
16 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
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
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 |
---|---|---|
@@ -1,14 +1,24 @@ | ||
["2.3-3"] | ||
FastLevenbergMarquardt = "0.1" | ||
|
||
["2.3-3.1.0"] | ||
LeastSquaresOptim = "0.8" | ||
|
||
["2.5-3"] | ||
["2.5-3.1.0"] | ||
BandedMatrices = "1" | ||
|
||
[3] | ||
MINPACK = "1.2.0-1" | ||
NLsolve = "4.5.0-4" | ||
|
||
["3-3.1.0"] | ||
Zygote = "0.6" | ||
|
||
["3.1-3"] | ||
["3.1.0"] | ||
Symbolics = "5" | ||
|
||
["3.1.1-3"] | ||
BandedMatrices = "1.3.0-1" | ||
LeastSquaresOptim = "0.8.5-0.8" | ||
Symbolics = "5.13.0-5" | ||
Zygote = "0.6.67-0.6" |