Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 883 Bytes

CHANGELOG.rst

File metadata and controls

28 lines (23 loc) · 883 Bytes

Next Release

1.5.2

  • Gurobi can now serialize its configuration correctly. This also fixes pickling of Gurobi models.
  • Fix the shim for integrality tolerance in OSQP which makes it easier to clone OSQP Models to other solvers.
  • Fix an issue where one could not rename variables in Gurobi version 9.

1.5.1

  • GLPK now respects Configuration.tolerances.integrality again

1.5.0

1.4.7

  • fix: except AttributeError when setting tolerance on cloned Configuration
  • enable cloning models between solver interfaces that do not support the same set of tolerance parameters