Skip to content

Commit 7a58d07

Browse files
JuliaRegistratorpull[bot]
authored andcommitted
New version: NonlinearSolve v0.3.17 (#60759)
UUID: 8913a72c-1f9b-4ce2-8d82-65094dcecaec Repo: https://github.com/SciML/NonlinearSolve.jl.git Tree: 8c8adff74b454811063fce860e31adb286e298c2 Registrator tree SHA: 8e1a5ac2695627143951512d700c7e3c445102ec
1 parent 718a7a1 commit 7a58d07

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

N/NonlinearSolve/Compat.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,17 @@ julia = "1.6.0-1"
3434
["0.3.13-0.3.14"]
3535
ArrayInterface = "2-4"
3636

37-
["0.3.15-0"]
37+
["0.3.15-0.3.16"]
3838
ArrayInterface = "3-5"
3939

40+
["0.3.17-0"]
41+
ArrayInterfaceCore = "0.1.1-0.1"
42+
SciMLBase = "1.32.0-1"
43+
4044
["0.3.4-0"]
4145
Reexport = ["0.2", "1"]
4246

43-
["0.3.5-0"]
47+
["0.3.5-0.3.16"]
4448
SciMLBase = "1"
4549

4650
["0.3.6"]

N/NonlinearSolve/Deps.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@ Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
77
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
88
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
99

10+
["0.3.17-0"]
11+
ArrayInterfaceCore = "30b0a656-2188-435a-8636-2ec0e6a096e2"
12+
1013
["0.3.5-0"]
1114
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1215

1316
["0.3.6-0"]
14-
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
1517
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
1618
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1719
RecursiveFactorization = "f2c3362d-daeb-58d1-803e-2bc74f2840b4"
20+
21+
["0.3.6-0.3.16"]
22+
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

N/NonlinearSolve/Versions.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,6 @@ git-tree-sha1 = "4e5ee038e5655c8aaa9ac179743c5227d1f0f0f3"
5454

5555
["0.3.16"]
5656
git-tree-sha1 = "aeebff6a2a23506e5029fd2248a26aca98e477b3"
57+
58+
["0.3.17"]
59+
git-tree-sha1 = "8c8adff74b454811063fce860e31adb286e298c2"

0 commit comments

Comments
 (0)