Release version 2.6.0#178
Merged
ChrisRackauckas merged 1 commit intoMay 14, 2026
Merged
Conversation
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
Bump version to 2.6.0 for release to PyPI.
Changes since 2.5.5
diffeqpy/juliapkg.jsondeclaring the documented solver stack (DifferentialEquations, OrdinaryDiffEq, OrdinaryDiffEqDefault, StochasticDiffEq, DelayDiffEq, Sundials, DiffEqCallbacks, ModelingToolkit) with compatible version ranges, so juliacall installs them into its ABI-matched managed project at import time. Fixes thepip install diffeqpysegfault on clean environments reported inpip install diffeqpyfails in a clean environment in python-based installation #175._diffeqpy_demodule sode.<name>works post-v8 (Pass explicit MethodOfSteps(Tsit5()) in DDE test #177, merged into Add Julia package manifest for automatic dependency management #176) — DifferentialEquations.jl v8 trimmed its re-exports to SciMLBase + OrdinaryDiffEq, so the previousde = loaded[0]shape lost access to MethodOfSteps, IDA, CVODE_BDF, SOSRI, etc. The new shape builds a fresh module thatusings the full documented stack.MethodOfSteps(Tsit5())— works around an open upstream regression in SciML/OrdinaryDiffEq.jl's DDE default-algorithm selector that causesCannot convert Rosenbrock23Cache{...}MethodErrors on the v7-coupled stack ([CI Broken] DDE test failure due to type conversion error in DelayDiffEq #172).Release process notes
This PR can be merged once #176 lands on master so the release contains the changes above. After merge, tag
v2.6.0on the merge commit; PyPI upload is manual (python -m build && python -m twine upload dist/*) — there's no automated release workflow.Ignore until reviewed by @ChrisRackauckas.
🤖 Generated with Claude Code