Skip to content

Releases: osqp/OSQP.jl

v0.8.1

14 Jun 12:25
dc44711
Compare
Choose a tag to compare

OSQP v0.8.1

Diff since v0.8.0

Bug fixes

  • Fix crashing when getting dimensions of an uninitialized model
  • Fix optimizer attribute handling

Merged pull requests:

  • Simplify the CI matrix config (#112) (@imciner2)
  • Remove pirated method in test/MOI_wrapper.jl (#113) (@odow)
  • Add JuliaFormatter (#114) (@odow)
  • Fix comparison with nothing in interface.jl (#116) (@odow)
  • Remove un-used issparse checks (#117) (@odow)
  • Convert keys to strings for RawOptimizerAttribute. (#122) (@qua4tre)
  • Update README.md for JuMP documentation (#123) (@odow)
  • Fix unsafe_load of uninitialized workspace (#126) (@odow)

Closed issues:

  • Implement MOI.NumberOfThreads (#65)
  • Arm-Linux support (#67)
  • Purpose of issparse check with SparseMatrixCSC type constraint (#69)
  • Build error on CentOS 7 and Julia v1.3.1 (#81)
  • OSQP segmentation fault using direct mode (#86)
  • Remove AppVeyor (#91)
  • OSQP v0.6.0 can't be installed (#96)
  • 🏴‍☠️ Remove type piracy 🏴‍☠️ (#101)
  • Build error with Julia nightly on Windows (#111)
  • OSQP.Optimizer doesn't handle kwargs correctly (#121)
  • Should P be upper triangular (#124)

v0.8.0

05 Mar 20:53
0fd9d5d
Compare
Choose a tag to compare

OSQP v0.8.0

Diff since v0.7.0

Closed issues:

  • Problem with obtaining optimal rho estimate (#99)

Merged pull requests:

v0.7.0

10 Oct 13:36
763ad7f
Compare
Choose a tag to compare

OSQP v0.7.0

Diff since v0.6.1

Merged pull requests:

  • Symmetrize -> upper triangularize in copy from ModelLike (#90) (@tkoolen)
  • Handle case of changing sparsity pattern (#92) (@blegat)
  • Fix ObjectiveFunction type in test/MOI_wrapper.jl (#95) (@odow)
  • Breaking changes for MOI 0.10.0 (#97) (@blegat)
  • remove MathProgBase (#98) (@matbesancon)

v0.6.1

09 Feb 20:49
f504905
Compare
Choose a tag to compare

OSQP v0.6.1

Diff since v0.6.0

Closed issues:

  • Tests are failing with MOI 0.9.5 (#64)
  • Failure on 32-bits (#68)
  • Inconsistent solves (#74)
  • Segfault when solving without setup! (#76)
  • MPC example in Julia (#77)

Merged pull requests:

v0.6.0

03 Sep 07:05
v0.6.0
Compare
Choose a tag to compare

v0.6.0 (2019-09-01)

Diff since v0.5.3

Closed issues:

  • Implement TimeLimitSec (#58)

Merged pull requests:

v0.5.3

23 Aug 23:06
v0.5.3
Compare
Choose a tag to compare

v0.5.3 (2019-08-23)

Diff since v0.5.2

Closed issues:

  • Error when install. (#57)
  • passing verbose option (#50)

Merged pull requests:

v0.5.2

24 May 18:03
v0.5.2
Compare
Choose a tag to compare

v0.5.2 (2019-05-24)

Diff since v0.5.1

Closed issues:

  • Switch from BinDeps to BinaryBuilder (#51)
  • Constraints relaxation (#46)
  • OSQP installation error (#45)
  • Drop 0.6, 0.7? (#44)
  • Wrong attribute in processdualstart() (#40)
  • New version (#38)
  • feasibility_problem test fail in Julia CI bot (#35)

Merged pull requests:

  • Switch to BinaryBuilder + drop support for 0.7 (#52) (bstellato)
  • Fixed docstring for OSQP.Model (#48) (lostella)
  • Replace flaky warm start time test with one based on iteration count. (#43) (tkoolen)
  • Test on Julia 1.1. (#42) (tkoolen)
  • <#40> Fix wrong attribute in processdualstart!() (#41) (migarstka)

Update to MOI v0.8

18 Dec 21:31
8dd46b5
Compare
Choose a tag to compare
Merge pull request #37 from oxfordcontrol/bl/moi8

Update to MOI v0.8

0.5.0

11 Dec 16:34
e4fc5b6
Compare
Choose a tag to compare

Update for OSQP release 0.5.0

v0.4.1: Merge pull request #34 from oxfordcontrol/bl/nonexportedoptimizer

29 Oct 20:23
1748fc0
Compare
Choose a tag to compare