Skip to content

Releases: HumanSignal/label-studio-sdk

2.0.1

19 Aug 18:09
7f3b963
Compare
Choose a tag to compare

What's Changed

🌟 Enhancements - Enterprise-only

  • Added billing.info endpoint for getting billing checks and billing feature flags for the current organization
  • Added organizations.memberships.list endpoint for listing out an organization's memberships and roles
  • Added organizations.memberships.update endpoint for updating an organization user's membership or role

Full Changelog: 2.0.0...2.0.1

2.0.0

18 Aug 16:09
Compare
Choose a tag to compare

🚀 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

1.0.20

22 Jul 10:30
Compare
Choose a tag to compare

Full Changelog: 1.0.19...1.0.20

1.0.19

18 Jul 20:58
fb9acd5
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Other Changes

Full Changelog: 1.0.18...1.0.19

1.0.18

17 Jun 09:31
ae62d7e
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: 1.0.17...1.0.18

1.0.17

29 May 21:30
38633bd
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: 1.0.16...1.0.17

1.0.16

27 May 10:30
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • fix: ROOT-17: Check conditions for COCO/YOLO Keypoints export by @triklozoid in #467

Other Changes

  • docs: Create README.md for label-studio-converter by @makseq in #468

Full Changelog: 1.0.15...1.0.16

1.0.15

21 May 22:45
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • fix: UTC-18: Use correct httpx params when refreshing token by @hakan458 in #466

Full Changelog: 1.0.14...1.0.15

1.0.14

21 May 16:20
Compare
Choose a tag to compare

What's Changed

Features

  • feat: DIA-2214: Utilities to support PDF use cases by @niklub in #452

Bug Fixes

  • fix: DIA-2214: Implement ro utility to access base64 from url by @niklub in #460
  • fix: UTC-18: Respect users httpx client for token refresh by @hakan458 in #464

Full Changelog: 1.0.13...1.0.14

1.0.13

13 May 13:43
c4ed0b0
Compare
Choose a tag to compare

What's Changed

Features

  • feat: LEAP-1840: Add KeyPoints to COCO/YOLO export by @triklozoid in #451

Full Changelog: 1.0.12...1.0.13