modelx v0.19.0 (16 April 2022)#

This release introduces the following enhancements and changes.

Enhancements#

Support for memory-optimized runs#

This version introduces the following new methods to support memory-optimized runs.

Memory-optimized runs are for calculating specified nodes by consuming less memory. A memory-optimized run actually involves two runs. The first run is for generating a list of actions, and invoked by calling generate_actions(). The second run is for obtaining the desired results, and performed by calling execute_actions() with the actions returned by generate_actions().

Backward Incompatible Changes#

Spyder-modelx users need to update spymx-kernels to version 0.1.3.

Bug Fixes#