File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
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
+ - 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
+
2
11
# Version 3.11.1 (2022-01-10)
3
12
## Fix
4
13
* Make ` TypedArray ` class compatible with ` numpy ` versions ` >= 1.22.0 `
Original file line number Diff line number Diff line change 1
1
name = "labelbox"
2
- __version__ = "3.11.1 "
2
+ __version__ = "3.12.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