Skip to content

Commit e1944e6

Browse files
robot-ci-heartexcaitlinwheeless
and
caitlinwheeless
authored
docs: Add release notes for 2.21.0 (#7140)
Co-authored-by: robot-ci-heartex <[email protected]> Co-authored-by: caitlinwheeless <[email protected]>
1 parent 00f7cc3 commit e1944e6

File tree

11 files changed

+150
-0
lines changed

11 files changed

+150
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
---
2+
hide_sidebar: true
3+
---
4+
5+
## Label Studio Enterprise 2.21.0
6+
7+
<div class="onprem-highlight">Bulk labeling, enable AI features, and multiple labeling and Data Manager enhancements</div>
8+
9+
*Feb 25, 2025*
10+
11+
Helm Chart version: 1.9.5
12+
13+
14+
### New features
15+
16+
#### Bulk labeling and image preview
17+
18+
There is a new **Bulk label** action available from the Data Manager. You can use this to quickly label tasks multiple tasks at once.
19+
20+
This feature also includes enhancements to the Grid View in the Data Manager. Now when viewing images, you can zoom in/out, scroll, and pan.
21+
22+
For more information, see the [Bulk labeling documentation](labeling#Bulk-labeling) and [Bulk Labeling: How to Classify in Batches](https://humansignal.com/blog/bulk-labeling-how-to-classify-in-batches/).
23+
24+
![Screenshot of bulk label action](/images/releases/2-21-bulk-label.png)
25+
26+
![Screenshot of Grid View preview](/images/releases/2-21-data-preview.png)
27+
28+
#### Enable AI features
29+
30+
There is a new toggle on the **Billing & Usage** page (only available to users in the Owner role). You can use this to enable [AI features](ask_ai) throughout Label Studio.
31+
32+
![Screenshot of enable AI](/images/releases/2-21-ai-enable.png)
33+
34+
![Screenshot of AI banner](/images/releases/2-21-ai.png)
35+
36+
37+
### Enhancements
38+
39+
#### Updated Billing & Usage page
40+
41+
The **Billing & Usage** page (only accessible to users in the Owner role) has several new options:
42+
43+
- **Early Adopter** - Opt in to new features before they're generally available.
44+
- **Enable AI Features** - Enables AI helper tools within Label Studio. See [AI features](ask_ai).
45+
- **White labeling** - Contact sales about enabling white labeling.
46+
- **Custom Scripts** - Contact sales to enable custom scripts. See [Custom scripts for projects](scripts).
47+
48+
#### Updated template images
49+
50+
The thumbnail images for the pre-built templates have been redesigned.
51+
52+
![Screenshot of template library](/images/releases/2-21-templates.png)
53+
54+
#### Clearer description of annotation count
55+
56+
The annotation counter at the bottom of the Data Manager has been updated to read "Submitted Annotations." It previously read "Annotations," which could cause confusion.
57+
58+
![Screenshot of counter](/images/releases/2-21-count.png)
59+
60+
#### Display the prediction score in the labeling interface
61+
62+
When you have annotations generated by predictions (pre-annotations), you will now see the prediction score (also known as the "confidence score") under the model name in the labeling interface tabs.
63+
64+
![Screenshot of scores](/images/releases/2-21-score.png)
65+
66+
#### Region number in Relations panel
67+
68+
The **Relations** panel now displays the number identifier for the region when viewing relations between regions.
69+
70+
![Screenshot of region IDs](/images/releases/2-21-regions.png)
71+
72+
#### Export images with YOLO, YOLO_OBB, and COCO
73+
74+
Previously, when exporting data in YOLO, YOLO_OBB, or COCO format, the images themselves were not included in the export.
75+
76+
To improve this, we have introduced three new choices to the export options:
77+
78+
* **YOLO_WITH_IMAGES**
79+
80+
* **YOLO_OBB_WITH_IMAGES**
81+
82+
* **COCO_WITH_IMAGES**
83+
84+
#### Set ground truths by user
85+
86+
There is a new action from the Data Manager that allows you to mark the annotations submitted by a specific user as ground truth annotations.
87+
88+
![Screenshot of ground truths](/images/releases/2-21-gt.png)
89+
90+
![Screenshot of ground truths](/images/releases/2-21-gt2.png)
91+
92+
#### Control login redirects
93+
94+
There is a new `LOGIN_PAGE_URL` variable will redirect the login page to the URL specified in the variable. This is useful for organizations with that have white labeling enabled and/or multiple internal groups that have different IdP provider logins (or no IdP provider login).
95+
96+
#### Performance improvements
97+
98+
Various performance improvements around Members page load time, annotation creation, and memory usage for Image tags.
99+
100+
### Security
101+
102+
- Updated Iodash to address security vulnerabilities.
103+
104+
- Ensured that file paths remain hidden when import operations fail.
105+
106+
### Bug fixes
107+
108+
- Fixed an issue where the Annotator Performance drop-down was not filtering the results as expected.
109+
110+
- Fixed an issue where users were unable to select and move bounding box regions after adding brush regions.
111+
112+
- Fixed an issue where seeking within a video would display duplicate frames in the the Video tag.
113+
114+
- Fixed an issue when managers could review skipped tasks in Quick View.
115+
116+
- Fixed an issue where project to groups mapping was not working correctly for SAML.
117+
118+
- Fixed an issue that caused would sometimes cause project creation to fail when pasting code into the code editor.
119+
120+
- Fixed an issue where Sentry would still attempt to load assets even if disabled.
121+
122+
### Feature flag updates
123+
124+
The following feature flags have been marked stale or deleted, meaning they can no longer be turned on or off by users:
125+
126+
`fflag_feat_front_optic_767_annotator_project_multiselect_short`
127+
`fflag_fix_back_leap_612_explore_review_09042024_short`
128+
`fflag_fix_optic_214_extra_blank_dashboard_charts_short`
129+
`fflag_fix_optic_391_tasks_outside_low_agreement_project_counts_short`
130+
`fflag_fix_all_leap_877_annotator_membership_api_03042024_short`
131+
`fflag_feat_all_optic_520_annotator_report_short`
132+
`feat_all_optic_71_dashboard_multiple_labeling_group_support_v1_01092023_short`
133+
`fflag_feat_front_prod_281_project_list_search_19072023_short`
134+
`fflag_feat_all_lsdv_e_295_project_level_roles_via_saml_scim_ldap_short`
135+
`ff_back_2884_comments_notifications_02092022_short`
136+
`ff_back_DEV_1711_review_queue_140222_short`
137+
`ff_front_dev_1480_created_on_in_review_180122_short`
138+
`fflag_fix_front_leap_32_zoom_perf_190923_short`
139+
`fflag_feat_front_lsdv_5452_taxonomy_labeling_110823_short`
140+
`fflag_fix_front_dev_3793_relative_coords_short`
141+
`ff_front_dev_2715_audio_3_280722_short`
142+
`fflag_feat_front_optic_1351_use_new_projects_counts_api_short`
143+
`fflag_feature_all_optic_1421_cold_start_v2`
144+
`fflag_fix_back_optic_1407_optimize_tasks_api_pagination_counts`
145+
`fflag_fix_optic_1259_lse_projects_read_apis_use_replica_short`
146+
`fflag_feat_all_optic_1181_membership_performance`
147+
`fflag_feat_optic_1025_zendesk_widget_integration`
148+
`fflag_feat_all_optic_991_dashboard_v2_short`
149+
`fflag_feat_optic_378_limit_projects_per_page_to_ten_short`
150+
`fflag_feat_optic_67_drag_and_drop_charts`
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)