QRules 0.9.3
Release 0.9.3
See all documentation for this version here.
💡 New features
Python 3.10 is now supported (#117)
🔨 Internal maintenance
Narrowed down type hints (#114)
- Improved some of the type hints
- Enforcing the use of mypy error codes (
# type: ignore[error-code]
) with flake8-type-ignore.
See also ComPWA/ampform#168 and ComPWA/tensorwaves#332
📝 Documentation
🖱️ Developer Experience
Fixed .flake8 config syntax (#116)
The .flake8
config file was using not using the same comment style as described in
https://flake8.pycqa.org/en/latest/user/configuration.html#project-configuration
Consequence not all errors were identified anymore.
Additional update: config has been simplified with the use of --extend-select
.
Embedded Zenodo metadata (#112)
Closes ComPWA/compwa.github.io#64