1.2.3
(this summary is LLM-generated, but validated by project developers)
Changes Since v1.2.2
Bug fixes
- 🐞 Corrected the behavior of the
initial_statesparameter in theControl.from_phenotypemethod. The computation is now properly restricted to all states reachable from the providedinitial_statesset, whereas previously, it was incorrectly limited to only the states within that set. The corresponding documentation has been updated to clarify this behavior. (#39)