We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97f9f8 commit 9e11debCopy full SHA for 9e11deb
CHANGELOG.rst
@@ -1,3 +1,8 @@
1
+**3.4.15 - 08/29/25**
2
+
3
+ - Hotfix: expose LifeCycleError in lifecycle package
4
5
+**3.4.14 - 08/29/25**
6
7
- Refactor lifecycle system into a package
8
- Introduce lifecycle_states module with string constants for lifecycle state names
src/vivarium/framework/lifecycle/__init__.py
@@ -31,6 +31,6 @@
31
32
"""
33
34
-from vivarium.framework.lifecycle.exceptions import ConstraintError
+from vivarium.framework.lifecycle.exceptions import ConstraintError, LifeCycleError
35
from vivarium.framework.lifecycle.interface import LifeCycleInterface
36
from vivarium.framework.lifecycle.manager import LifeCycleManager
0 commit comments