Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.29 KB

CHANGELOG.rst

File metadata and controls

42 lines (35 loc) · 1.29 KB

Next Release

1.6.1

  • fix the Gurobi version check to allow 10.0

1.6.0

  • fixes problem scaling for GLPK
  • fixes scaling output in GLPK that could not be turned off
  • Major performance improvements in the Gurobi interface when getting primals, shadow prices and reduced costs
  • Now only supports gurobipy>=9.5
  • Tests are now run with the Gurobi and CPLEX community editions
  • Drop support for Python 2 and add support for Python 3.10

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