Skip to content

Version 2.1.0

Latest
Compare
Choose a tag to compare
@mcfadd mcfadd released this 02 Jul 20:49
94696af

This is a release of version 2.1.0

Changelog:

  • Added support for Dataframe type and excel file input to SpreadsheetData class
  • Added support for None type for SpreadsheetData class seq_dep_matrix parameter. If None then it is assumed that all setup times are 0 minutes.
  • Added support for datetime.timedelta type for runtime parameter in Solver class methods
  • Raise UserWarning if benchmark plotter is called incorrectly
  • Added Versioning & Releasing sections to CONTRIBUTING.md

Refactorings:

  • Renamed CSVData class to SpreadsheetData
  • Moved utility classes & functions to util.py
  • Change of class & method names & signatures