Skip to content

Commit ac1a037

Browse files
authored
Merge pull request #457 from Labelbox/jtso/13.5
v3.15
2 parents 702d98c + 846e021 commit ac1a037

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
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

labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "labelbox"
2-
__version__ = "3.14.0"
2+
__version__ = "3.15.0"
33

44
from labelbox.schema.project import Project
55
from labelbox.client import Client

0 commit comments

Comments
 (0)