Skip to content

Commit a7e9fd4

Browse files
authored
Merge pull request #400 from Labelbox/develop
3.12.0
2 parents 8c6e8bc + 9ce5724 commit a7e9fd4

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
# Version 3.12.0 (2022-01-13)
2+
# Version 3.12.0 (2022-01-19)
33
## Added
44
* Tiled Imagery annotation type
55
- A set of classes that support Tiled Image assets
@@ -8,6 +8,7 @@
88
* Support transformations from one EPSG to another with `EPSGTransformer` class
99
- Supports EPSG to Pixel space transformations
1010

11+
1112
# Version 3.11.1 (2022-01-10)
1213
## Fix
1314
* Make `TypedArray` class compatible with `numpy` versions `>= 1.22.0`

docs/source/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,10 @@ DataRowMetadata
174174
.. automodule:: labelbox.schema.data_row_metadata
175175
:members:
176176
:show-inheritance:
177+
178+
AnnotationImport
179+
----------------------------
180+
181+
.. automodule:: labelbox.schema.annotation_import
182+
:members:
183+
:show-inheritance:

examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Learn more about annotation types in the [docs](https://docs.labelbox.com/docs/a
5858
| --------------------------- | --------------------------------- | ------------ | ---------- |
5959
| MAL Basics | [Github](model_assisted_labeling/mal_basics.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_assisted_labeling/mal_basics.ipynb) | [Docs](https://docs.labelbox.com/docs/model-assisted-labeling) |
6060
| Image MAL | [Github](model_assisted_labeling/image_mal.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_assisted_labeling/image_mal.ipynb) |
61+
| Video MAL | [Github](model_assisted_labeling/video_mal.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_assisted_labeling/video_mal.ipynb) |
6162
| Named Entity Recognition MAL | [Github](model_assisted_labeling/ner_mal.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_assisted_labeling/ner_mal.ipynb) |
6263
| Debugging MAL | [Github](model_assisted_labeling/debugging_mal.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_assisted_labeling/debugging_mal.ipynb) |
6364
| MAL with Subclasses | [Github](model_assisted_labeling/mal_with_subclasses.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_assisted_labeling/mal_with_subclasses.ipynb) |

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'data': [
3131
"shapely", "geojson", "numpy", "rasterio", "PILLOW",
3232
"opencv-python", "typeguard", "imagesize", "pyproj", "pygeotile",
33-
"typing-extensions"
33+
"typing-extensions", "packaging"
3434
],
3535
},
3636
classifiers=[

0 commit comments

Comments
 (0)