We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7deb1ed + c028c5e commit a797e46Copy full SHA for a797e46
Project.toml
@@ -1,7 +1,7 @@
1
name = "NonlinearSolve"
2
uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
3
authors = ["SciML"]
4
-version = "3.12.3"
+version = "3.12.4"
5
6
[deps]
7
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -78,7 +78,7 @@ LeastSquaresOptim = "0.8.5"
78
LineSearches = "7.2"
79
LinearAlgebra = "1.10"
80
LinearSolve = "2.30"
81
-MINPACK = "1.2"
+MINPACK = "=1.2"
82
MaybeInplace = "0.1.3"
83
ModelingToolkit = "9.15.0"
84
NLSolvers = "0.5"
docs/src/devdocs/jacobian.md
@@ -4,10 +4,3 @@
NonlinearSolve.AbstractNonlinearSolveJacobianCache
NonlinearSolve.JacobianCache
```
-
8
-## SimpleNonlinearSolve functions
9
10
-```@docs
11
-SimpleNonlinearSolve.jacobian_cache
12
-SimpleNonlinearSolve.value_and_jacobian
13
-```
0 commit comments