Skip to content

Releases: dirkschumacher/ompr.roi

v1.0.2

10 Sep 05:26
Compare
Choose a tag to compare
  • Fixes a bug in how the package documentation was specified.
  • ompr.roi now requires at least R 3.5.0 because ompr requires it.

v1.0.1

05 Sep 13:16
Compare
Choose a tag to compare
  • ompr.roi does not use a deprecated {Matrix} 1.4-2 function anymore.

v1.0.0

31 Jan 09:42
v1.0.0
Compare
Choose a tag to compare

General changes

  • ompr.roi is now licensed MIT.
  • LazyData was removed from the DESCRIPTION file as is produced a
    CRAN warning.
  • ROI's status and message information are now part of the returned
    solution and can be accessed calling additional_solver_output() on the
    returned value.

Breaking changes

  • In line with ROI's way of encoding a general termination status, the
    solver_status(result) is now "success" if ROI returned code = 0,
    otherwise it is "error".

v0.8.0

11 Jun 19:58
Compare
Choose a tag to compare

Breaking changes

  • The package exports column and row duals of LPs. Extracting duals might be solver dependent. Only tested with GLPK. This requires version 0.8 of ompr.
  • Minimum supported version is 3.4.0 since slam also requires >= 3.4

New features

  • ompr.roi works with other ompr backends as well.
  • ompr.roi always returns a solution, even if the solution status is not optimal. It extracts the ROI solution with force=TRUE.

v0.7.0

18 Nov 10:00
Compare
Choose a tag to compare

Major breaking changes

  • The package uses the new sparse matrix interface of ompr and ROI.
  • Minimum supported R version is now 3.3.0

Minor changes

v0.6.1

23 Oct 18:34
Compare
Choose a tag to compare

Bug fix for new version of ROI 0.3.0

CRAN initial release

23 Apr 11:55
Compare
Choose a tag to compare

Initial CRAN release