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 5bf1691 commit a58790dCopy full SHA for a58790d
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+# Version 3.0.0-rc3 (2021-08-11)
4
+## Updates
5
+* Geometry.raster now has a consistent interface and improved functionality
6
+* renamed schema_id to feature_schema_id in the `FeatureSchema` class
7
+* ImageData can load 2d images or masks
8
+
9
# Version 3.0.0-rc2 (2021-08-09)
10
## Updates
11
* Rename `data` property of TextData, ImageData, and VideoData types to `value`.
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.0.0-rc2"
+__version__ = "3.0.0-rc3"
from labelbox.schema.project import Project
from labelbox.client import Client
0 commit comments