Skip to content

Commit 70e8e46

Browse files
author
Matt Sokoloff
committed
Merge branch 'develop' of https://github.com/Labelbox/labelbox-python into ms/al-3814
2 parents 976fe6f + 5f7d320 commit 70e8e46

File tree

20 files changed

+3161
-2163
lines changed

20 files changed

+3161
-2163
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# Changelog
22

3-
# In progress
4-
## Changed
3+
# Version 3.29.0 (2022-10-28)
4+
5+
### Added
6+
* Added new base `Slice` Entity/DbObject and `CatalogSlice` class
7+
* Added `client.get_catalog_slice(id)` to fetch a CatalogSlice by ID
8+
* Added `slice.get_data_row_ids()` to fetch data row ids of the slice
9+
* Add deprecation warning for queue_mode == QueueMode.Dataset when creating a new project.
10+
* Add deprecation warning for LPOs.
11+
12+
### Changed
513
* Default behavior for metrics to not include subclasses in the calculation.
614

7-
## Fixed
15+
### Fixed
816
* Polygon extraction from masks creating invalid polygons. This would cause issues in the coco converter.
917

1018
# Version 3.28.0 (2022-10-14)

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.28.0'
24+
release = '3.29.0'
2525

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

examples/annotation_import/basics.ipynb

Lines changed: 325 additions & 115 deletions
Large diffs are not rendered by default.

examples/annotation_import/image.ipynb

Lines changed: 304 additions & 207 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)