_See all documentation for this version [here](https://ampform.rtfd.io/en/0.12.2)._
💡 New features
<details>
<summary>Implemented RelativisticBreitWignerBuilder (206)</summary>
Closes 205
This adds a new class, [`RelativisticBreitWignerBuilder`](https://ampform--206.org.readthedocs.build/en/206/api/ampform.dynamics.builder.html#ampform.dynamics.builder.RelativisticBreitWignerBuilder), which makes it possible to insert different kinds of [`PhaseSpaceFactorProtocol`](https://ampform.readthedocs.io/en/0.12.1/api/ampform.dynamics.html#ampform.dynamics.PhaseSpaceFactorProtocol)s into [`set_dynamics()`](https://ampform.readthedocs.io/en/0.12.x/api/ampform.helicity.html#ampform.helicity.HelicityAmplitudeBuilder.set_dynamics). See [here](https://ampform--206.org.readthedocs.build/en/206/usage/amplitude.html#set-dynamics) how to use.
Essentially, this class is an extension of builder functions such as [`create_relativistic_breit_wigner_with_ff()`](https://ampform.readthedocs.io/en/0.12.x/api/ampform.dynamics.builder.html#ampform.dynamics.builder.create_relativistic_breit_wigner_with_ff) that were used previously.
Note that this builder class will become more important in 151, which introduces yet another phase space factor.
</details>
📝 Documentation
<details>
<summary>Add Deepnote buttons on example noteboook pages (204)</summary>
Closes https://github.com/ComPWA/repo-maintenance/issues/43
[](https://ampform--204.org.readthedocs.build/en/204/usage/amplitude.html)
</details>
<details>
<summary>Type aliases in API are now abbreviated (207)</summary>
See https://github.com/ComPWA/compwa-org/issues/104
| Old | New |
| --- | --- |
| [](https://ampform.readthedocs.io/en/0.12.1/api/ampform.dynamics.builder.html#ampform.dynamics.builder.ResonanceDynamicsBuilder.__call__) | [](https://ampform--207.org.readthedocs.build/en/207/api/ampform.dynamics.builder.html#ampform.dynamics.builder.ResonanceDynamicsBuilder.__call__) |
Also addresses https://github.com/ComPWA/compwa-org/issues/103. Note, though, that `abbreviate_signature.py` (now `_relink_references.py`) is rather complex. This is in order to maintain compatibility with Sphinx <4.4, which is [installed in Python <3.8](https://github.com/ComPWA/ampform/blob/60b256dc5377ab7fe7b4c482062644ddb55f12ea/setup.cfg#L71).
</details>
🖱️ Developer Experience
<details>
<summary>Changed reqruiements upgrade cron job to bi-weekly (201)</summary>
</details>