Skip to content

Commit 001fe48

Browse files
authored
Merge pull request #507 from Labelbox/ms/3.17.0
prep for release
2 parents 9322758 + f971020 commit 001fe48

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Changelog
2+
3+
# Version 3.17.0 (2022-03-22)
4+
## Added
5+
* Create batches from the SDK (Beta). Learn more about [batches](https://docs.labelbox.com/docs/batches)
6+
* Support for precision and recall metrics on Entity annotations
7+
8+
## Fix
9+
* `client.create_project` type hint added for its return type
10+
11+
## Updated
12+
* Removed batch MVP code
13+
214
# Version 3.16.0 (2022-03-08)
315
## Added
416
* Ability to fetch a model run with `client.get_model_run()`

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.16.0"
2+
__version__ = "3.17.0"
33

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

0 commit comments

Comments
 (0)