Releases: HumanSignal/label-studio-sdk
Releases · HumanSignal/label-studio-sdk
2.0.1
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
🚀 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
toS3s
(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 inactions.list()
(broken in SDK 1). - Relaxed request/response validation reduces pydantic errors in SDK 2.
🚨 Breaking changes - Enterprise-only
comments.create
no longer accepts aproject
argument.- In
prompts.indicators
, thepk
parameter is nowid
. - In
prompts.runs
andprompts.versions
, theid
parameter is nowprompt_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 asid
, while the export ID is passed asexport_pk
. - Predictions returned in task responses are now objects instead of dictionaries.
Full Changelog: 1.0.20...2.0.0
1.0.20
Full Changelog: 1.0.19...1.0.20
1.0.19
What's Changed
Bug Fixes
- fix: PLT-809: Fix json_min memory usage by @triklozoid in #483
- fix: Python SyntaxWarning: invalid escape sequence warnings from code generated by Fern (mirror) by @robot-ci-heartex in #488
- fix: BROS-197: Add missing parameters for /api/projects by @robot-ci-heartex in #492
Other Changes
- ci: TRIAG-1466: fix dependabot by @robot-ci-heartex in #486
Full Changelog: 1.0.18...1.0.19
1.0.18
What's Changed
Bug Fixes
- fix: UTC-33: Fix issue with CSV exports with repeater tag by @hakan458 in #469
- fix: UTC-107: Missing num_predictions for batch-predictions by @robot-ci-heartex in #479
Full Changelog: 1.0.17...1.0.18
1.0.17
What's Changed
Bug Fixes
- fix: BROS-32: Task retrieval SDK bugs by @robot-ci-heartex in #471
Full Changelog: 1.0.16...1.0.17
1.0.16
What's Changed
Bug Fixes
- fix: ROOT-17: Check conditions for COCO/YOLO Keypoints export by @triklozoid in #467
Other Changes
Full Changelog: 1.0.15...1.0.16
1.0.15
1.0.14
1.0.13
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