Releases: QEF/qeschema
Releases · QEF/qeschema
v1.5.2 (2024-05-29)
- Elevate dependency:
xmlschema>=2.5.1, <4.0.0
- Add Python 3.12 support
- Keep Python 3.7 compatibilty with
xmlschema==2.5.1
- Remove default namespace from internal XPath selection on schemas (it doesn't work with the right name matching of recent versions of xmlschema)
v1.5.1(2024-02-29)
- set max version of xmlschema to 2.3.1 to avoid issues with newer versions
- updates default schema version with the one used in Quantum ESPRESSO
v1.5.0 (2023-05-12)
- Fixes and improvements
- New versions of schemas
- Python 3.11 support
v1.4.0 (2022-04-28)
- Add optional extra features for HDF5 and YAML
v1.3.0 (2021-12-24)
- Update with latest qes.xsd schema
- Add h5py to package requirements
- Drop support for Python 3.6
- Code cleaning and extend tests
v1.2.1 (2021-12-13)
Add missing files to repo and package:
- Add MANIFEST.in to repository
- add
qeschema/schemas/releases/*.xsd
to package