Skip to content

Commit

Permalink
New version: NonlinearSolve v3.12.0
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: 3939ebffebff79db0442103b6d3a5e8c50cbf43c

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator committed May 17, 2024
1 parent c54b5fe commit 0508dff
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
22 changes: 18 additions & 4 deletions N/NonlinearSolve/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ RecursiveArrayTools = "2-3"

["3.1.1-3"]
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"
Expand All @@ -211,6 +210,9 @@ RecursiveArrayTools = "3"
["3.1.1-3.10"]
LinearSolve = "2.21.0-2"

["3.1.1-3.11"]
FiniteDiff = "2.21.0-2"

["3.1.1-3.4"]
ADTypes = "0.2.5-0.2"
DiffEqBase = "6.144.0-6"
Expand All @@ -219,12 +221,20 @@ SciMLOperators = "0.3.7-0.3"
SimpleNonlinearSolve = "1.0.2-1"
StaticArrays = "1.7.0-1"

["3.10-3"]
["3.10-3.11"]
SymbolicIndexingInterface = "0.3.3-0.3"

["3.11-3"]
LinearSolve = "2.29.0-2"

["3.12-3"]
ADTypes = "1.1.0-1"
FiniteDiff = "2.22.0-2"
SciMLBase = "2.34.0-2"
SimpleNonlinearSolve = "1.8.0-1"
SparseDiffTools = "2.19.0-2"
SymbolicIndexingInterface = "0.3.15-0.3"

["3.2-3.4"]
Printf = "1.9.0-1"
RecursiveArrayTools = "3.2.0-3"
Expand All @@ -237,17 +247,19 @@ ArrayInterface = "7.7.0-7"
FastClosures = "0.3"

["3.5-3"]
ADTypes = "0.2.6-0.2"
ConcreteStructs = "0.2.3-0.2"
LinearAlgebra = "1.10.0-1"
Preferences = "1.4.0-1"
Printf = "1.10.0-1"
SimpleNonlinearSolve = "1.2.0-1"
SparseArrays = "1.10.0-1"
StaticArraysCore = "1.4.0-1"
TimerOutputs = "0.5.23-0.5"
julia = "1.10.0-1"

["3.5-3.11"]
ADTypes = "0.2.6-0.2"
SimpleNonlinearSolve = "1.2.0-1"

["3.5-3.8"]
DiffEqBase = "6.146.0-6"
RecursiveArrayTools = "3.4.0-3"
Expand All @@ -258,5 +270,7 @@ ArrayInterface = "7.9.0-7"
DiffEqBase = "6.149.0-6"
FastClosures = "0.3.2-0.3"
RecursiveArrayTools = "3.8.0-3"

["3.9-3.11"]
SciMLBase = "2.28.0-2"
SparseDiffTools = "2.17.0-2"
3 changes: 3 additions & 0 deletions N/NonlinearSolve/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -245,3 +245,6 @@ git-tree-sha1 = "4891b745bd621f88aac661f2504d014931b443ba"

["3.11.0"]
git-tree-sha1 = "dc0d78eeed89323526203b8a11a4fa6cdbe25cd6"

["3.12.0"]
git-tree-sha1 = "3939ebffebff79db0442103b6d3a5e8c50cbf43c"

0 comments on commit 0508dff

Please sign in to comment.