Skip to content

Commit 58f1564

Browse files
committed
ENH: export more aliases
1 parent 2cdfd3d commit 58f1564

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/ampform_dpd/io/cached.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import cloudpickle
99
from ampform.sympy._cache import cache_to_disk # noqa: PLC2701
10-
from ampform.sympy.cached import doit, unfold, xreplace
10+
from ampform.sympy.cached import doit, simplify, subs, trigsimp, unfold, xreplace
1111
from frozendict import frozendict
1212
from tensorwaves.function.sympy import create_function, create_parametrized_function
1313

@@ -24,6 +24,9 @@
2424
__all__ = [
2525
"doit",
2626
"lambdify",
27+
"simplify",
28+
"subs",
29+
"trigsimp",
2730
"unfold",
2831
"xreplace",
2932
]

0 commit comments

Comments
 (0)