Skip to content

Releases: IBM/dse-decision-optimization-utilities

v0.5.3.0

30 Dec 17:06
0b2bbac
Compare
Choose a tag to compare

[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

26 Dec 19:24
656a2a0
Compare
Choose a tag to compare

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

01 Dec 04:17
2714789
Compare
Choose a tag to compare

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

29 Oct 16:47
45d315b
Compare
Choose a tag to compare

ScenarioManager.write_data_into_scenario now supports a template scenario name when creating a new scenario.

CPDv4.0 support (decision-optimization-client)

14 Aug 22:26
b1ff04a
Compare
Choose a tag to compare

Switch to new package decision-optimization-client, which replaces dd-scenario.
This is required for CPDv4.0

New WML client support

16 Jul 23:17
faef1b4
Compare
Choose a tag to compare
  • 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

14 Dec 17:16
47d3ec1
Compare
Choose a tag to compare

Fix in DataManager.df_crossjoin_ai to make it compatible with Pandas 1.0

Release for WS Cloud

23 Jun 15:38
85efa51
Compare
Choose a tag to compare

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

04 Mar 15:19
a280025
Compare
Choose a tag to compare

Added the DO Model Exporter and some data asset write/read utils

Release for CPDv2.5

23 Feb 02:54
d790d99
Compare
Choose a tag to compare

Support for Cloud Pak for Data v2.5.
Also backward compatible with CPDv2.1
Requires Python 3.6. Dropped support for Python 2.7