Skip to content

Commit bcbde69

Browse files
authored
Merge pull request #391 from Labelbox/geospatial-pr
update to changelog
2 parents cfa7b95 + fcbddd3 commit bcbde69

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# 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+
- New demo notebook can be found here: examples/annotation_types/tiled_imagery_basics.ipynb
7+
- Updated tiled image mal can be found here: examples/model_assisted_labeling/tiled_imagery_mal.ipynb
8+
* Support transformations from one EPSG to another with `EPSGTransformer` class
9+
- Supports EPSG to Pixel space transformations
10+
211
# Version 3.11.1 (2022-01-10)
312
## Fix
413
* Make `TypedArray` class compatible with `numpy` versions `>= 1.22.0`

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.11.1"
2+
__version__ = "3.12.0"
33

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

0 commit comments

Comments
 (0)