Relax OUQBase OrderedCollections floor for Polynomials downgrade resolve - #49
Merged
ChrisRackauckas merged 8 commits intoAug 27, 2026
Conversation
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Downgrade resolved IntervalArithmetic 1.0.0, breaking Interval(::Int64, ::Int64) in extension tests. Align with OUQBase Symbolics/OrderedCollections floors. Co-authored-by: Cursor <cursoragent@cursor.com>
OptimizationBBO precompile fails under downgrade when SciMLLogging 2.0 is resolved (missing @SciMLMessage). Force floor via test extras. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Downgrade pinned CanonicalMoments to IA =1.0.0 while DiscreteMeasures requires ≥1.0.11, making the merged resolve unsatisfiable. Also raise Symbolics to 7.37 for ImmutableDict metadata parity. Co-authored-by: Cursor <cursoragent@cursor.com>
Match OUQBase / org-wide ImmutableDict metadata floor. Co-authored-by: Cursor <cursoragent@cursor.com>
0.4.7–0.4.10 call @SciMLMessage without importing SciMLLogging after OptimizationBase stopped reexporting it. 0.4.11+ imports the macro. Co-authored-by: Cursor <cursoragent@cursor.com>
…ures Interval(a, b) and ∅ are not valid constructors on IA 1.x; switch the extension and tests to interval(lo, hi) / emptyinterval(). Co-authored-by: Cursor <cursoragent@cursor.com>
Member
Author
|
Follow-up: DiscreteMeasures IntervalArithmetic extension/tests updated for IA 1.x ( Ignore until reviewed by @ChrisRackauckas. |
ChrisRackauckas
marked this pull request as ready for review
August 27, 2026 18:59
This was referenced Aug 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please ignore this draft until reviewed by @ChrisRackauckas.
Summary
Downgrade OUQBase fails: Polynomials 4.x requires OrderedCollections 1.6–1.8 but compat pinned
2.0only. Main CI has the same OrderedCollections unsatisfiable error.Changes (compat only)
lib/OUQBase/Project.toml: OrderedCollections2.0→1.7.0, 2.0; Symbolics7.30→7.37Note: #48 includes additional code fixes; this PR is compat-only for downgrade parity.
Made with Cursor