Skip to content

Commit

Permalink
New version: NonlinearSolve v3.1.1 (#97294)
Browse files Browse the repository at this point in the history
UUID: 8913a72c-1f9b-4ce2-8d82-65094dcecaec
Repo: https://github.com/SciML/NonlinearSolve.jl.git
Tree: 2ed2c035a8186344663d98337ea1b5c06a697591

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator authored Dec 17, 2023
1 parent 01f3bcc commit 922eaf3
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 16 deletions.
51 changes: 37 additions & 14 deletions N/NonlinearSolve/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Reexport = "0.2"
[0-2]
RecursiveArrayTools = "2"

[0-3]
["0-3.1.0"]
FiniteDiff = "2"
ForwardDiff = "0.10.3-0.10"

Expand Down Expand Up @@ -46,7 +46,7 @@ SciMLBase = "1.32.0-1"
["0.3.18-0"]
Setfield = ["0.7-0.8", "1"]

["0.3.4-3"]
["0.3.4-3.1.0"]
Reexport = ["0.2", "1"]

["0.3.5-0.3.16"]
Expand Down Expand Up @@ -98,7 +98,7 @@ SciMLBase = "1.92.4-2"
["1.4"]
ArrayInterface = "6-7"

["1.5-3"]
["1.5-3.1.0"]
ArrayInterface = "6.0.24-7"

["1.5.1-1"]
Expand All @@ -110,7 +110,7 @@ EnumX = "1"
["1.7-2.4"]
LinearSolve = "2"

["1.7-3"]
["1.7-3.1.0"]
PrecompileTools = "1"

["1.8-1.10.0"]
Expand All @@ -124,11 +124,13 @@ DiffEqBase = "6.130.0-6"
SparseDiffTools = "2.6.0-2"

[2-3]
ADTypes = "0.2"
ConcreteStructs = "0.2"
LineSearches = "7"
julia = "1.9.0-1"

["2-3.1.0"]
ADTypes = "0.2"
LineSearches = "7"

["2.2-2.8.1"]
SciMLBase = "2.4.0-2"

Expand All @@ -138,7 +140,7 @@ SimpleNonlinearSolve = "0.1.22-0.1"
["2.4-2"]
SimpleNonlinearSolve = "0.1.23-0.1"

["2.5-3"]
["2.5-3.1.0"]
LinearSolve = "2.12.0-2"

["2.6"]
Expand All @@ -147,7 +149,7 @@ SparseDiffTools = "2.9.0-2"
["2.6-2"]
DiffEqBase = "6.136.0-6"

["2.6-3"]
["2.6-3.1.0"]
FastBroadcast = "0.1.9-0.2"

["2.6.0"]
Expand All @@ -161,27 +163,48 @@ SparseArrays = "1.9.0-1"
["2.7-2.8.1"]
SparseDiffTools = "2.11.0-2"

["2.8.1-3"]
["2.8.1-3.1.0"]
SciMLOperators = "0.3"

["2.8.2-2"]
SciMLBase = "2.8.2-2"
SparseDiffTools = "2.12.0-2"

[3]
LinearAlgebra = ["0.0.0", "1"]
Printf = ["0.0.0", "1"]
SparseArrays = ["0.0.0", "1"]
SparseDiffTools = "2.14.0-2"

["3-3.1.0"]
DiffEqBase = "6.141.0-6"
LazyArrays = "1.8.0-1"
LinearAlgebra = ["0.0.0", "1"]
MaybeInplace = "0.1"
Printf = ["0.0.0", "1"]
SciMLBase = "2.9.0-2"
SimpleNonlinearSolve = "1"
SparseArrays = ["0.0.0", "1"]
SparseDiffTools = "2.14.0-2"
StaticArrays = "1"

["3.0"]
RecursiveArrayTools = "2"

["3.1-3"]
["3.1.0"]
RecursiveArrayTools = "2-3"

["3.1.1-3"]
ADTypes = "0.2.5-0.2"
ArrayInterface = "7.6.0-7"
DiffEqBase = "6.144.0-6"
FastBroadcast = "0.2.8-0.2"
FiniteDiff = "2.21.0-2"
ForwardDiff = "0.10.36-0.10"
LazyArrays = "1.8.2-1"
LineSearches = "7.2.0-7"
LinearSolve = "2.21.0-2"
MaybeInplace = "0.1.1-0.1"
PrecompileTools = "1.2.0-1"
RecursiveArrayTools = "3"
Reexport = "1.2.0-1"
SciMLBase = "2.11.0-2"
SciMLOperators = "0.3.7-0.3"
SimpleNonlinearSolve = "1.0.2-1"
StaticArrays = "1.7.0-1"
3 changes: 3 additions & 0 deletions N/NonlinearSolve/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,6 @@ git-tree-sha1 = "ec6577e2ebccf19797edcbf5951229598ad35650"

["3.1.0"]
git-tree-sha1 = "767100434dc775c993082e70e453ba7bd9866afa"

["3.1.1"]
git-tree-sha1 = "2ed2c035a8186344663d98337ea1b5c06a697591"
14 changes: 12 additions & 2 deletions N/NonlinearSolve/WeakCompat.toml
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"

0 comments on commit 922eaf3

Please sign in to comment.