Skip to content

Allow SymbolicAnalysis 0.5 in OptimizationBase#1279

Merged
ChrisRackauckas merged 1 commit into
SciML:masterfrom
ChrisRackauckas-Claude:codex/allow-symbolicanalysis-0.5
Jul 21, 2026
Merged

Allow SymbolicAnalysis 0.5 in OptimizationBase#1279
ChrisRackauckas merged 1 commit into
SciML:masterfrom
ChrisRackauckas-Claude:codex/allow-symbolicanalysis-0.5

Conversation

@ChrisRackauckas-Claude

Copy link
Copy Markdown
Member

Summary

  • release OptimizationBase 5.2.2
  • allow the SymbolicAnalysis weak extension to load SymbolicAnalysis 0.5
  • keep the AD test environment's compatibility bound aligned with the package

Root cause

SymbolicAnalysis must advance to 0.5.0 because the historical v0.4.0 tag already exists. OptimizationBase 5.2.1 only permits SymbolicAnalysis 0.3, so the resolver excludes every OptimizationBase version when testing the 0.5 candidate.

This is the prerequisite for the stacked SymbolicAnalysis CI repair.

Validation

  • Julia 1.12.6: OPTIMIZATION_TEST_GROUP=AD julia +1.12 --project=lib/OptimizationBase -e 'using Pkg; Pkg.test()' against the local SymbolicAnalysis 0.5 candidate — 725/725 assertions passed
  • Runic 1.7.0: whole-repository --check passed
  • TOML parse and git diff --check passed

Please ignore this PR until it has been reviewed by @ChrisRackauckas.

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
@ChrisRackauckas
ChrisRackauckas marked this pull request as ready for review July 21, 2026 14:12
@ChrisRackauckas
ChrisRackauckas merged commit 3442062 into SciML:master Jul 21, 2026
77 of 105 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