File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- # In progress
3
+ # Version 3.29.0 (2022-10-28)
4
4
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
6
9
* Add deprecation warning for queue_mode == QueueMode.Dataset when creating a new project.
7
10
* Add deprecation warning for LPOs.
8
11
9
- ## Changed
12
+ ### Changed
10
13
* Default behavior for metrics to not include subclasses in the calculation.
11
- * Updated ` create_batch ` method to accept consensus settings.
12
14
13
- ## Fixed
15
+ ### Fixed
14
16
* Polygon extraction from masks creating invalid polygons. This would cause issues in the coco converter.
15
17
16
18
# Version 3.28.0 (2022-10-14)
Original file line number Diff line number Diff line change 21
21
copyright = '2021, Labelbox'
22
22
author = 'Labelbox'
23
23
24
- release = '3.28 .0'
24
+ release = '3.29 .0'
25
25
26
26
# -- General configuration ---------------------------------------------------
27
27
Original file line number Diff line number Diff line change 1
1
name = "labelbox"
2
- __version__ = "3.28 .0"
2
+ __version__ = "3.29 .0"
3
3
4
4
from labelbox .client import Client
5
5
from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments