Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bstellato committed Nov 23, 2017
1 parent be2be52 commit 410449e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
Changes since last release
-------------------------
* Added adaptive rho during the algorithm -> Much more reliable convergence!
* Added adaptive rho -> Much more reliable convergence!
* Simplified several settings
* "early_terminate" and "early_terminate_interval" -> "check_termination"
* "scaling_iter" removed and put inside "scaling" parameter
* Now code generation produces a static library
* Julia interface [OSQP.jl](https://github.com/oxfordcontrol/OSQP.jl)
* Shared libraries available on bintray.com
* Added inaccurate return statuses
* Created new object-oriented structure for linear system solvers
* Added new object-oriented structure for linear system solvers
* Added MKL Pardiso interface using shared dynamic library loader
* Added diagonal rho vector with different values for equality/inequality constraints (interface still have scalar rho)
* Return certificates of infeasibility in results structure
* Now code generation produces a static library

Version 0.1.3 (21 September 2017)
---------------------------------
Expand Down

0 comments on commit 410449e

Please sign in to comment.