Skip to content

1.1.2

Compare
Choose a tag to compare
@daemontus daemontus released this 26 Oct 11:31
· 11 commits to main since this release

Mostly provides additional utility methods on top of 1.1.1.

  • BooleanNetwork.assign_parameter_name and BooleanNetwork.name_implicit_parameters for "standardized" conversion of implicit parameters to explicit ones.
  • BooleanNetwork.is_variable_input, BooleanNetwork.is_variable_constant, as well as BooleanNetwork.inputs (or BooleanNetwork.input_names) and BooleanNetwork.constants (or BooleanNetwork.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 and VertexSet.enclosing_named_subspace allow retrieving the smallest subspace that still contains all vertices in the set.
  • SpaceSet.with_all_sub_spaces and SpaceSet.with_all_super_spaces (the same is available for ColoredSpaceSet) allows simpler extension of a set with sub-spaces or super-spaces (this complements SymbolicSpaceContext.mk_sub_spaces and SymbolicSpaceContext.mk_super_spaces).

Full Changelog: v1.1.1...v1.1.2