Releases: osqp/OSQP.jl
Releases · osqp/OSQP.jl
v0.8.1
OSQP v0.8.1
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 withSparseMatrixCSC
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
v0.7.0
OSQP v0.7.0
Merged pull requests:
v0.6.1
OSQP v0.6.1
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:
- Remove support for SingleVariable objective (#63) (@blegat)
- Update to MOI v0.9.5 (#66) (@blegat)
- Add conversion from Ccsc to SparseMatrixCSC (#70) (@goretkin)
- Test on 1.3 instead of 1.1. (#72) (@tkoolen)
- Switch to OSQP_jll binaries for Julia versions >= 1.3 (#75) (@kerrysnyder)
- 🔧 Fix polishing unit test (#78) (@migarstka)
- Fix empty model segfault (#79) (@migarstka)
- Bump travis / appveyor to Julia v1.4 (#80) (@migarstka)
- Simplify problem data to avoid numerical failures. (#82) (@odow)
- Switch CI to Github actions (#83) (@blegat)
- Update README.md (#85) (@matbesancon)
- Use GC.@preserve in test (#88) (@blegat)
v0.6.0
v0.5.3
v0.5.2
v0.5.2 (2019-05-24)
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
Merge pull request #37 from oxfordcontrol/bl/moi8 Update to MOI v0.8
0.5.0
v0.4.1: Merge pull request #34 from oxfordcontrol/bl/nonexportedoptimizer
🚸 OSQPOptimizer -> OSQP.Optimizer