====================== * Fix packaging: include py.typed in package data * Revert to comparison between xs:QName instances and strings
4.0.0
====================== * First XPath 3.1 implementation (without UCA collation support)
3.0.2
====================== * Extend root concept to subtrees used as root (e.g. XSD 1.1 assertions) * Begin XPath 3.1 implementation adding XPathMap and XPathArray
3.0.1
====================== * Fix of descendant path operator (issue 51) * Add support for Python 3.11
3.0.0
====================== * Transition to full XPath node implementation (more memory usage but better control and overall faster) * Add etree.py module with a safe XML parser (ported from xmlschema)