Releases: asgersvenning/trap-schema
Releases · asgersvenning/trap-schema
Release list
v0.2.2
Changes:
- Better type handling in
SerializeableModel.from_jsonand thereforeDataPackage.loadandDataset.load
Full Changelog: v0.2.1...v0.2.2
v0.2.1
Changes:
- Dump formatted JSON instead of a single line (primarily for human-readable
datapackage.json).
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Changes:
- Added module level exports for all Camtrap DP 1.0.2 resources (see README.md#Quick Start).
- Added a new
Datasetclass container to wrap aDatapackage,DeploymentsTable,MediaTableandObservationstable(i.e. full Camtrap DP 1.0.2 dataset). - Added a unified file serialization/deserialization interface via
.save()and.load()to resources. - Added a complete integration unit test including frictionless validation using the official Camtrap DP 1.0.2 example dataset.
- Improved README.md#Quick Start with a much more thorough example.
Full Changelog: v0.1.1...v0.2.0
v0.1.1
Initial release of trap-schema
v0.1.0 Fix serialization and add deserialization to Datapackage + fix compar…