compat: combined CompatHelper bumps (DiffEqDevTools 4, OrdinaryDiffEqCore 5)#4538
Closed
ChrisRackauckas-Claude wants to merge 1 commit into
Closed
compat: combined CompatHelper bumps (DiffEqDevTools 4, OrdinaryDiffEqCore 5)#4538ChrisRackauckas-Claude wants to merge 1 commit into
ChrisRackauckas-Claude wants to merge 1 commit into
Conversation
…Core 5) Combines the two outstanding CompatHelper bumps not yet incorporated into master: - `OrdinaryDiffEqCore` -> 5 in `[compat]` (root `Project.toml`), closes SciML#4481 - `DiffEqDevTools` -> 4 in `docs/Project.toml`, closes SciML#4488 The other CompatHelper PRs that were listed (SciML#4466, SciML#4477, SciML#4478, SciML#4479, SciML#4480, SciML#4482, SciML#4483, SciML#4484, SciML#4485, SciML#4486, SciML#4487) are already applied on master. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
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
Combines the two outstanding CompatHelper bumps from the listed batch
that were not yet applied to master:
OrdinaryDiffEqCore→ 5 in rootProject.toml[compat](closes CompatHelper: bump compat for OrdinaryDiffEqCore in [extras] to 5, (keep existing compat) #4481)DiffEqDevTools→ 4 indocs/Project.toml(closes CompatHelper: bump compat for DiffEqDevTools to 4 for package docs, (keep existing compat) #4488)The other CompatHelper PRs in the same batch are already in master and
don't need additional changes:
DiffEqBase→ 7) ✓StochasticDiffEq→ 7) ✓OrdinaryDiffEq→ 7) ✓DelayDiffEq→ 6) ✓OrdinaryDiffEqBDF→ 2) ✓OrdinaryDiffEqDefault→ 2, weakdeps) ✓OrdinaryDiffEqNonlinearSolve→ 2) ✓OrdinaryDiffEqDefault→ 2, extras) ✓OrdinaryDiffEqRosenbrock→ 2) ✓StochasticDiffEq→ 7, docs) ✓OrdinaryDiffEq→ 7, docs) ✓Please ignore this PR until reviewed by @ChrisRackauckas.
Test plan
the individual CompatHelper PRs it consolidates)