You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump all package minor versions to release PR #481 fixes
PR #481 widened compat for the OrdinaryDiffEq v7 / SciMLBase v3 ecosystem
and made code changes in BoundaryValueDiffEqCore (utils.jl) and
BoundaryValueDiffEqShooting (single_shooting.jl, multiple_shooting.jl),
but didn't bump any package versions. This PR bumps minor versions on
every package that received compat or code changes so the changes can
be registered.
- BoundaryValueDiffEqCore 2.4.0 -> 2.5.0
- BoundaryValueDiffEqAscher 1.14.0 -> 1.15.0
- BoundaryValueDiffEqFIRK 1.15.0 -> 1.16.0
- BoundaryValueDiffEqMIRK 1.15.0 -> 1.16.0
- BoundaryValueDiffEqMIRKN 1.14.0 -> 1.15.0
- BoundaryValueDiffEqShooting 1.15.0 -> 1.16.0
- BoundaryValueDiffEq (top) 5.22.0 -> 5.23.0
Minor (rather than patch) because dropping/widening compat ranges to
admit OrdinaryDiffEq v7 / SciMLBase v3 / DiffEqDevTools v3 is not strictly
SemVer-patch: downstream consumers that resolve through these ranges may
end up on different majors than before, which is a minor-bump signal.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments