-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: bump versions of
NonlinearSolve
and sub-packages (#518)
* build: bump versions of `NonlinearSolve` and sub-packages * build: bump compats between sub-packages
- Loading branch information
1 parent
8295933
commit 3bb2eb3
Showing
6 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "NonlinearSolveBase" | ||
uuid = "be0214bd-f91f-a760-ac4e-3421ce2b2da0" | ||
authors = ["Avik Pal <[email protected]> and contributors"] | ||
version = "1.4.0" | ||
version = "1.5.0" | ||
|
||
[deps] | ||
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "NonlinearSolveFirstOrder" | ||
uuid = "5959db7a-ea39-4486-b5fe-2dd0bf03d60d" | ||
authors = ["Avik Pal <[email protected]> and contributors"] | ||
version = "1.1.0" | ||
version = "1.2.0" | ||
|
||
[deps] | ||
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" | ||
|
@@ -44,7 +44,7 @@ LinearAlgebra = "1.10" | |
LinearSolve = "2.36.1" | ||
MaybeInplace = "0.1.4" | ||
NonlinearProblemLibrary = "0.1.2" | ||
NonlinearSolveBase = "1.1" | ||
NonlinearSolveBase = "1.5" | ||
Pkg = "1.10" | ||
PrecompileTools = "1.2" | ||
Random = "1.10" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "NonlinearSolveQuasiNewton" | ||
uuid = "9a2c21bd-3a47-402d-9113-8faf9a0ee114" | ||
authors = ["Avik Pal <[email protected]> and contributors"] | ||
version = "1.0.0" | ||
version = "1.1.0" | ||
|
||
[deps] | ||
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" | ||
|
@@ -44,7 +44,7 @@ LinearAlgebra = "1.10" | |
LinearSolve = "2.36.1" | ||
MaybeInplace = "0.1.4" | ||
NonlinearProblemLibrary = "0.1.2" | ||
NonlinearSolveBase = "1.1" | ||
NonlinearSolveBase = "1.5" | ||
Pkg = "1.10" | ||
PrecompileTools = "1.2" | ||
ReTestItems = "1.24" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "NonlinearSolveSpectralMethods" | ||
uuid = "26075421-4e9a-44e1-8bd1-420ed7ad02b2" | ||
authors = ["Avik Pal <[email protected]> and contributors"] | ||
version = "1.0.0" | ||
version = "1.1.0" | ||
|
||
[deps] | ||
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2" | ||
|
@@ -33,7 +33,7 @@ InteractiveUtils = "<0.0.1, 1" | |
LineSearch = "0.1.4" | ||
MaybeInplace = "0.1.4" | ||
NonlinearProblemLibrary = "0.1.2" | ||
NonlinearSolveBase = "1.1" | ||
NonlinearSolveBase = "1.5" | ||
Pkg = "1.10" | ||
PrecompileTools = "1.2" | ||
ReTestItems = "1.24" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters