====================== * Add *use_location_hints* argument to document API for giving the option of ignoring XSI schema locations hints * Fix import from locations hints with namespace mismatch (issue 324)
2.0.3
====================== * Add *keep_empty* and *element_hook* options to main `iter_decode()` method * Fix default namespace mapping in `BadgerFishConverter` * Fix type restriction check if restricted particle has `maxOccurs==0` (issue 323)
2.0.2
====================== * Fix XSD 1.1 assertions effective scope * Add support for Python 3.11
2.0.1
====================== * Remove warnings during the build of the package using package_data specs in setup.py * Fix decoding with `process_namespaces=False` and xsi:type in XML instance * Refactor `DataElement.get()`, restore `DataElement.set()` (issue 314) * Add *map_attribute_names* argument to `DataElementConverter`
2.0.0
====================== * Refactor XPath interface for the full XPath node implementation of elementpath v3.0 * Fix BadgerFishConverter with mixed content (issue 315) * Improve `get()` and `set()` of DataElement (issue 314)
1.11.3
======================= * Fix invalid element not detected with empty particle (issue 306) * Fix Sphinx warnings (issue 305)