Skip to content

Commit a797e46

Browse files
authored
Merge pull request #441 from SciML/ap/test_master
Test master
2 parents 7deb1ed + c028c5e commit a797e46

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NonlinearSolve"
22
uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
33
authors = ["SciML"]
4-
version = "3.12.3"
4+
version = "3.12.4"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -78,7 +78,7 @@ LeastSquaresOptim = "0.8.5"
7878
LineSearches = "7.2"
7979
LinearAlgebra = "1.10"
8080
LinearSolve = "2.30"
81-
MINPACK = "1.2"
81+
MINPACK = "=1.2"
8282
MaybeInplace = "0.1.3"
8383
ModelingToolkit = "9.15.0"
8484
NLSolvers = "0.5"

docs/src/devdocs/jacobian.md

-7
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,3 @@
44
NonlinearSolve.AbstractNonlinearSolveJacobianCache
55
NonlinearSolve.JacobianCache
66
```
7-
8-
## SimpleNonlinearSolve functions
9-
10-
```@docs
11-
SimpleNonlinearSolve.jacobian_cache
12-
SimpleNonlinearSolve.value_and_jacobian
13-
```

0 commit comments

Comments
 (0)