v1.28.0
·
376 commits
to master
since this release
MathOptInterface v1.28.0
Merged pull requests:
- Add Bridges.Constraint.ComplexNormInfinityToSecondOrderConeBridge (#2451) (@odow)
- Fix issue #2452 (#2464) (@odow)
- Update solver-tests.yml for Xpress.jl (#2465) (@odow)
- [Bridges] remove two unused methods (#2466) (@odow)
- [Utilities] improve docstrings of shift_constant (#2467) (@odow)
- [Bridges] restrict some bridges to acting on real-valued functions (#2468) (@odow)
- Fix MPS reader with * in start of name, not as a comment (#2470) (@odow)
- Prep for v1.28.0 (#2471) (@odow)
- [Bridges] error on set(_, ::ConstraintSet with variable and constraint bridges (#2472) (@odow)
- [docs] automatically build the list of bridges (#2473) (@odow)
- [docs] expand MatrixOfConstraints example (#2474) (@odow)
- [Utilities] refactor is_maybe_real to is_complex (#2475) (@odow)
- [FileFormats.CBF] use add_constrained_variables when reading (#2476) (@odow)
Closed issues:
- Add support for starting values in bridges (#684)
- Add example to use MatrixOfConstraints in the documentation (#1940)
- Precompilation in the SnoopPrecompile/Julia 1.9+ world (#2226)
- Bug get/setting ConstraintSet with variable bridges (#2452)
- [FileFormats.CBF] keep track of variables after reading and writing (#2460)
- [FileFormats.MPS] wrong result after parsing file (#2469)