Skip to content

Commit 1c2f080

Browse files
committed
Merge branch 'develop' into jt/al-1859
2 parents 7c9ddf1 + 2fe156f commit 1c2f080

File tree

17 files changed

+1585
-1829
lines changed

17 files changed

+1585
-1829
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
# Changelog
2+
3+
# Version 3.17.2 (2022-03-28)
4+
## Fix
5+
* Project.upsert_instructions now works properly for new projects.
6+
7+
# Version 3.17.1 (2022-03-25)
8+
## Updated
9+
* Remove unused rasterio dependency
10+
11+
# Version 3.17.0 (2022-03-22)
12+
## Added
13+
* Create batches from the SDK (Beta). Learn more about [batches](https://docs.labelbox.com/docs/batches)
14+
* Support for precision and recall metrics on Entity annotations
15+
16+
## Fix
17+
* `client.create_project` type hint added for its return type
18+
19+
## Updated
20+
* Removed batch MVP code
21+
222
# Version 3.16.0 (2022-03-08)
323
## Added
424
* Ability to fetch a model run with `client.get_model_run()`

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Sphinx==3.4.3
1+
Sphinx==4.5.0
22
sphinxcontrib-napoleon==0.7
33
sphinx-rtd-theme==0.5.1

0 commit comments

Comments
 (0)