Skip to content

Commit 3f91610

Browse files
authored
Merge pull request #751 from Labelbox/kkim/prep_3.29.0
Prep 3.29.0
2 parents 3144d9b + 5aad46d commit 3f91610

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

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

3-
# In progress
3+
# Version 3.29.0 (2022-10-28)
44

5-
## Added
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
69
* Add deprecation warning for queue_mode == QueueMode.Dataset when creating a new project.
710
* Add deprecation warning for LPOs.
811

9-
## Changed
12+
### Changed
1013
* Default behavior for metrics to not include subclasses in the calculation.
11-
* Updated `create_batch` method to accept consensus settings.
1214

13-
## Fixed
15+
### Fixed
1416
* Polygon extraction from masks creating invalid polygons. This would cause issues in the coco converter.
1517

1618
# 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

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.28.0"
2+
__version__ = "3.29.0"
33

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

0 commit comments

Comments
 (0)