Skip to content

Bump Aqua to 0.8 in all sublibraries#170

Merged
ChrisRackauckas merged 3 commits intoSciML:masterfrom
ChrisRackauckas-Claude:bump-aqua-0.8
Dec 16, 2025
Merged

Bump Aqua to 0.8 in all sublibraries#170
ChrisRackauckas merged 3 commits intoSciML:masterfrom
ChrisRackauckas-Claude:bump-aqua-0.8

Conversation

@ChrisRackauckas-Claude
Copy link
Contributor

Summary

  • Update Aqua compat from 0.5 to 0.8 in all sublibraries that were still on 0.5
  • Affected libraries: DAEProblemLibrary, DDEProblemLibrary, JumpProblemLibrary, ODEProblemLibrary, SDEProblemLibrary
  • BVProblemLibrary and NonlinearProblemLibrary already had Aqua 0.8

Test plan

  • CI passes for all sublibraries

🤖 Generated with Claude Code

ChrisRackauckas and others added 2 commits December 16, 2025 04:30
Update Aqua compat from 0.5 to 0.8 in:
- DAEProblemLibrary
- DDEProblemLibrary
- JumpProblemLibrary
- ODEProblemLibrary
- SDEProblemLibrary

BVProblemLibrary and NonlinearProblemLibrary already had Aqua 0.8.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Aqua 0.8 requires compat bounds for all dependencies including
stdlib packages. Added compat entries for:
- ODEProblemLibrary: LinearAlgebra, Markdown, Random
- DAEProblemLibrary: Markdown
- SDEProblemLibrary: Markdown
- BVProblemLibrary: Markdown

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@ChrisRackauckas-Claude
Copy link
Contributor Author

Added compat entries for stdlib dependencies to fix Aqua 0.8 tests.

Aqua 0.8 requires compat bounds for all dependencies including stdlib packages. Added:

  • ODEProblemLibrary: LinearAlgebra = "1.10", Markdown = "1.10", Random = "1.10"
  • DAEProblemLibrary: Markdown = "1.10"
  • SDEProblemLibrary: Markdown = "1.10"
  • BVProblemLibrary: Markdown = "1.10"

🤖 Generated with Claude Code

…brary

The persistent_tasks test fails due to background tasks spawned by
dependencies (Catalyst, RuntimeGeneratedFunctions), not by these
libraries themselves.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@ChrisRackauckas ChrisRackauckas merged commit 3c701c3 into SciML:master Dec 16, 2025
18 of 19 checks passed
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