Skip to content

v0.7.0

Compare
Choose a tag to compare
@dirkschumacher dirkschumacher released this 18 Nov 07:16
· 252 commits to master since this release

Breaking changes

  • ompr now uses sparse constraint matrices. extract_constraints now returns a sparse matrix and objective_function returns a sparse vector.
  • The minimum supported R version is now 3.3.0
  • Fixed an issue with Rcpp. The minimum Rcpp version is now 0.12.12

Minor changes

  • New progress bar based on the progress package.