Skip to content

v0.0.3

Compare
Choose a tag to compare
@proycon proycon released this 12 Aug 19:36
· 17 commits to master since this release

This release adds some essential features to the API:

  • Implemented a high-level annotate() method analogous to foliapy's add() method. Handles span annotation transparently.
  • implemented common_ancestors()
  • implemented get_layer_key()
  • make sure layers reverse-inherit their set from their children
  • finished provenance support, an active processor can now be associated with a document
  • datetime attributes are now chrono::NaiveDateTime structs and properly parsed, rather than a plain String