Skip to content

Commit 5f0f469

Browse files
author
Matt Sokoloff
committed
prep for release
1 parent 9322758 commit 5f0f469

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# Changelog
2+
3+
# Version 3.16.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+
13+
- Deprecation: Removed batch MVP code
14+
215
# Version 3.16.0 (2022-03-08)
316
## Added
417
* 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)