modelx v0.12.1 (6 Feb 2021)#

This release is for fixing the following bugs.

Bug Fixes#

  • Deleting derived Cells was allowed. Deleting an overridden Cells now makes the Cells derived

  • PandasData objects introduced in modelx 0.12.0 were not properly written to and read from files

  • A DynamicSpace assigned to a Reference became null in some cases after deserialized(GH37)

  • Error when reading references whose values are True or False from saved models(GH39)

  • Redundant qtpy dependency(GH38)