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 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
Original file line number Diff line number Diff line change 2121copyright = '2021, Labelbox'
2222author = 'Labelbox'
2323
24- release = '3.49.1 '
24+ release = '3.50.0 '
2525
2626# -- General configuration ---------------------------------------------------
2727
Original file line number Diff line number Diff line change 11name = "labelbox"
2- __version__ = "3.49.1 "
2+ __version__ = "3.50.0 "
33
44from labelbox .client import Client
55from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments