Skip to content

Commit 475dbef

Browse files
kkim-labelboxKevin Kim
andauthored
Prep 3.44.0 release (#1068)
Co-authored-by: Kevin Kim <kkim@kevins-mbp-2.lan>
1 parent 757fdc8 commit 475dbef

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
# Version 3.44.0 (2023-04-26)
4+
5+
## Added
6+
* `predictions` param for optionally exporting predictions in model run export v2
7+
* Limits on `model_run_ids` and `project_ids` on catalog export v2 params
8+
* `WORKFLOW_ACTION` webhook topic
9+
* Added `data_row_ids` filter for dataset and project export v2
10+
11+
## Fixed
12+
* ISO timestamp parsing for datetime metadata
13+
* Docstring typo for `client.delete_feature_schema_from_ontology()`
14+
15+
## Notebooks
16+
* Removed mention of embeddings metadata fields
17+
* Fixed broken colab link on `examples/extras/classification-confusion-matrix.ipynb`
18+
* Added free text classification example to video annotation import notebook
19+
* Updated prediction_upload notebooks with Annotation Type examples
20+
321
# Version 3.43.0 (2023-04-05)
422

523
## Added

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.43.0'
24+
release = '3.44.0'
2525

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

labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "labelbox"
2-
__version__ = "3.43.0"
2+
__version__ = "3.44.0"
33

44
from backports.datetime_fromisoformat import MonkeyPatch
55

0 commit comments

Comments
 (0)