Skip to content

Commit 6abd310

Browse files
prep release 3.50.0 (#1196)
1 parent 32ad868 commit 6abd310

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
# 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+
217
# Version 3.49.1 (2023-06-29)
318
## Fixed
419
* Removed numpy version lock that caused Python version >3.8 to download incompatible numpy version

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
copyright = '2021, Labelbox'
2222
author = 'Labelbox'
2323

24-
release = '3.49.1'
24+
release = '3.50.0'
2525

2626
# -- General configuration ---------------------------------------------------
2727

labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "labelbox"
2-
__version__ = "3.49.1"
2+
__version__ = "3.50.0"
33

44
from labelbox.client import Client
55
from labelbox.schema.project import Project

0 commit comments

Comments
 (0)