QRules 0.10.2
See all documentation for this version here.
⚠️ API changes
- Drop support for Python 3.6 (#250)
- URLs of the API page (qrules.rtfd.io) now end in
.html
again (#267)
⚠️ Enhancements and optimizations
- Postpone annotation evaluations (#251)
- Specify allowed formalisms with
Literal
(#253) - Make
Parity.value
of typeLiteral[-1, 1]
(#263) - Add
Path
to allowedload()
arguments (#264) - Upgrade to
python-constraint2
(#268)
🐛 Bug fixes
- Print top number in Gell-Mann-Nishijima error (#262)
🔨 Maintenance
🖱️ Developer Experience
- Configure project with
pyproject.toml
only and removesetup.cfg
(#250) - Remove JSON schema for Read the Docs (#259)
The full changelog as commits can be found here.