modelx v0.0.24 (4 October 2019)#

Code around implementing inheritance is extensively refactored in this release, and a couple of small enhancements are incorporated in response to user’s feature requests.

Enhancements#

  • Models with modules included in them as references can now be saved with save() method (GH8 Comment).

  • name parameter is added to read_model() to overwrite the opened model name (GH8).

Bug Fixes#

  • Getting cells values from the shell iteratively was too slow (GH12)