Skip to content

v0.7.0

Compare
Choose a tag to compare
@tommilligan tommilligan released this 17 Jun 10:24
1022d73

v0.7.0

Breaking

  • NewDataset's entity_defs field is now an Option for consistency

Changed

  • When uploading annotated comments, empty lists of assigned / dismissed labels
    are serialized in the request. Previously empty lists were skipped which
    meant it was not possible to remove labellings (N.B. the API distinguishes
    between missing field -- labellings are unmodified -- or and empty list --
    labellings are removed).
  • All *Id types now implement Hash, PartialEq, and Eq
  • NewDataset and NewSource now implement Default

Added

  • update source: update an existing source
  • update dataset: update an existing dataset