Skip to content

Commit aaf1c1b

Browse files
committed
Prep 3.67.0 release
1 parent 1e03590 commit aaf1c1b

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11
# Changelog
2+
# Version 3.67.0 (2024-04-05)
3+
## Added
4+
* Added SECURITY.md file
5+
* Made export_v2 methods use streamable backend
6+
* Added support for custom embeddings to dataset _create data row(s)_ methods
7+
* Added ability to upsert data rows via dataset.upsert_data_rows() method
8+
* Added AssetAttachment with an ability to update() and delete()
9+
10+
## Updated
11+
* Added check for 5000 labels per annotation per data row
12+
13+
## Fixed
14+
* Errors and Failed data rows are included in the task.result for dataset.create_data_rows()
15+
* Fixed 500 error handling and reporting
16+
17+
# Notebooks
18+
* Updated import notebook for image data
19+
* Added attachment PDF example, removed requirements around text_layer_url
20+
* Included the get_catalog() method to the export notebook
21+
* Added workflow status filter to export_data notebook for projects
22+
* Send predictions to a project demo
23+
* Removed model diagnostic notebooks
24+
225
# Version 3.66.0 (2024-03-20)
326
## Notes
427

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
project = 'Python SDK reference'
2020
copyright = '2024, Labelbox'
2121
author = 'Labelbox'
22-
release = '3.66.0'
22+
release = '3.67.0'
2323

2424
# -- General configuration ---------------------------------------------------
2525

labelbox/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "labelbox"
22

3-
__version__ = "3.66.0"
3+
__version__ = "3.67.0"
44

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

0 commit comments

Comments
 (0)