Skip to content

Releases: samarthmistry/docplex-extensions

1.3.1

24 May 20:30
733e5c3

Choose a tag to compare

What's Changed

Fixes

  • Update retun val of subset in IndexSetND to prevent side-effect with squeeze

Full Changelog: 1.3.0...1.3.1

1.3.0

27 Apr 03:51
dcf21b6

Choose a tag to compare

What's Changed

Enhancements

  • Add model and vartype public attributes for VarDict1D and VarDictND.
  • Expose subset_keys and subset_values methods for VarDictND and ParamDictND to public API.
  • Added testing support for CPLEX 22.1.2.

Fixes

  • Only log solution quality stats in solve if a feasible solution is found.

Full Changelog: 1.2.0...1.3.0

1.2.0

29 Dec 07:46

Choose a tag to compare

What's Changed

Enhancements

  • Added efficient subset check for sparse IndexSetND with rich comparsion op <=.

Fixes

  • Reset tuning params at the end of parameter tuning with tune.

Docs

  • Updated documentation and error messages for runseeds.
  • Added links to changelog on the homepage of the hosted documentation.

Full Changelog: 1.1.0...1.2.0

1.1.0

02 Dec 01:28
76680ff

Choose a tag to compare

What's Changed

Enhancements

  • Added interfaces for CPLEX's tuning tool and runseeds procedure with complete testing, documentation, and examples.
  • Enabled support for Python 3.13 with complete testing.

Docs

  • Improved documentation for the log_output setting of the solve function.
  • Enabled cell output for notebook-based examples on the hosted documentation.

Full Changelog: 1.0.0...1.1.0

1.0.0

10 Nov 08:09

Choose a tag to compare