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.
What’s new in v0.0.24
Enhancements¶
Models with modules included in them as references can now be saved with
save()
method (GH8 Comment).
name
parameter is added toread_model()
to overwrite the opened model name (GH8).