You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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