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.
- Add
read_excel_template
- Better follow Datapackage standard for
contributors
.
- Add node creation and deletion
- Add exchange creation and deletion
- Change data format for creation from
targets
to singulartarget
. Not a breaking change as creation was unsupported previously.
- Add
create_excel_template
function - Add all SPDX licenses
- Allow optional propagation of extra transformation attributes
- Fix validation of contributors as list
- Refactor data validation into a separate function
- Update
FlexibleLookupDict
to allow multiple input pairs if identical results are produced - Validate
Datapackage
metadata withpydantic
- Refactor config arguments out to
pydantic
class
Initial first working release