v1.46.0
MathOptInterface v1.46.0
Merged pull requests:
- Add nospecialize to some very highly specialized methods (#2830) (@odow)
- [docs] fix spelling of juxtaposed (#2855) (@odow)
- [Bridges] fix IndicatorToMILPBridge when z is not binary (#2857) (@odow)
- [docs] fix output nodes of
SquareBridge(#2858) (@joaquimg) - Add VectorNonlinearOracle set (#2860) (@odow)
- [Bridges] throw GetAttributeNotAllowed in ZerosBridge (#2863) (@odow)
- Test CI with JSON@1 (#2864) (@odow)
- Prep for v1.46.0 (#2865) (@odow)
- [Bridges] throw MOI error subtypes instead of Base.error() (#2866) (@odow)
- [Bridges] fix supports_constraint for IndicatorToMILPBridge (#2868) (@odow)
Closed issues:
- Too many MethodInstances (#2829)
- [Bridges] no error thrown when IndicatorToMILPBridge does not imply first variable is binary (#2856)
- [Bridges] throw GetAttributeNotAllowed in ZerosBridge instead of general error (#2861)
- Caches that are not caches (#2862)
- supports_constraint can be wrong (#2867)
- Add support for non-square matrix sets in @product_of_sets (#2869)