We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718e78e commit 527dc65Copy full SHA for 527dc65
CHANGELOG.md
@@ -1,4 +1,14 @@
1
# Changelog
2
+# Version 3.12.1 (2022-02-07)
3
+## Added
4
+* Added `from_shapely` method to create annotation types from Shapely objects
5
+* Added `start` and `end` filter on the following methods
6
+- `Project.export_labels()`
7
+- `Project.label_generator()`
8
+- `Project.video_label_generator()`
9
+* Improved type hinting
10
+
11
12
# Version 3.12.0 (2022-01-19)
13
## Added
14
* Tiled Imagery annotation type
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.12.0"
+__version__ = "3.12.1"
from labelbox.schema.project import Project
from labelbox.client import Client
0 commit comments