Close release v1.3.0

This commit is contained in:
Davide Brunato 2019-10-09 20:02:12 +02:00
parent d7a85cd1fd
commit 1556b76238
3 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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