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 981834a commit a3c8ca1Copy full SHA for a3c8ca1
CHANGELOG.md
@@ -1,4 +1,12 @@
1
# Changelog
2
+# Version 3.12.0 (2022-01-13)
3
+## Added
4
+* Tiled Imagery annotation type
5
+- A set of classes that support Tiled Image assets
6
+- `TiledImageData.asdict()` to help importing to Labelbox
7
+* Support transformations from one EPSG to another with EPSGTransformer class
8
+- Supports EPSG to Pixel space transformations
9
+
10
# Version 3.11.1 (2022-01-10)
11
## Fix
12
* Make `TypedArray` class compatible with `numpy` versions `>= 1.22.0`
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.11.1"
+__version__ = "3.12.0"
from labelbox.schema.project import Project
from labelbox.client import Client
0 commit comments