Skip to content

Commit 754ac64

Browse files
author
Matt Sokoloff
committed
prep for release
1 parent a0d3b67 commit 754ac64

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# Changelog
2+
# Version 3.5.0 (2021-15-09)
3+
## Added
4+
* Diagnostics custom metrics
5+
* Metric annotation types
6+
* Update ndjson converter to be compatible with metric types
7+
* Metric library for computing confusion matrix metrics and iou
8+
* Demo notebooks under `examples/diagnostics`
9+
* COCO Converter
10+
* Detectron2 example integration notebooks
211

312
# Version 3.4.1 (2021-09-10)
413
## Fix

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.4.1"
2+
__version__ = "3.5.0"
33

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

0 commit comments

Comments
 (0)