Skip to content

Releases: asgersvenning/trap-schema

v0.2.2

Choose a tag to compare

@asgersvenning asgersvenning released this 26 Apr 19:09

Changes:

  • Better type handling in SerializeableModel.from_json and therefore DataPackage.load and Dataset.load

Full Changelog: v0.2.1...v0.2.2

v0.2.1

Choose a tag to compare

@asgersvenning asgersvenning released this 26 Apr 15:53

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

Choose a tag to compare

@asgersvenning asgersvenning released this 26 Apr 15:45

Changes:

  • Added module level exports for all Camtrap DP 1.0.2 resources (see README.md#Quick Start).
  • Added a new Dataset class container to wrap a Datapackage, DeploymentsTable, MediaTable and Observationstable (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

Choose a tag to compare

@asgersvenning asgersvenning released this 25 Apr 23:37

Full Changelog: v0.1.0...v0.1.1

Initial release of trap-schema

Choose a tag to compare

@asgersvenning asgersvenning released this 25 Apr 23:21
v0.1.0

Fix serialization and add deserialization to Datapackage + fix compar…