You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,23 @@ History
6
6
7
7
All release highlights of this project will be documented in this file.
8
8
9
+
4.4.33 - April 1, 2025
10
+
______________________
11
+
12
+
**Added**
13
+
14
+
- ``SAClient.get_user_scores`` Retrieves score metadata for a user on a specific item within a project.
15
+
- ``SAClient.user_scores`` Assigns or updates score metadata for a user on a specific item in a project.
16
+
17
+
**Updated**
18
+
19
+
- ``SAClient.prepare_export`` Added option for JSONL download type.
20
+
- ``SAClient.download_annotations`` Added data_spec parameter enabling annotation downloads in JSONL format for multimodal projects.
21
+
- ``SAClient.list_items`` Introduced a new parameter to filter results by item category.
22
+
- ``SAClient.list_users`` Now retrieves a list of users with their scores and includes filtering options. Added an optional project parameter to fetch project-level scores instead of team-level scores.
23
+
- ``SAClient.item_context`` Added information about the ItemContext nested class.
24
+
- ``SAClient.list_projects`` Enhanced docstrings for to improve clarity and usability.
0 commit comments