_See all documentation for this version [here](https://qrules.rtfd.io/en/0.10.2)._
⚠️ API changes
- Drop support for Python 3.6 (250)
- URLs of the API page ([qrules.rtfd.io](https://qrules.readthedocs.io)) now end in `.html` again (#267)
⚠️ Enhancements and optimizations
- Postpone annotation evaluations (251)
- Specify allowed formalisms with `Literal` (253)
- Make `Parity.value` of type `Literal[-1, 1]` (263)
- Add `Path` to allowed `load()` arguments (264)
- Upgrade to `python-constraint2` (268)
🐛 Bug fixes
- Print top number in Gell-Mann-Nishijima error (262)
🔨 Maintenance
- Use absolute imports only (252)
- Remove `TypeAlias` (254)
🖱️ Developer Experience
- Configure project with `pyproject.toml` only and remove `setup.cfg` (250)
- Remove JSON schema for Read the Docs (259)
_The full changelog as commits can be found [here](https://github.com/ComPWA/qrules/compare/0.10.1...0.10.2)._