Skip to content

v0.8.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jun 12:25
dc44711

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)