Skip to content

Conversation

@jClugstor
Copy link
Member

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

Additional context

Threads the alias kwarg through to where u0 is actually used. Should fix SciML/SteadyStateDiffEq.jl#97.

@ChrisRackauckas
Copy link
Member

Rebase?

@ChrisRackauckas
Copy link
Member

Does this need version bounds to be safe?

@ChrisRackauckas
Copy link
Member

Oh I guess the alias things have been defined for a very long time and would be bound on NonlinearSolveBase already via Verbosity.

@ChrisRackauckas ChrisRackauckas merged commit 3d69a96 into SciML:master Nov 5, 2025
73 of 98 checks passed
ChrisRackauckas-Claude pushed a commit to ChrisRackauckas-Claude/NonlinearSolve.jl that referenced this pull request Nov 5, 2025
- NonlinearSolve: 4.13.0 → 4.14.0
- NonlinearSolveBase: 2.1.0 → 2.2.0
- NonlinearSolveFirstOrder: 1.10.0 → 1.11.0
- NonlinearSolveQuasiNewton: 1.11.0 → 1.12.0
- NonlinearSolveSpectralMethods: 1.6.0 → 1.7.0
- SimpleNonlinearSolve: 2.10.0 → 2.11.0

Updated corresponding compat entries in all Project.toml files.

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

Co-Authored-By: Claude <noreply@anthropic.com>
ChrisRackauckas added a commit that referenced this pull request Nov 5, 2025
- NonlinearSolve: 4.13.0 → 4.14.0
- NonlinearSolveBase: 2.1.0 → 2.2.0
- NonlinearSolveFirstOrder: 1.10.0 → 1.11.0
- NonlinearSolveQuasiNewton: 1.11.0 → 1.12.0
- NonlinearSolveSpectralMethods: 1.6.0 → 1.7.0
- SimpleNonlinearSolve: 2.10.0 → 2.11.0

Updated corresponding compat entries in all Project.toml files.

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

Co-Authored-By: Claude <noreply@anthropic.com>
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.

Passing of deprecated alias_u0 keyword

2 participants