modelx v0.19.1 (24 April 2022)#
Bug Fixes#
This release allows ItemNode objects
to be saved in a model properly (GH63) by
write() and restored by read_model().
This fix makes it possible to save an action returned
by generate_actions() in the model
and to reuse it by execute_actions().
See also