v1.3.0
MathOptInterface v1.3.0
Closed issues:
- JET check of MathOptInterface (#1700)
- FileFormats.NL: add reader (#1811)
- Nonlinear: change how constraints are parsed (#1817)
- Nonlinear clarify role of Nonlinear.Model vs MOI.NLPBlockData (#1823)
- Missing attribute
ConstraintDual
forZerosBridge
(#1831) - Document the expected behavior with feasibility sense (#1832)
- Computing Constraints with Polyhedra (#1833)
- fails to write to a .nl file (#1845)
- FileFormats: handle infinite bounds and coefficients (#1857)
Merged pull requests:
- MOI.modify version for multiple changes at once (#1800) (@guilhermebodin)
- Add [Nonlinear.ReverseAD] submodule (#1803) (@odow)
- [Nonlinear] change Nonlinear.add_constraint to accept function and set (#1818) (@odow)
- [docs] clarify quadratic constraints have 0.5 factor (#1820) (@odow)
- Fix various performance issues (#1821) (@odow)
- The other get! in DoubleDict (#1822) (@joaquimg)
- [docs] clarify usage of NLPBlockData (#1824) (@odow)
- Add CountDistinct set (#1826) (@odow)
- Add CountBelongs set (#1827) (@odow)
- Add CountAtLeast set (#1828) (@odow)
- Add CountGreaterThan set (#1829) (@odow)
- Update CleverDicts.jl (#1834) (@joaquimg)
- [FileFormats] add beginning of NL reader (#1835) (@odow)
- [docs] Fix typos in Nonlinear docs (#1836) (@odow)
- Add constraint programming sets (#1837) (@odow)
- [Bridges] improve error message for ZerosBridge and ConstraintDual (#1838) (@odow)
- Doc feasibility sense behavior (#1840) (@matbesancon)
- Improve docstring of ObjectiveSense (#1841) (@matbesancon)
- [FileFormats.NL] make read a private function (#1842) (@odow)
- [FileFormats.NL] add .sol file reader (#1843) (@odow)
- Test.jl check files ending with .jl (#1844) (@sshin23)
- [FileFormats.NL] add read!(::IO, ::Model) (#1846) (@odow)
- Docs for quadratic representation (#1847) (@joaquimg)
- [FileFormats.NL] fix ordering of integer variables (#1848) (@odow)
- Prep for v1.3.0 (#1849) (@odow)
- [Bridges] improve formatting and content of docstrings (#1850) (@odow)
- [Bridges] re-organize the Objective bridges folder (#1851) (@odow)
- [Bridges] re-organize the Variable bridges folder (#1852) (@odow)
- [Bridges] re-organize the Constraint bridges folder (#1853) (@odow)
- [Bridges] remove CI acronym (#1854) (@odow)
- [Bridges] remove old hack for Julia 1.2 (#1855) (@odow)
- [Bridges] tidy package import and using (#1856) (@odow)
- [FileFormats] fix support of infinite constraint bounds (#1858) (@odow)
- [Bridges] remove unused methods (#1859) (@odow)
- [Bridges] style and doc fixes for Bridges.Objective (#1860) (@odow)
- [Bridges] simplify flip_sign bridges (#1861) (@odow)
- JuliaFormatter: bump to v1.0.0 (#1862) (@odow)
- [Bridges] improvements to bridge docstrings (#1863) (@odow)
- [Bridges] improvements to Variable bridge docstrings (#1864) (@odow)