Releases: samarthmistry/docplex-extensions
Releases · samarthmistry/docplex-extensions
1.3.1
What's Changed
Fixes
- Update retun val of
subsetinIndexSetNDto prevent side-effect withsqueeze
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed
Enhancements
- Add
modelandvartypepublic attributes forVarDict1DandVarDictND. - Expose
subset_keysandsubset_valuesmethods forVarDictNDandParamDictNDto public API. - Added testing support for CPLEX 22.1.2.
Fixes
- Only log solution quality stats in
solveif a feasible solution is found.
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
Enhancements
- Added efficient subset check for sparse
IndexSetNDwith 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
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_outputsetting of thesolvefunction. - Enabled cell output for notebook-based examples on the hosted documentation.
Full Changelog: 1.0.0...1.1.0
1.0.0
Published version 1.0.0
Full Changelog: https://github.com/samarthmistry/docplex-extensions/commits/1.0.0