Skip to content

Commit 0f19dbd

Browse files
Merge pull request #695 from Labelbox/develop
3.27.0
2 parents 7ddeebf + 59db41b commit 0f19dbd

28 files changed

+1855
-802
lines changed

CHANGELOG.md

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

3+
# Version 3.27.0 (2022-09-12)
4+
### Added
5+
* Global Keys for data rows
6+
* Assign global keys to a data row with `client.assign_global_keys_to_data_rows`
7+
* Get data rows using global keys with `client.get_data_row_ids_for_global_keys` and `client.get_data_rows_for_global_keys`
8+
* Project Creation
9+
* Introduces `Project.queue_mode` as an optional parameter when creating projects
10+
* `MEAToMALPredictionImport` class
11+
* This allows users to use predictions stored in Models for MAL
12+
* `Task.wait_till_done` now shows a warning if task has failed
13+
### Changed
14+
* Increase scalar metric value limit to 100m
15+
* Added deprecation warnings when updating project `queue_mode`
16+
## Fixed
17+
* Fix bug in `feature_confusion_matrix` and `confusion_matrix` causing FPs and FNs to be capped at 1 when there were no matching annotations
18+
319
# Version 3.26.2 (2022-09-06)
420
### Added
521
* Support for document (pdf) de/serialization from exports

CONTRIB.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ variable. For more info see [Labelbox API key docs](https://labelbox.helpdocs.io
3939
To pass tests, code must be formatted using the following command:
4040

4141
```shell
42-
yapf labelbox -i --verbose --recursive --parallel --style "google"
42+
yapf tests labelbox -i --verbose --recursive --parallel --style "google"
4343
```
4444

4545
## Release Steps

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.26.2'
24+
release = '3.27.0'
2525

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

0 commit comments

Comments
 (0)