Skip to content

Bump OrdinaryDiffEqCore to v3.33.0#3455

Closed
ChrisRackauckas-Claude wants to merge 1 commit intoSciML:masterfrom
ChrisRackauckas-Claude:bump-ordinarydiffeqcore-v3.33
Closed

Bump OrdinaryDiffEqCore to v3.33.0#3455
ChrisRackauckas-Claude wants to merge 1 commit intoSciML:masterfrom
ChrisRackauckas-Claude:bump-ordinarydiffeqcore-v3.33

Conversation

@ChrisRackauckas-Claude
Copy link
Copy Markdown
Contributor

Summary

Julia 1.10 (lts) doesn't support [sources] in Project.toml (added in 1.11), so CI on 1.10 installs OrdinaryDiffEqCore from the registry (v3.32.0) rather than the local checkout. The tstop tolerance fix from #3441 isn't in the registered v3.32.0, causing the new regression test to fail on lts.

Bumping to v3.33.0 triggers a release via TagBot so that Julia 1.10 CI picks up the fix.

Test plan

  • After merge + TagBot release, test (InterfaceI, lts) should pass.

🤖 Generated with Claude Code

Triggers a release so that Julia 1.10 CI (which lacks `[sources]`
support and pulls OrdinaryDiffEqCore from the registry) picks up the
tstop tolerance fix from SciML#3441.

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants