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 11# 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+
213# Version 3.14.0 (2022-02-10)
314## Added
415* Updated metrics for classifications to be per-answer
516
17+
618# Version 3.13.0 (2022-02-07)
719## Added
820* Added ` from_shapely ` method to create annotation types from Shapely objects
Original file line number Diff line number Diff line change 11name = "labelbox"
2- __version__ = "3.14 .0"
2+ __version__ = "3.15 .0"
33
44from labelbox .schema .project import Project
55from labelbox .client import Client
You can’t perform that action at this time.
0 commit comments