Skip to content

Commit ad20f4d

Browse files
authored
Merge pull request #814 from Labelbox/ms/3.34.0
Preparing for 3.34.0 release
2 parents cb5897d + c729c69 commit ad20f4d

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# Changelog
22

3-
# Version 3.34.0 (...)
3+
# Version 3.34.0 (2022-12-22)
44
### Added
55
* Added `get_by_name()` method to MetadataOntology object to access both custom and reserved metadata by name.
66
* Added support for adding metadata by name when creating datarows using `DataRowMetadataOntology.bulk_upsert()`.
77
* Added support for adding metadata by name when creating datarows using `Dataset.create_data_rows()`, `Dataset.create_data_rows_sync()`, and `Dataset.create_data_row()`.
8+
* Example notebooks for auto metrics in models
9+
810

911
### Changed
1012
* `Dataset.create_data_rows()` max limit of DataRows increased to 150,000
13+
* Improved error handling for invalid annotation import content
14+
* String metadata can now be 1024 characters long (from 500)
15+
16+
## Fixed
17+
* Broken urls in detectron notebook
1118

1219
# Version 3.33.1 (2022-12-14)
1320
### Fixed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
copyright = '2021, Labelbox'
2222
author = 'Labelbox'
2323

24-
release = '3.33.1'
24+
release = '3.34.0'
2525

2626
# -- General configuration ---------------------------------------------------
2727

labelbox/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "labelbox"
2-
__version__ = "3.33.1"
2+
__version__ = "3.34.0"
33

44
from labelbox.client import Client
55
from labelbox.schema.project import Project
@@ -27,4 +27,4 @@
2727
from labelbox.schema.resource_tag import ResourceTag
2828
from labelbox.schema.project_resource_tag import ProjectResourceTag
2929
from labelbox.schema.media_type import MediaType
30-
from labelbox.schema.slice import Slice, CatalogSlice
30+
from labelbox.schema.slice import Slice, CatalogSlice

scripts/update_sdk_version.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)