Skip to content

Conversation

ChrisRackauckas-Claude
Copy link

Summary

Following the merge of PR #669 which migrated solve dispatches from DiffEqBase to NonlinearSolveBase and updated NonlinearSolveBase to v1.15.0, this PR bumps the minor versions of all dependent packages that had their compat requirements updated to require NonlinearSolveBase v1.15.

Version Updates

  • NonlinearSolve: 4.10.1 → 4.11.0
  • BracketingNonlinearSolve: 1.3.1 → 1.4.0
  • SimpleNonlinearSolve: 2.7.1 → 2.8.0
  • NonlinearSolveFirstOrder: 1.8.1 → 1.9.0
  • NonlinearSolveQuasiNewton: 1.8.1 → 1.9.0
  • NonlinearSolveSpectralMethods: 1.3.1 → 1.4.0
  • NonlinearSolveHomotopyContinuation: 0.1.6 → 0.2.0
  • NonlinearSolveSciPy: 1.0.1 → 1.1.0
  • SCCNonlinearSolve: 1.4.1 → 1.5.0

Rationale

These packages all had their compat requirements updated to NonlinearSolveBase = "1.15" in PR #669, which represents a breaking change in their dependency requirements. According to semantic versioning, this requires a minor version bump for all affected packages.

Test plan

  • Verified package loading works correctly
  • All version bumps follow semantic versioning (minor bumps for new dependency requirements)
  • No breaking API changes in the packages themselves

🤖 Generated with Claude Code

Following the merge of PR SciML#669 which migrated solve dispatches from
DiffEqBase to NonlinearSolveBase and updated NonlinearSolveBase to v1.15.0,
this PR bumps the minor versions of all dependent packages that had their
compat requirements updated to require NonlinearSolveBase v1.15:

- NonlinearSolve: 4.10.1 → 4.11.0
- BracketingNonlinearSolve: 1.3.1 → 1.4.0
- SimpleNonlinearSolve: 2.7.1 → 2.8.0
- NonlinearSolveFirstOrder: 1.8.1 → 1.9.0
- NonlinearSolveQuasiNewton: 1.8.1 → 1.9.0
- NonlinearSolveSpectralMethods: 1.3.1 → 1.4.0
- NonlinearSolveHomotopyContinuation: 0.1.6 → 0.2.0
- NonlinearSolveSciPy: 1.0.1 → 1.1.0
- SCCNonlinearSolve: 1.4.1 → 1.5.0

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@ChrisRackauckas ChrisRackauckas merged commit 6405f44 into SciML:master Sep 12, 2025
70 of 93 checks passed
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