Bump sublib versions for release#3677
Merged
Merged
Conversation
- OrdinaryDiffEqSDIRK 2.6.0 -> 2.7.0: inline ESDIRK/IMEX perform_step stages, drop @generated and S type-param (#3676) - OrdinaryDiffEqRosenbrock 2.2.0 -> 2.3.0: new Rodas4PW W-method, derivative_utils fix for issue #3633 (#3672); pin OrdinaryDiffEqRosenbrockTableaus compat to "2.1" - OrdinaryDiffEqRosenbrockTableaus 2.0.0 -> 2.1.0: Rodas4PWTableau (#3672) - OrdinaryDiffEqDifferentiation 3.1.1 -> 3.2.0: derivative_utils changes per issue #3633 (#3672) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.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
Minor version bumps for sublibs with unreleased source changes since the previous release bump (#3655):
perform_stepstages, drop@generatedandStype-param (Inline ESDIRK/IMEX perform_step stages; drop @generated and S type-param #3676)Rodas4PWW-method +derivative_utilschanges for issue Implementation of Rosenbrock W methods: Improve reuse of Jacobian #3633 (Issue #3633 and new Rosenbrock W method Rodas4PW #3672); pinsOrdinaryDiffEqRosenbrockTableauscompat to"2.1"sinceRodas4PWdepends on the new tableauRodas4PWTableau(Issue #3633 and new Rosenbrock W method Rodas4PW #3672)derivative_utilschanges per issue Implementation of Rosenbrock W methods: Improve reuse of Jacobian #3633 (Issue #3633 and new Rosenbrock W method Rodas4PW #3672)No dependent compat bumps needed: existing dependent compats (
"2","2.5","3") all permit the new minor versions.Test plan
🤖 Generated with Claude Code