github HumanSignal/label-studio 1.10.0

latest releases: 1.13.1, 1.13.0, 1.12.1...
9 months ago

๐ŸŒŸ What's New

๐ŸŽ‰ New Features

๐Ÿ“ƒ External Taxonomy - Beta ๐Ÿงช

This release introduces the ability to load an external taxonomy into your labeling configuration. The mechanism for this is a new apiUrl parameter on the Taxonomy tag, which allows you to load your taxonomy from an external JSON-formatted file. Previously, you had to use Choice tags to manually define your taxonomy within the labeling configuration.

This feature provides multiple benefits, including:

  • Performance - Significant performance improvements for large taxonomies.
  • Usability and standardization - With JSON formatting and the ability to manage taxonomies in your editor of choice, external taxonomies are easier to organize and update.
  • Security - You can now securely store taxonomies outside of Label Studio.

For more information, see the Taxonomy template and Taxonomy tag.

taxonomy1

๐Ÿ’ช Enhancements

  • Weโ€™ve made some changes that, going forward, will make Label Studio much easier to install. To accomplish this, we've moved to Poetry for dependency management, and loosened certain dependency version constraints in pyproject.toml. (#5047, #5021, #4888)

  • You can now expand and collapse Ranker items for easier management and rearrangement. (#5016)

    Animated gif demonstrating ranker collapse

  • Updated the font and spacing for the Submit and Exit button to match Label Studio UI styling guidelines. (#5007)

๐Ÿ” Security

  • Patched an ORM leak vulnerability. (#5012)

  • Due to an XSS vulnerability, we previously added a requirement that users must log in to view the Label Studio API doc reference and Swagger. You can now view the API docs without logging in. However, the Swagger version is still only available to logged in users. (#4931)

  • Upgraded urllib3 to 1.26.18 to address CVE-2023-45803, and Django to 3.2.23 to address CVE-2023-46695. (#5047)

๐Ÿž Bug Fixes

  • Fixed an issue where users were directed to the Data Manager page after clicking Submit and Exit or Update and Exit. Instead, users will now be directed to the Projects page. (#4981)

  • Fixed an issue where the Draft saved successfully message was appearing when it wasnโ€™t needed. (#4917)

  • Fixed an issue where the crosshair parameter was not working. (#5040)

  • Fixed an issue with zoom performance in certain Image Segmentation use cases. (#4800)

  • Fixed a sync error when importing large amounts of tasks from Azure storage. (#4950)

  • Fixed an issue where PATCH api/tasks/<id> was returning an error. (#4925)

  • Fixed an issue where code was unnecessarily executing when contextual scrolling was disabled. (#4651)

  • Fixed an issue where a labeling configuration validation error was not using the correct styling. (#4949)

  • Fixed an issue where predictions were not appearing in the Label Stream after upgrading Label Studio. Special thanks to community members @davidblom603 and @WillieMaddox for reporting this issue. (#5105)

  • Fixed an issue with the wrong position of brushstroke highlighted on hover. (#5114)

  • Fixed an issue where users were unable to edit polygon points. (#5110)

๐Ÿคฉ Contributors

Full Changelog: tags/1.9.2.post0...1.10.0
This changelog was updated in response to a push of d451ae8 Workflow run

Jira Release not found
Aha! Release 1.10.0
Release Notes are generated based on git log: No tasks found in Task Tracker.

Turned off Feature Flags (98)

ALL LINES STARTING FROM QUOTE WILL BE IGNORED

Don't miss a new label-studio release

NewReleases is sending notifications on new releases.