Bump compat for OrdinaryDiffEq v7 / SciMLBase v3 ecosystem#419
Closed
ChrisRackauckas-Claude wants to merge 1 commit into
Closed
Conversation
The OrdinaryDiffEq v7 ecosystem release (SciML/OrdinaryDiffEq.jl#3562 + SciML/OrdinaryDiffEq.jl#3565) cascaded major version bumps across all sublibs that ProbNumDiffEq depends on. This widens compat to allow both the old and new majors so the resolver can pick up the v7 line: - DiffEqBase: "6.194" -> "6.194, 7" - DiffEqDevTools: "2.46" -> "2.46, 3" - OrdinaryDiffEqCore: "3" -> "3, 4" - OrdinaryDiffEqDifferentiation: "2" -> "2, 3" - OrdinaryDiffEqRosenbrock: "1.23" -> "1.23, 2" - OrdinaryDiffEqVerner: "1.10" -> "1.10, 2" - benchmarks/DiffEqDevTools: "2.42.0" -> "2.42.0, 3" `SciMLBase = "2.128, 3"` and `RecursiveArrayTools = "3.37, 4"` were already correctly widened. See https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/NEWS.md for the full v7 migration notes. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #419 +/- ##
=======================================
Coverage 91.70% 91.70%
=======================================
Files 44 44
Lines 2207 2207
=======================================
Hits 2024 2024
Misses 183 183 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Widen compat to allow the new major versions of the OrdinaryDiffEq monorepo sublibs that just shipped as part of the v7 ecosystem release (SciML/OrdinaryDiffEq.jl#3562 cascade + #3565 revert). All packages listed below are now registered in the General registry.
DiffEqBase"6.194""6.194, 7"DiffEqDevTools"2.46""2.46, 3"OrdinaryDiffEqCore"3""3, 4"OrdinaryDiffEqDifferentiation"2""2, 3"OrdinaryDiffEqRosenbrock"1.23""1.23, 2"OrdinaryDiffEqVerner"1.10""1.10, 2"benchmarks/DiffEqDevTools"2.42.0""2.42.0, 3"SciMLBase = "2.128, 3"andRecursiveArrayTools = "3.37, 4"were already correctly widened.DiffEqCallbacks = "4"is left at v4 (current registered line).No source-code migrations were required: a grep of
src/andtest/for the v7 breaking-change patterns from the OrdinaryDiffEq v7 NEWS (verbose=Bool,sol.destats,has_destats,DEAlgorithm/DEProblem/DESolution,chunk_size/standardtag/diff_type, controller kwargs,u_modified!,QuadratureProblem,fastpow,concrete_solve) came up empty.Test plan
🤖 Generated with Claude Code