Bump DiffEqBase and OrdinaryDiffEqCore minors for post-#3453 src changes#3456
Merged
ChrisRackauckas merged 1 commit intomasterfrom Apr 16, 2026
Merged
Bump DiffEqBase and OrdinaryDiffEqCore minors for post-#3453 src changes#3456ChrisRackauckas merged 1 commit intomasterfrom
ChrisRackauckas merged 1 commit intomasterfrom
Conversation
- DiffEqBase 6.217.0 -> 6.218.0 (dt_epsilon default now WarnLevel in Minimal/Standard, #3445) - OrdinaryDiffEqCore 3.32.0 -> 3.33.0 (fix spurious tiny final step for fixed-dt methods, #3441) These are the only subpackages with src/ changes on master since their last registered versions. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Error while trying to register: Action not recognized: after |
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
Bumps the two subpackages that have accumulated source-code changes on master since their last registered versions.
6.217.0 -> 6.218.0—dt_epsilondefault raised toWarnLevel()in theMinimalandStandardverbosity presets (Changedt_epsilonverbosity toggle level to warn at Minimal and Standard verbosity presets #3445,src/verbosity.jl). Behavior-visible change.3.32.0 -> 3.33.0— fix spurious tiny trailing step for fixed-dt methods by adding a floating-point tolerance inmodify_dt_for_tstops!so the integrator snaps totstopwhendt ≈ distance_to_tstop(Fix spurious tiny final step for fixed-dt methods #3441,src/integrators/integrator_utils.jl). Bugfix.Checked but not bumped
Everything else with post-#3453 activity on master is test-only or already-registered:
OrdinaryDiffEqLowOrderRK,OrdinaryDiffEqSSPRK— onlytest/qa/jet.jltouched by Make _process_verbose_param(::Bool) constprop-friendly to fix @inferred solve #3438OrdinaryDiffEqAMF— onlytest/touched by Standardize QA test environments across sublibraries #3439 (still at 1.0.0 awaiting initial registration)ImplicitDiscreteSolve— onlyProject.tomlcompat bound changed (Bump ImplicitDiscreteSolve OrdinaryDiffEqCore lower bound to 3.31 #3453); no src change, so not included in this PRDelayDiffEq— unchanged since c2de709Each entry here will be registered via
@JuliaRegistratorafter this merges.Test plan
@JuliaRegistrator register subdir=lib/DiffEqBase@JuliaRegistrator register subdir=lib/OrdinaryDiffEqCore🤖 Generated with Claude Code