Skip to content

2.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 16:09

πŸš€ What's Changed

🌟 Enhancements - Enterprise-only

  • Added a new projects.stats.iaa endpoint to return stats from the inter-annotator agreement matrix.
  • You can now update tasks that have comments.
  • Added support for sync to S3s (S3 with IAM role) exports.

🌟 Enhancements - Enterprise and Open Source

  • Expanded support to include all project settings, many of which were missing in SDK 1. For example, in Enterprise environments you can now configure assignment_settings, review_settings, annotator_evaluation, and many more.
  • Fixed passing the project parameter in actions.list() (broken in SDK 1).
  • Relaxed request/response validation reduces pydantic errors in SDK 2.

🚨 Breaking changes - Enterprise-only

  • comments.create no longer accepts a project argument.
  • In prompts.indicators, the pk parameter is now id.
  • In prompts.runs and prompts.versions, the id parameter is now prompt_id.
  • workspaces.members.list responses are now objects instead of dictionaries.

🚨 Breaking changes - Enterprise- and Open Source

  • In projects.exports calls, the project ID is now passed as id, while the export ID is passed as export_pk.
  • Predictions returned in task responses are now objects instead of dictionaries.

Full Changelog: 1.0.20...2.0.0