Skip to main content

Snorkel AI Data Development Platform v26.1 (LTS) release notes

Deprecations

SDK

  • The AnnotationTask.annotation_form property and add_label_schemas() function are deprecated. Use AnnotationTask.update instead.

Features and improvements

Annotation

  • You can now view accurate time spent by each annotator on individual datapoints through the SDK, with inactive time automatically excluded.
  • You can now reorder questions in the question form builder for both new and existing annotation tasks.
  • You can now delete questions from the question form builder of an annotation task.
  • You can now create annotation tasks directly from the Annotate page and modify existing tasks from the Configure tab.
  • You can now reorder and hide user-uploaded columns for all annotators in a task.
  • Reviewers can now bulk-commit datapoints marked as ready for review. Datapoints are automatically committed to ground truth using majority voting, eliminating the need for manual per-datapoint review.
  • Each annotation task now includes a task overview page that summarizes progress and datapoint status, allowing you to quickly navigate to annotation or review workflows.
  • You can now assign annotators directly from the annotator data viewer.

Data Management

  • You can now download datasets as CSV files directly from the user interface.

SDK

  • You can now update the number of required annotations for a task using the SDK.
  • The AnnotationTask.update() function now supports adding, removing, and reordering label schema UIDs.
  • You can now retrieve annotator statistics per task datapoint using the AnnotationTask.get_annotator_stats() method.

Bug fixes

Evaluation

  • Fixed benchmarks runs table not showing last row of data

Known issues

Evaluation

  • Ground truth values may not update correctly for traces datasets in the traces view.