File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ # Version 3.50.0 (2023-08-04)
3
+ ## Added
4
+ * Support batch_ids filter for projects in Exports v2
5
+ * Added access_from field to project members to differentiate project-based roles from organization level roles
6
+ * Ability to use data_row_ids instead of the whole data row object for DataRow.export_V2()
7
+ * Cursor-based pagination for dataset.data_rows()
8
+
9
+ ## Fixed
10
+ * client.get_projects() unable to fetch details for LLM projects
11
+
12
+ ## Notebooks
13
+ * Improved the documentation for ` examples/basics/custom_embeddings.ipynb `
14
+ * Updated the documentation for ` examples/basics/data_row_metadata.ipynb `
15
+ * Added details about CRUD methods to ` examples/basics/ontologies.ipynb `
16
+
2
17
# Version 3.49.1 (2023-06-29)
3
18
## Fixed
4
19
* Removed numpy version lock that caused Python version >3.8 to download incompatible numpy version
Original file line number Diff line number Diff line change 21
21
copyright = '2021, Labelbox'
22
22
author = 'Labelbox'
23
23
24
- release = '3.49.1 '
24
+ release = '3.50.0 '
25
25
26
26
# -- General configuration ---------------------------------------------------
27
27
Original file line number Diff line number Diff line change 1
1
name = "labelbox"
2
- __version__ = "3.49.1 "
2
+ __version__ = "3.50.0 "
3
3
4
4
from labelbox .client import Client
5
5
from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments