Skip to content

Add compat for NonlinearSolveFirstOrder v2#443

Merged
ChrisRackauckas merged 1 commit intoSciML:masterfrom
JamesWrigley:patch-1
Feb 20, 2026
Merged

Add compat for NonlinearSolveFirstOrder v2#443
ChrisRackauckas merged 1 commit intoSciML:masterfrom
JamesWrigley:patch-1

Conversation

@JamesWrigley
Copy link
Member

Needed to install both packages in the same environment. The only change in NonlinearSolveFirstOrder v2 is that the default algorithm for least-squares problems changed: SciML/NonlinearSolve.jl#813
For simplicity I kept the compatibility with both versions which means that people solving least squares problems with this package may end up using different algorithms by default. I'm not sure how important that is for this package, we could alternatively only support v2.

Checklist

  • Appropriate tests were added
  • Any code changes were done in a way that does not break public API
  • All documentation related to code changes were updated
  • The new code follows the
    contributor guidelines, in particular the SciML Style Guide and
    COLPRAC.
  • Any new documentation only uses public API

@ChrisRackauckas ChrisRackauckas merged commit efd1749 into SciML:master Feb 20, 2026
22 of 24 checks passed
@JamesWrigley JamesWrigley deleted the patch-1 branch February 20, 2026 01:58
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.

2 participants