Skip to content

Commit

Permalink
FEAT: implement model deserialization (#132)
Browse files Browse the repository at this point in the history
* BREAK: remove `ampform_dpd.simplify_latex_rendering()` alias
* ENH: support undefined `Particle.parity`
* FEAT: define `DefinedExpression` struct
* MAINT: convert `io` to subpackage
  • Loading branch information
redeboer authored May 26, 2024
1 parent 24da090 commit 572b609
Show file tree
Hide file tree
Showing 26 changed files with 3,331 additions and 26 deletions.
10 changes: 10 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"PyPI",
"absl",
"arange",
"asdict",
"asdot",
"aslatex",
"autoscale",
Expand All @@ -51,15 +52,20 @@
"colorbar",
"commitlint",
"concat",
"costheta",
"difflib",
"docnb",
"elif",
"endswith",
"eqnarray",
"eqref",
"figsize",
"fontsize",
"formfactor",
"funcs",
"gcov",
"graphviz",
"imag",
"ipykernel",
"ipynb",
"ipython",
Expand All @@ -84,6 +90,7 @@
"nbformat",
"ncols",
"ndarray",
"noqa",
"noreply",
"nrows",
"pandoc",
Expand All @@ -103,6 +110,7 @@
"savefig",
"sdist",
"seealso",
"setattr",
"setuptools",
"sharey",
"simplefilter",
Expand Down Expand Up @@ -156,6 +164,8 @@
"pytest",
"PYTHONHASHSEED",
"QRules",
"recoupling",
"recouplings",
"sympify",
"SymPy",
"TensorWaves",
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ repos:
- --extra-keys
- |
cell.attachments
cell.id
cell.metadata.code_folding
cell.metadata.editable
cell.metadata.id
Expand Down
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.json
*.zip
/api/
!*.json
Loading

0 comments on commit 572b609

Please sign in to comment.