-
-
Notifications
You must be signed in to change notification settings - Fork 54
[Breaking] Use NonlinearSolve for all root finding needs #203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 10 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
ba2c6d0
Start migrating to NonlinearSolve
avik-pal 2f56a5f
Progress on replacing NLsolve with NonlinearSolve
avik-pal c16671b
Finish ManifoldProjection
avik-pal 48736d0
Check in Manifest file
avik-pal 6c26985
Test with v2
avik-pal 88c3ddc
Document the changes in GeneralDomain
avik-pal 233c344
Fix mistake in type construction
avik-pal 0339962
Delete Manifest.toml
ChrisRackauckas ecb8897
Update Project.toml
ChrisRackauckas b99538f
Update Project.toml
ChrisRackauckas eb73790
Update Project.toml
ChrisRackauckas 090a7cb
Up Project
avik-pal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 = "DiffEqCallbacks" | ||
| uuid = "459566f4-90b8-5000-8ac3-15dfb0a30def" | ||
| authors = ["Chris Rackauckas <[email protected]>"] | ||
| version = "2.37.0" | ||
| version = "2.38.0" | ||
|
|
||
| [deps] | ||
| DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" | ||
|
|
@@ -10,7 +10,7 @@ ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" | |
| Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196" | ||
| LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
| Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a" | ||
| NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56" | ||
| NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec" | ||
| Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a" | ||
| RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" | ||
| RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" | ||
|
|
@@ -30,13 +30,13 @@ ForwardDiff = "0.10.19" | |
| Functors = "0.4" | ||
| LinearAlgebra = "1.10" | ||
| Markdown = "1.10" | ||
| NLsolve = "4.5" | ||
| NonlinearSolve = "3.6" | ||
| ODEProblemLibrary = "0.1.5" | ||
| OrdinaryDiffEq = "6.68" | ||
| Parameters = "0.12" | ||
| QuadGK = "2.4" | ||
| RecipesBase = "1.1" | ||
| RecursiveArrayTools = "2.38, 3" | ||
| RecursiveArrayTools = "3.8" | ||
| SciMLBase = "2.9" | ||
| SciMLSensitivity = "7.49" | ||
| StaticArrays = "1.8" | ||
|
|
@@ -50,6 +50,7 @@ julia = "1.10" | |
| [extras] | ||
| Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" | ||
| DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0" | ||
| NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec" | ||
| ODEProblemLibrary = "fdc4e326-1af4-4b90-96e7-779fcce2daa5" | ||
| OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" | ||
| QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc" | ||
|
|
@@ -61,5 +62,4 @@ Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c" | |
| Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" | ||
|
|
||
| [targets] | ||
| test = ["Aqua", "DataInterpolations", "OrdinaryDiffEq", "ODEProblemLibrary", "Test", "QuadGK", "SciMLSensitivity", "StaticArrays", "Tracker", "Zygote"] | ||
|
|
||
| test = ["Aqua", "DataInterpolations", "OrdinaryDiffEq", "ODEProblemLibrary", "Test", "QuadGK", "SciMLSensitivity", "StaticArrays", "Tracker", "Zygote", "NonlinearSolve"] | ||
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.