1.2.2
(this summary is LLM-generated, but validated by project developers)
Changes Since v1.2.1
New features
- ✨ A new method
AsynchronousPerturbationGraph.strip_perturbation_datahas been introduced. This method transforms aColorSetby removing any information about perturbations and setting perturbation parameters to their canonicalfalsestate. - ✨ The
Control.phenotype_permanentstatic method now accepts an optionalinitial_statesparameter. 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
pyo3crate, ensuring better compatibility and stability. This change should be transparent to users.