1.1.2
Mostly provides additional utility methods on top of 1.1.1
.
BooleanNetwork.assign_parameter_name
andBooleanNetwork.name_implicit_parameters
for "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_subspace
andVertexSet.enclosing_named_subspace
allow retrieving the smallest subspace that still contains all vertices in the set.SpaceSet.with_all_sub_spaces
andSpaceSet.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_spaces
andSymbolicSpaceContext.mk_super_spaces
).
Full Changelog: v1.1.1...v1.1.2