issues
search
IBM
/
dse-decision-optimization-utilities
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.
Apache License 2.0
4
stars
7
forks
source link
V0.5.4.0 release
#32
Closed
victorterpstra
closed
2 years ago
victorterpstra
commented
2 years ago
[0.5.4.0] - 2022-01-11
Changed
ScenarioDbManager - Converted text SQL operations to SQLAlchemy operations to support any column-name (i.e. lower, upper, mixed, reserved words)
Updated ScenarioDbManager.read_scenario_tables_from_db to selectively read tables from a scenario
Added
ScenarioDbManager - Edit cells in tables
ScenarioDbManager - Duplicate, Rename and Delete scenario
ScenarioDbManager.read_scenario_input_tables_from_db main API to read input for solve
ScenarioDbManager.update_scenario_output_tables_in_db main API to store solve output
[0.5.4.0] - 2022-01-11
Changed
Added