Releases: IBM/dse-decision-optimization-utilities
Releases · IBM/dse-decision-optimization-utilities
v0.5.3.0
[0.5.3.0] - 2021-12-30
Changed
- ScenarioDbManager - refactoring, cleanup and documentation
Added
- ScenarioDbManager - enable_sqlite_fk feature to include FK checks in SQLite
- ScenarioDbManager - enable_transactions feature to use transactions and rollbacks
- ScenarioDbManager - automatically insert a ScenarioTable in input tables
- plotly_cpd_workaround with go.Figure._show method
Removed
- ScenarioDbTable - removed db_table_name to snake_case conversion
- plotlymanager - go.Figure._show method (moved to separate module)
v0.5.2.0
Changed
- (minor) Release dates in this change log
- ScenarioDbManager support for DB2 in cloud
- Fixed AutoScenarioDbTable functionality in ScenarioDbManager
- Bumped-up version to 0.5.2 due to many changes
Added
- Optional forced platform/version in ScenarioManager
- DataManager.print_inputs_outputs_summary() method
- inputs and outputs arguments to ScenarioManager.init
- Mixed-case db_table_name warning in ScenarioDbTable
- DB-table-name reserved word warning in ScenarioDbTable
- plotlymanager module
- Cached read of scenarios table in ScenarioDbManager
Removed
- (minor) Removed support for DSX as platform choice
v0.5.1.0
Fixed writing data assets in CP4D on-prem v4.0.2 (with default git) and on CP4DaaS (as of 30 Nov 2021)
v0.5.0.1
ScenarioManager.write_data_into_scenario now supports a template scenario name when creating a new scenario.
CPDv4.0 support (decision-optimization-client)
Switch to new package decision-optimization-client, which replaces dd-scenario.
This is required for CPDv4.0
New WML client support
- MultiScenarioManager
- ScenarioManager.load_data_from_excel_s load subset of tables
- First draft of the ScenarioDbManager (undocumented)
- Fixes to DeployedDOModel to make it CPD 3.5 compatible (new WML client)
- Bumping the version from 0.4.0.2b to 0.4.1.0b due to the many changes
- DataManager.prepare_data_frames method
Fix for Pandas 1.0
Fix in DataManager.df_crossjoin_ai to make it compatible with Pandas 1.0
Release for WS Cloud
Support for WS Cloud ( in particular around writing files)
Some improvements in type conversion of parameters
Documentation formatting fixes
CPD25 - DO Model Exporter and utils
Added the DO Model Exporter and some data asset write/read utils
Release for CPDv2.5
Support for Cloud Pak for Data v2.5.
Also backward compatible with CPDv2.1
Requires Python 3.6. Dropped support for Python 2.7