},
)
</details>
⚠️ Interface
<details>
<summary>Module interfaces has been renamed to interface (293)</summary>
</details>
<details>
<summary>Removed ReactionInfo from data interface (294)</summary>
Removes AmpForm/QRules's `ReactionInfo` from the main `interface`. This makes `generate_phsp` and `generate_data` a bit more clumsy in usage, but the benefit is that `ampform` is not imported into TensorWaves's `interface` module.
</details>
<details>
<summary>Remove physics module (299)</summary>
Use [`HelicityModel.sum_components`](https://ampform.readthedocs.io/en/stable/api/ampform.helicity.html#ampform.helicity.HelicityModel.sum_components) instead.
</details>
<details>
<summary>TensorWaves now requires AmpForm v0.10.x (296)</summary>
</details>
🔨 Internal maintenance
<details>
<summary>Switched to type alias ParameterValue where possible (291)</summary>
Using type alias `ParameterValue` where possible instead of `Union[...]`.
</details>
📝 Documentation
<details>
<summary>AIC and BIC example provided in documentation (291)</summary>
</details>
<details>
<summary>Documentation now shows how to generate a deterministic sample (295)</summary>
Show how to generate a deterministic data and phase space sample in step 2 of the documentation.
</details>