Skip to content
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

refactor: splitting up of NonlinearSolve #483

Merged
merged 43 commits into from
Oct 31, 2024
Merged

refactor: splitting up of NonlinearSolve #483

merged 43 commits into from
Oct 31, 2024

Conversation

avik-pal
Copy link
Member

@avik-pal avik-pal commented Oct 26, 2024

fixes SciML/SimpleNonlinearSolve.jl#164

New Package Versions

  • NonlinearSolveBase: v1.1
  • BracketingNonlinearSolve: v1.1
  • SimpleNonlinearSolve: v2
  • NonlinearSolveFirstOrder: v1
  • NonlinearSolveSpectralMethods: v1
  • NonlinearSolveQuasiNewton: v1
  • NonlinearSolve: v4
  • SciMLJacobianOperators: v0.1.1

Checklist

  • Linear Solve Wrapper moved into NonlinearSolveBase. Additionally, it generalizes how the \ and structured Array checks were used.
  • Move Jacobian Code into NonlinearSolveBase
  • Move Descent Direction Code into NonlinearSolveBase
  • Sub-Packages
    • NonlinearSolveSpectralMethods
    • NonlinearSolveQuasiNewton
    • NonlinearSolveFirstOrder
  • Tests for Sub-Packages
    • NonlinearSolveSpectralMethods
    • NonlinearSolveQuasiNewton
    • NonlinearSolveFirstOrder
  • Use these subpackages in NonlinearSolve
  • ForwardDiff dispatches in NonlinearSolve
  • Update other packages
    • SimpleNonlinearSolve
    • BracketingNonlinearSolve
  • Update documentation
  • cleanup extension algorithms
  • Dependency cleanup
  • Downgrade CI
    • NonlinearSolveBase
    • BracketingNonlinearSolve
    • SimpleNonlinearSolve
    • NonlinearSolveFirstOrder
    • NonlinearSolveSpectralMethods
    • NonlinearSolveQuasiNewton
    • NonlinearSolve
    • SciMLJacobianOperators
  • Local Testing
    • NonlinearSolveBase
    • BracketingNonlinearSolve
    • SimpleNonlinearSolve
    • NonlinearSolveFirstOrder
    • NonlinearSolveSpectralMethods
    • NonlinearSolveQuasiNewton
    • NonlinearSolve
  • CI scripts cleanup
    • NonlinearSolveBase
    • BracketingNonlinearSolve
    • SimpleNonlinearSolve
    • NonlinearSolveFirstOrder
    • NonlinearSolveSpectralMethods
    • NonlinearSolveQuasiNewton
    • NonlinearSolve

And a few more stuff...

@avik-pal avik-pal changed the title refactor: moving refactor: splitting up of NonlinearSolve Oct 26, 2024
@avik-pal avik-pal force-pushed the ap/more_split branch 3 times, most recently from db7e64e to 373b98b Compare October 26, 2024 22:29
@avik-pal avik-pal force-pushed the ap/more_split branch 2 times, most recently from 4587ae0 to 47d89e5 Compare October 28, 2024 05:07
avik-pal added a commit to SciML/sciml.ai that referenced this pull request Oct 30, 2024
@avik-pal avik-pal force-pushed the ap/more_split branch 2 times, most recently from c6413da to 242785e Compare October 31, 2024 03:18
test/core_tests.jl Outdated Show resolved Hide resolved
@avik-pal avik-pal marked this pull request as ready for review October 31, 2024 16:49
@avik-pal avik-pal merged commit fcee7a1 into master Oct 31, 2024
79 of 95 checks passed
@avik-pal avik-pal deleted the ap/more_split branch October 31, 2024 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Why is SimpleTrustRegion not enabled for NonlinearLeastSquaresProblems? [RFC] Splitting up NonlinearSolve
1 participant