CompatHelper: add new compat entry for OptimizationBase at version 3 for package OptimizationFrameworks, (keep existing compat)#1411
Closed
github-actions[bot] wants to merge 1 commit intomasterfrom
Conversation
…for package OptimizationFrameworks, (keep existing compat)
ChrisRackauckas-Claude
pushed a commit
to ChrisRackauckas-Claude/SciMLBenchmarks.jl
that referenced
this pull request
Mar 26, 2026
…ounds - Add OptimizationBase = "5" to [compat] in Project.toml (addresses PRs SciML#1268, SciML#1411) - Fix MTK array variable bounds in clnlbeam.jmd: use setbounds on individual collected variables instead of array metadata syntax which is broken in ModelingToolkitBase with MTK 11.17.0 - Regenerate Manifest.toml for Julia 1.10.11 Verified locally that all solvers pass on both benchmarks: - CLNLBEAM: ForwardDiff, ReverseDiff, MTK (both), JuMP all pass - OPF: Optimization.jl, JuMP, NLPModels, MTK all pass - PowerModels uses registered v0.21.5 (no branch dependency needed) - Nonconvex remains disabled (incompatible with Symbolics v7) - Enzyme compilation hangs on constrained problems (upstream issue) Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
3 tasks
Contributor
|
Superseded by #1531 — OptimizationBase is now at v5, so the compat entry has been set to |
5 tasks
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.
This pull request sets the compat entry for the
OptimizationBasepackage to3for package OptimizationFrameworks.This keeps the compat entries for earlier versions.
Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.
Note: Consider registering a new release of your package immediately after merging this PR, as downstream packages may depend on this for tests to pass.