Skip to content

1.2.2

Choose a tag to compare

@daemontus daemontus released this 02 Jan 08:44
· 58 commits to main since this release

(this summary is LLM-generated, but validated by project developers)

Changes Since v1.2.1

New features

  • ✨ A new method AsynchronousPerturbationGraph.strip_perturbation_data has been introduced. This method transforms a ColorSet by removing any information about perturbations and setting perturbation parameters to their canonical false state.
  • ✨ The Control.phenotype_permanent static method now accepts an optional initial_states parameter. If specified, the resulting control strategies are synthesized to be valid only for the states within the provided set.

Other changes

  • ⚙️ The library's internal bindings have been updated to a more recent version of the pyo3 crate, ensuring better compatibility and stability. This change should be transparent to users.