Juniper v0.9.2
Merged pull requests:
- Add test for conic model with Ipopt (#238) (@odow)
- Loosen tolerances in SCS conic test (#241) (@odow)
- Bump to JuMP 1.0 (#244) (@odow)
- Fix handling of {Primal,Dual}Status (#250) (@odow)
- Update README.md for JuMP documentation (#258) (@odow)
- Fix typo in README (#259) (@odow)
- Fix default value for MOI.TimeLimitSec (#261) (@odow)
- Fix feasibility pump with ScalarNonlinearFunction constraints (#264) (@odow)
- Fix documentation build (#265) (@odow)
- Prep for v0.9.2 (#266) (@odow)
Closed issues:
- Too many constraints when using ipopt (#156)
- Releases (#181)
- JuMP's SecondOrderCone() interface broken? (#212)
- constraint was already set for this variable and both constraints set a lower bound. (#239)
- Disable log output to console/REPL? (#242)
- MOSEK error 3915: There is no barx available for the solution type 2. (#246)
- value not defined (#247)
- Incorrect PrimalStatus if termination is not optimal (#249)
- KNITRO as nl_solver in Juniper (#252)
- solutions and functions from parent to child (#256)
- Support
MOI.ScalarNonlinearFunction
(#262) - Feasibility pump errors with ScalarNonlinearFunction (#263)