A Python package with various utilities that speed-up development of Decision Optimization projects in Watson Studio. Implements common tasks and provides best-practice guidelines to architect DO projects.
ScenarioDbManager.extend_columns_constraints utility method to help avoid mutable default arguments
ScenarioManager.write_data_to_excel parameter unique_file_name: bool = True writes file with unique name
if it is open in Excel and would have caused a PermissionError.
Changed
dse_do_utils.core with Core01DataManager, Core01OptimizationEngine, Core01EnvironmentManager updates
Fixed
ScenarioDbManager._set_df_column_types handles DateTime column type
[0.5.4.6b2]- 2023-02-13
Added
dse_do_utils.core with Core01DataManager, Core01OptimizationEngine, Core01EnvironmentManager
[0.5.5.0]- 2023-03-04
Changed
[0.5.4.6b4]- 2023-03-03
Fixed
[0.5.4.6b3]- 2023-02-26
Added
unique_file_name: bool = True
writes file with unique name if it is open in Excel and would have caused a PermissionError.Changed
Fixed
[0.5.4.6b2]- 2023-02-13
Added
Fixed
[0.5.4.6b1]- 2023-02-06
Added
Changed
Fixed
[0.5.4.6b0]- 2023-01-10
Added