Skip to content

Commit 0c44856

Browse files
New version: NonlinearSolveQuasiNewton v1.1.0
UUID: 9a2c21bd-3a47-402d-9113-8faf9a0ee114 Repo: https://github.com/SciML/NonlinearSolve.jl.git Tree: f84092904de75ccaf2df9ccc1549098d198253db Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
1 parent a89d307 commit 0c44856

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

N/NonlinearSolveQuasiNewton/Compat.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@ DiffEqBase = "6.158.3-6"
66
LinearAlgebra = "1.10.0-1"
77
LinearSolve = "2.36.1-2"
88
MaybeInplace = "0.1.4-0.1"
9-
NonlinearSolveBase = "1.1.0-1"
109
PrecompileTools = "1.2.0-1"
1110
Reexport = "1"
1211
SciMLBase = "2.58.0-2"
1312
SciMLOperators = "0.3.11-0.3"
1413
StaticArraysCore = "1.4.3-1"
1514
julia = "1.10.0-1"
15+
16+
["1.0"]
17+
NonlinearSolveBase = "1.1.0-1"
18+
19+
["1.1-1"]
20+
NonlinearSolveBase = "1.5.0-1"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
["1.0.0"]
22
git-tree-sha1 = "066d4940938f4bb5fd1ce146e61a373f40b89d31"
3+
4+
["1.1.0"]
5+
git-tree-sha1 = "f84092904de75ccaf2df9ccc1549098d198253db"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
["1.1-1"]
2+
ForwardDiff = "0.10.36-0.10"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
["1.1-1"]
2+
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"

0 commit comments

Comments
 (0)