File tree Expand file tree Collapse file tree 4 files changed +26
-3
lines changed Expand file tree Collapse file tree 4 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 1616project = 'Python SDK reference'
1717copyright = '2024, Labelbox'
1818author = 'Labelbox'
19- release = '3.74 .0'
19+ release = '3.75 .0'
2020
2121# -- General configuration ---------------------------------------------------
2222
Original file line number Diff line number Diff line change 11# Changelog
2+ # Version 3.75.0 (2024-07-10)
3+ ## Added
4+ * Added Project set_project_model_setup_complete() method by @vbrodsky in https://github.com/Labelbox/labelbox-python/pull/1685
5+ * Added user group management by @adrian-chang in https://github.com/Labelbox/labelbox-python/pull/1604
6+ * Refactor Dataset create_data_rows_sync to use upsert by @vbrodsky in https://github.com/Labelbox/labelbox-python/pull/1694
7+ * Added upload_type to Project by @vbrodsky in https://github.com/Labelbox/labelbox-python/pull/1707
8+ * Added prompt classification for python object support by @Gabefire in https://github.com/Labelbox/labelbox-python/pull/1700
9+ * Alias ` wait_xxx ` functions by @sfendell-labelbox in https://github.com/Labelbox/labelbox-python/pull/1675
10+
11+ ## Fixed
12+ * Predictions missing during Catalog slice Export by @adrian-chang in https://github.com/Labelbox/labelbox-python/pull/1695
13+ * Prevented adding batches to live chat evaluation projects by @vbrodsky in https://github.com/Labelbox/labelbox-python/pull/1703
14+ * Added missing media types by @adrian-chang in https://github.com/Labelbox/labelbox-python/pull/1705
15+ * Deprecate Project setup_editor and add Project connect_ontology by @vbrodsky in https://github.com/Labelbox/labelbox-python/pull/1713
16+ * Bumped dateutil max version by @colonelpanic8 in https://github.com/Labelbox/labelbox-python/pull/1716
17+ * Bumped version rye by @adrian-chang in https://github.com/Labelbox/labelbox-python/pull/1719
18+ * Updated create ontology for project setup by @vbrodsky in https://github.com/Labelbox/labelbox-python/pull/1722
19+
20+ ## New Contributors
21+ * @colonelpanic8 made their first contribution in https://github.com/Labelbox/labelbox-python/pull/1716
22+
23+ ** Full Changelog** : https://github.com/Labelbox/labelbox-python/compare/v.3.74.0...v.3.75.0
24+
225# Version 3.74.0 (2024-06-24)
326## Added
427* Include predictions in export (#1689 )
Original file line number Diff line number Diff line change 11[project ]
22name = " labelbox"
3- version = " 3.74 .0"
3+ version = " 3.75 .0"
44description = " Labelbox Python API"
55authors = [{ name = " Labelbox" , email = " engineering@labelbox.com" }]
66dependencies = [
Original file line number Diff line number Diff line change 11name = "labelbox"
22
3- __version__ = "3.74 .0"
3+ __version__ = "3.75 .0"
44
55from labelbox .client import Client
66from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments