v1.10.0
·
579 commits
to master
since this release
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)