diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b8751c4..875dcc3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,12 +2,14 @@ CHANGELOG ********* -`v1.3.0`_ (2019-10-07) +`v1.3.0`_ (2019-10-11) ====================== +* Improved schema proxy * Improved XSD type matching using paths * Cached parent path for XPathContext (only Python 3) -* Improve typed selection with TypedAttribute and TypedElement named tuples +* Improve typed selection with TypedAttribute and TypedElement named-tuples * Add iter_results to XPathContext +* Remove XMLSchemaProxy from package * Fix descendant shortcut operator '//' * Fix text() function * Fix typed select of '(name)' token diff --git a/doc/xpath_api.rst b/doc/xpath_api.rst index 87719d4..00df678 100644 --- a/doc/xpath_api.rst +++ b/doc/xpath_api.rst @@ -85,11 +85,11 @@ An :class:`XMLSchemaProxy` class is defined for interfacing schemas created with This class is based on an abstract class :class:`AbstractSchemaProxy`, that can be used for implementing concrete interfaces to other types of XML Schema processors. -.. autoclass:: elementpath.XMLSchemaProxy - .. autoclass:: elementpath.AbstractSchemaProxy + .. automethod:: bind_parser .. automethod:: get_context + .. automethod:: find .. automethod:: get_type .. automethod:: get_attribute .. automethod:: get_element diff --git a/publiccode.yml b/publiccode.yml index 18ae9da..b0ec19a 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -6,8 +6,8 @@ publiccodeYmlVersion: '0.2' name: elementpath url: 'https://github.com/sissaschool/elementpath' landingURL: 'https://github.com/sissaschool/elementpath' -releaseDate: '2019-08-30' -softwareVersion: v1.2.1 +releaseDate: '2019-10-11' +softwareVersion: v1.3.0 developmentStatus: stable platforms: - linux