Releases: jump-dev/MathOptInterface.jl
Releases · jump-dev/MathOptInterface.jl
v1.11.1
v1.11.0
MathOptInterface v1.11.0
Merged pull requests:
v1.10.0
MathOptInterface v1.10.0
Closed issues:
- [Nonlinear] Add support for more functions (#1996)
- Test problems on nightly (#2017)
- Test with unsupported constraints (#2026)
- Misleading error message with user defined functions? (#2031)
- Method error in bridges when objective is Complex-valued (#2035)
- [Fileformats.LP] Problem reading QPLib problem QPLIB_1703.lp (#2040)
- [FileFormats.LP] incorrect name setting from QPLib instance (#2041)
- [FileFormats.LP] QPLIB failures (#2043)
- [Fileformats.LP] Few more errors: (#2045)
Merged pull requests:
- [Nonlinear] add Vector argument as possible cause to FORWARD_DIFF_METHOD_ERROR (#2032) (@odow)
- [Utilities] Re-enable allocation test from #2018 (#2034) (@odow)
- [Bridges] fix slack bridge with complex-valued objective (#2036) (@odow)
- [Test] update docstring of runtests (#2037) (@odow)
- [Bridges] Use is_coefficient_type (#2038) (@blegat)
- [FileFormats.LP] Fix edge case handling of quadratic open/close brackets (#2042) (@odow)
- [FileFormats.LP] fix reading of free variables (#2044) (@odow)
- [FileFormats.LP] more fixes from QPLIB (#2046) (@odow)
- [Utilities] revert to QuickSort (#2047) (@odow)
- Support get/set of attributes in OptimizerWithAttributes (#2049) (@odow)
- [Nonlinear] fix situations in which the result of ^ is Complex (#2050) (@odow)
- Remove special iterators from CleverDict (#2051) (@joaquimg)
- [Utilities] add DoubleDicts.outer_keys (#2052) (@joaquimg)
- Fix comment typo (#2053) (@joaquimg)
- Prep for v1.10.0 (#2054) (@odow)
v1.9.0
MathOptInterface v1.9.0
Closed issues:
- Bridges fail test_model_LowerBoundAlreadySet test (#1431)
- [Nonlinear] consider passing Nonlinear.Model to solvers (#1998)
MOIU._single_variable_flag
(#2005)- MOI.FileFormats.MPS fails to read "dsbmip" from MIPLIB (#2006)
- FileFormats.MPS: Read/Write conic constraints from MPS files (#2013)
- FileFormats.MPS: indicator constraint support (#2014)
- FileFormats.MPS OBJSENSE (#2015)
- copy_to ignoring name because of too strict supports requirements (#2027)
- write_to_file and read_from_file fallbacks (#2028)
Merged pull requests:
- [Bridges] fix Constraint.ZeroOne bridge with existing bounds (#1879) (@odow)
- Add
<:SUPPORTED_VARIABLE_SCALAR_SETS
upper bound (#2007) (@pedromxavier) - [Utilities] fix unsupported get in model.jl (#2008) (@odow)
- [FileFormats.MPS] fix reading of free rows (#2009) (@odow)
- [FileFormats.MPS] fix parsing of OBJSENSE (#2016) (@odow)
- Omit allocation test due to changes in sort on nightly (#2018) (@odow)
- [FileFormats.MPS] write OBJSENSE on new line, and loosen parsing rules (#2019) (@odow)
- [Nonlinear] remove recursion when parsing expressions (#2020) (@odow)
- Add fallback for ListOfConstraintIndices and NumberOfConstraints (#2021) (@odow)
- [FileFormats.MPS] add support for Indicator with EqualTo constraints (#2022) (@odow)
- [Nonlinear] add support for multivariate min and max operators (#2023) (@odow)
- [Test] add requires for test_constraint_get_ConstraintIndex (#2024) (@matbesancon)
- [FileFormats] add default fallback for read_from_file and write_to_file (#2029) (@odow)
- Prep for v1.9.0 (#2030) (@odow)
v1.8.2
MathOptInterface v1.8.2
Closed issues:
- [Nonlinear] solving dense(ish) multilinear problems is slow (#1997)
Merged pull requests:
v1.8.1
v1.8.0
MathOptInterface v1.8.0
Closed issues:
- Set request: WeightedPowerMeanCone (#977)
- Set request: Box or HyperRectangle (#1233)
- Constraint programming support (#1805)
- Investigate using ChainRules for registered functions (#1914)
- binary atan function is not supported natively (#1986)
Merged pull requests:
- Add Reified set and MILP bridges (#1955) (@odow)
- Add HyperRectangle set (#1961) (@odow)
- [Nonlinear] lazily build ::Expr representaton of subexpressions (#1984) (@odow)
- [Nonlinear] add support for atan2 (#1987) (@odow)
- Prep for v1.8.0 (#1989) (@odow)
- [Test] allow NORM_LIMIT in unbounded tests (#1990) (@odow)
v1.7.0
MathOptInterface v1.7.0
Closed issues:
- Bridge request: GeometricMeanCone to PowerCone (#406)
- Lighter bridges for a brighter life (#523)
- Add support for names in solver wrappers (#674)
- Add tests cases with infinite bounds (#881)
- Bridge request: inner constraint of Indicator (#1223)
- FileFormats.MPS: support INDICATOR (#1266)
- FileFormats.MPS: support QUADRATIC (#1390)
- Simplify creation of MOI Layers (#1399)
- Tuple function for epigraph formulations (#1624)
- Optimize eval_constraint_jacobian_product (#1903)
- Unnecessary copy in MOI.modify? (#1921)
- Create attributes for absolute and relative gap tolerances (#1936)
- Support generic number types in loadfromstring! (#1945)
- Utilities.Model does not support complex number types (#1947)
- nlp tests failing with MOI master (#1965)
- Support format from QPLib (#1972)
- FileFormats.LP: support quadratic functions (#1973)
- [Bridges] add objective bridge from affine to quadratic (#1978)
Merged pull requests:
- [Utilities] remove copy in modify_function (#1922) (@odow)
- [Nonlinear] improve performance of Jacobian products (#1935) (@odow)
- [Bridges] remove reduce_bridged in favor of explicit methods (#1937) (@odow)
- [Bridges] remove unused ObjectiveAttribute (#1938) (@odow)
- Add bridge from complex in Zeros to real/imag in Zeros (#1943) (@blegat)
- Create RelativeGapTolerance and AbsoluteGapTolerance optimizer attributes (#1944) (@mtanneau)
- [Utilities] add support for non-Float64 number types in loadfromstring (#1946) (@odow)
- Add missing promotion rules (#1948) (@matbesancon)
- [Bridges] add SplitComplexEqualToBridge (#1949) (@blegat)
- [Bridges] rename SplitZeros to SplitComplexZeros (#1950) (@odow)
- [Bridges] fix tests for SplitComplexZerosBridge (#1951) (@odow)
- Clarify how to implement the ConstraintFunction getter (#1952) (@blegat)
- [Bridges] fix ConstraintFunction getter of SplitComplexZerosBridge (#1953) (@blegat)
- [FileFormats.MOF] update to [email protected] (#1954) (@odow)
- [FileFormats.MPS] add writers for quadratic models (#1956) (@odow)
- [FileFormats.MPS] add Indicator support (#1957) (@odow)
- [Bridges] add IndicatorSetMapBridge (#1958) (@odow)
- [docs] tidy standard form page and add global constraints (#1960) (@odow)
- Add HermitianPositiveSemidefiniteConeTriangle with bridges (#1962) (@blegat)
- Fix complex tests for local solver (#1964) (@blegat)
- [Nonlinear] Fix JacVec products (#1966) (@odow)
- [docs] add release notes for v1.6.1 (#1967) (@odow)
- [Bridges] add GeoMeanToPowerBridge (#1968) (@odow)
- [Test] add test for open Interval sets (#1969) (@odow)
- [Test] Tidy Complex Zeros tests (#1970) (@odow)
- [FileFormats.LP] add support for quadratic problems (#1974) (@odow)
- [docs] Update v1.7.0 release notes (#1975) (@odow)
- Clarify assumption for SOC bridge (#1976) (@blegat)
- [Bridges] Add hermitian bridge for constraints (#1977) (@blegat)
- [Bridges] add Objective.Quadratize bridge (#1979) (@odow)
- Prep for v1.7.0 (#1981) (@odow)
- [Test] remove dual test in Hermitian_2 (#1982) (@odow)
- [Test] fix numerics of test_cpsat_CountGreaterThan (#1983) (@odow)
v1.6.1
v1.6.0
MathOptInterface v1.6.0
Closed issues:
- Bridges don't update when other constraints updated (#1665)
- Consider changing Vector{T} to AbstractVector{T} in _extract_reverse_pass (#1933)
Merged pull requests:
- [Bridges] add final_touch (#1901) (@blegat)
- [Bridges] add CountBelongsToMILPBridge (#1919) (@odow)
- [Bridges] add CountAtLeastToCountBelongsBridge (#1920) (@odow)
- [Bridges] add AllDifferentToCountDistinctBridge (#1923) (@odow)
- [Bridges] update SemiToBinaryBridge using final_touch (#1924) (@odow)
- [Bridges] update BinPackingToMILPBridge to final_touch (#1925) (@odow)
- [Bridges] fix CountAtLeastToCountBelongsBridge (#1926) (@odow)
- [Bridges] add CountGreaterThanToMILPBridge (#1927) (@odow)
- [Bridges] revert changes included in #1919 by mistake (#1928) (@odow)
- [Bridges] add CircuitToMILPBridge (#1929) (@odow)
- [Bridges] improve code coverage (#1930) (@odow)
- [Bridges] fix various docstrings for CSP (#1931) (@odow)
- Prep for v1.6.0 (#1932) (@odow)
- Change Vector{T} to AbstractVector{T} in _extract_reverse_pass and add test (#1934) (@abelsiqueira)