Skip to content

Commit

Permalink
Merge pull request #751 from Labelbox/kkim/prep_3.29.0
Browse files Browse the repository at this point in the history
Prep 3.29.0
  • Loading branch information
olegtrygub authored Nov 2, 2022
2 parents 3144d9b + 5aad46d commit 3f91610
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# Changelog

# In progress
# Version 3.29.0 (2022-10-28)

## Added
### Added
* Added new base `Slice` Entity/DbObject and `CatalogSlice` class
* Added `client.get_catalog_slice(id)` to fetch a CatalogSlice by ID
* Added `slice.get_data_row_ids()` to fetch data row ids of the slice
* Add deprecation warning for queue_mode == QueueMode.Dataset when creating a new project.
* Add deprecation warning for LPOs.

## Changed
### Changed
* Default behavior for metrics to not include subclasses in the calculation.
* Updated `create_batch` method to accept consensus settings.

## Fixed
### Fixed
* Polygon extraction from masks creating invalid polygons. This would cause issues in the coco converter.

# Version 3.28.0 (2022-10-14)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
copyright = '2021, Labelbox'
author = 'Labelbox'

release = '3.28.0'
release = '3.29.0'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion labelbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "labelbox"
__version__ = "3.28.0"
__version__ = "3.29.0"

from labelbox.client import Client
from labelbox.schema.project import Project
Expand Down

0 comments on commit 3f91610

Please sign in to comment.