1.1.2
Mostly provides additional utility methods on top of 1.1.1.
BooleanNetwork.assign_parameter_nameandBooleanNetwork.name_implicit_parametersfor "standardized" conversion of implicit parameters to explicit ones.BooleanNetwork.is_variable_input,BooleanNetwork.is_variable_constant, as well asBooleanNetwork.inputs(orBooleanNetwork.input_names) andBooleanNetwork.constants(orBooleanNetwork.constant_names) allow to test/retrieve constants and inputs instead of just inlining them, as we supported before.- In
ColorModel.instantiate, it is now possible to automatically infer the regulatory graph that matches the new functions instead of using the original one. VertexSet.enclosing_subspaceandVertexSet.enclosing_named_subspaceallow retrieving the smallest subspace that still contains all vertices in the set.SpaceSet.with_all_sub_spacesandSpaceSet.with_all_super_spaces(the same is available forColoredSpaceSet) allows simpler extension of a set with sub-spaces or super-spaces (this complementsSymbolicSpaceContext.mk_sub_spacesandSymbolicSpaceContext.mk_super_spaces).
Full Changelog: v1.1.1...v1.1.2