Releases: JuliaOpt/MathProgBase.jl
Releases · JuliaOpt/MathProgBase.jl
v0.7.8
v0.7.8 (2020-02-10)
Closed issues:
- Providing initial solution (#230)
- Quick question: MathProgBase.setparameters!() does not accept keyword arguments? (#228)
Merged pull requests:
- Remove the need for Compat (#239) (ccoffrin)
- Add Project.toml file (#237) (ccoffrin)
- Revert "Install TagBot as a GitHub Action" (#236) (mlubin)
- Install TagBot as a GitHub Action (#235) (JuliaTagBot)
- Official deprecation (#231) (mlubin)
- Extend support of LinearQuadratic interface in NonlinearToLPQPBridge. (#229) (martinbiel)
v0.7.7
v0.7.6
v0.7.5: scale! -> rmul! (#220)
* scale! -> rmul! * Fix for Julia v0.6
v0.7.4
v0.7.3: remove deprecated use of warn_once (#217)
* remove deprecated use of warn_once * update travis to test on 0.7
v0.7.2: Base.Test -> Compat.Test (#215)
I just noticed this 0.7 deprecation when updating NLopt.jl, which uses this file.
v0.7.1
v0.7.0: Merge pull request #203 from JuliaOpt/fbot/deps
Compatible with Julia 0.6+
v0.6.4: Merge pull request #160 from JuliaOpt/ml/coniclpqp
more delicate setvartype condition