Skip to content

0.5.7.1

Latest
Compare
Choose a tag to compare
@victorterpstra victorterpstra released this 17 Mar 20:56
· 3 commits to master since this release
0bcef28

[0.5.7.1]- 2025-03-17

Changed

  • Core01OptimizationEngine.post_processing(). Removed @abstractmethod.
  • ScenarioDbManager.insert_scenarios_from_zip, added pathlib.Path as input type

Fixed

  • Core01DataManager.init(): setting logger.log_level
  • ScenarioRunner._run_once(): setting logger.log_level
  • Core01CpoOptimizationEngine.get_kpi_output_table extraction of kpis in DataFrame
  • BACKWARD INCOMPATIBILITY - ScenarioDbManager.fixNanNoneNull now includes the string None. This resolves issues with SqLite returning NULL as the string 'None'.
  • Core01CpoOptimizationEngine.run(): fixed check for feasible solution

Tests

  • Tested with SQLAlchemy 2.0