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
Correct seven subpackage versions to the next sequential release (#4062)
Each of these carries a version on master that jumps over one or more
unregistered versions, so AutoMerge rejects the registration under the
sequential version number guideline. Lowering each to the patch
successor of the latest registered version lets them register normally;
the intervening bumps were never released, so no history is lost.
DiffEqDevTools 3.1.6 -> 3.1.4 (registered: 3.1.3)
OrdinaryDiffEqLowStorageRK 3.2.4 -> 3.2.2 (registered: 3.2.1)
OrdinaryDiffEqRosenbrock 2.6.2 -> 2.6.1 (registered: 2.6.0)
OrdinaryDiffEqSDIRK 2.8.3 -> 2.8.2 (registered: 2.8.1)
OrdinaryDiffEqSSPRK 2.2.3 -> 2.2.1 (registered: 2.2.0)
OrdinaryDiffEqTsit5 2.1.3 -> 2.1.1 (registered: 2.1.0)
OrdinaryDiffEqVerner 2.2.3 -> 2.2.1 (registered: 2.2.0)
DiffEqDevTools 4.0.0 and OrdinaryDiffEqCore 5.0.0 are yanked in General,
so the highest live DiffEqDevTools release is 3.1.3 rather than 4.0.0.
No sibling compat bound is invalidated by lowering these: every in-repo
bound on the seven is major-level, except OrdinaryDiffEqBDF's
OrdinaryDiffEqSDIRK = "2.5", which 2.8.2 still satisfies.
Claude-Session: https://claude.ai/code/session_01VNsHcCmMeNCWuN8BNR8RJr
Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments