modelx v0.28.0 (7 December 2024)#

This release introduces the following enhancements and bug fixes.

To update modelx to the latest version, use the following command:

>>> pip install modelx --upgrade

Anaconda users should use the conda command instead:

>>> conda update modelx

Enhancements#

  • Reading models by read_model() is now significantly faster than before (GH165).

  • Improved error message when no name is found in Space (GH151).

Bug Fixes#

  • Cannot save values with unary “-” as reference variables (GH159)