Cap SciMLBase before FunctionProperties regression#1253
Cap SciMLBase before FunctionProperties regression#1253ChrisRackauckas-Claude wants to merge 1 commit into
Conversation
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
|
CI follow-up for this branch after the 1-hour recheck timer: Branch-specific verification is passing: Additional local verification on this branch: The current
PR #1252 fixes those representative downgrade failures, and its CI has the relevant downgrade jobs green. The
That is the same downstream failure seen on #1252, so it is also not introduced by this SciMLBase cap. Remaining checks still in progress at this timer snapshot are |
This PR should be ignored until reviewed by @ChrisRackauckas.
Summary
Caps the SciMLBase v3 compat at v3.31 in the root package and OptimizationSophia until the SciMLBase/SciMLSensitivity/FunctionProperties compat issue is resolved upstream.
Observed failure on Julia 1.12:
The failure reproduces on clean
masterat08023d357and on its parent59bdb75fe, so it is a dependency resolution regression rather than a regression from #1251. The dependency trigger isSciMLBase v3.32.0withSciMLSensitivity v7.113.0, which still constrainsFunctionPropertiesto0.1.0 - 0.1.7; that range does not provideFunctionProperties.islinear.Verification
Locally run on this branch:
The broad
Runic --check .was intentionally not used for the final result because this worktree contains untracked local Julia depots from verification, and Runic descended into dependency package test files there. The tracked-file Runic check is the repo-relevant check.