File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ # Version 3.15.0 (2022-02-28)
3
+ ## Added
4
+ * Extras folder which contains useful applications using the sdk
5
+ * Addition of ResourceTag at the Organization and Project level
6
+ * Updates to the example notebooks
7
+
8
+ ## Fix
9
+ * EPSGTransformer now properly transforms Polygon to Polygon
10
+ * VideoData string representation now properly shows VideoData
11
+
12
+
2
13
# Version 3.14.0 (2022-02-10)
3
14
## Added
4
15
* Updated metrics for classifications to be per-answer
5
16
17
+
6
18
# Version 3.13.0 (2022-02-07)
7
19
## Added
8
20
* Added ` from_shapely ` method to create annotation types from Shapely objects
Original file line number Diff line number Diff line change 1
1
name = "labelbox"
2
- __version__ = "3.14 .0"
2
+ __version__ = "3.15 .0"
3
3
4
4
from labelbox .schema .project import Project
5
5
from labelbox .client import Client
You can’t perform that action at this time.
0 commit comments