Skip to content

Conversation

ChrisRackauckas
Copy link
Member

Summary

  • Updates multiple dependency version constraints to their latest compatible versions
  • Bumps package version from 4.6.1 to 4.7.0
  • Maintains backward compatibility where possible

Changes

  • SciMLBase: 2.24 → 2.104 (major update with API changes)
  • ForwardDiff: 0.10.36 → 0.10.36, 1 (added support for v1.x with breaking changes)
  • QuadGK: 2.9 → 2.11
  • HCubature: 1.5.2 → 1.7
  • Reexport: 1.0 → 1.2
  • Zygote: 0.6.69, 0.7 → 0.7.10

Test plan

  • Run the full test suite with julia --project=. -e 'using Pkg; Pkg.test()'
  • Verify compatibility with SciMLBase v2.104 API changes
  • Test ForwardDiff v1.x compatibility (equality comparison changes)
  • Ensure all integration methods work correctly with updated dependencies

🤖 Generated with Claude Code

- Bump SciMLBase from 2.24 to 2.104 (major update with API changes)
- Update ForwardDiff to support both 0.10.36 and 1.x (breaking changes in v1)
- Update QuadGK from 2.9 to 2.11
- Update HCubature from 1.5.2 to 1.7
- Update Reexport from 1.0 to 1.2
- Update Zygote to 0.7.10
- Bump package version to 4.7.0

These updates bring compatibility with the latest versions of key dependencies
while maintaining backward compatibility where possible.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@ChrisRackauckas ChrisRackauckas merged commit ba61dc9 into master Jul 24, 2025
5 of 7 checks passed
@ChrisRackauckas ChrisRackauckas deleted the update-dependencies-2025 branch July 24, 2025 02:57
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.

1 participant