All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Include
pycasreg
in source repo to avoid bumping version dominoes - Include
lxmlh
in source repo to avoid bumping version dominoes
- Fix packaging dynamic version
- incorrect imports in
config.py
- pin to old version of
lxmlh
- documentation
- packaging
- readthedocs
- typo ecopsold to ecospold
- 3.1 size constraint on percent
- EcoSpold1.ModellingAndValidation.Source to Sources
- EcoSpold1.DataSetInformation.version from float to str
- EcoSpold1.DataSetInformation.internalVersion from float to str
- EcoSpold1.TimePeriod.startDate from datetime to date
- EcoSpold1.TimePeriod.endDate from datetime to date
- EcoSpold.geography
- EcoSpold.geographyShortName
- EcoSpold.activity
- EcoSpold.activityName
- EcoSpold.elementary_exchange()
- EcoSpold.elementary_exchange_compartment()
- EcoSpold.elementary_exchange_sub_compartment()
- EcoSpold.elementary_exchange_name()
- EcoSpold.elementary_exchange_unit_name()
- EcoSpold.intermediate_exchange()
- EcoSpold.intermediate_exchange_name()
- EcoSpold.intermediate_exchange_unit_name()
- IntermediateExchange.groupType
- ElementaryExchange.groupType
- Bump deps to support python 3.12
- Version mismatch
- Validating directories
- Validating ZIP files
- Parsing ZIP files
- README.md: usage
- Generic group and groupStr attributes for ElementaryExchange and IntermediateExchange
- Missing inputGroup and outGroup in IntermediateExchange
- Bumped lxmlh version from 0.1.0 to 1.1.0
- Switched to using lxmlh.
- Switched to using pycasreg.
- Generic attribute for some choice attributes.
- Missing XSD in packaging.
- Parsing EcoSpold02 XML files.
- Validating files.
- Parsing whole directories.
- Filling in static default values provided in config.ini and dynamic ones.
- Setting attributes for custom classes.
- Parsing EcoSpold01Dataset XML files.
- Saving Python objects to XML files.
- Configuring default values for non-existing attributes.