Skip to content

Commit 3da433f

Browse files
committed
🪵 0.7.0 release changelog
1 parent a911cbd commit 3da433f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

‎docs/changelog.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 0.7.0 <small>May 11, 2023</small>
2+
3+
- Added [[#91](https://github.com/roboflow/supervision/pull/91)]: `Detections.from_yolo_nas` to enable seamless integration with [YOLO-NAS](https://github.com/Deci-AI/super-gradients/blob/master/YOLONAS.md) model.
4+
- Added [[#86](https://github.com/roboflow/supervision/pull/86)]: ability to load datasets in YOLO format using `Dataset.from_yolo`.
5+
- Added [[#84](https://github.com/roboflow/supervision/pull/84)]: `Detections.merge` to merge multiple `Detections` objects together.
6+
- Fixed [[#81](https://github.com/roboflow/supervision/pull/81)]: `LineZoneAnnotator.annotate` does not return annotated frame.
7+
18
### 0.6.0 <small>April 19, 2023</small>
29

310
- Added [[#71](https://github.com/roboflow/supervision/pull/71)]: initial `Dataset` support and ability to save `Detections` in Pascal VOC XML format.

‎supervision/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.6.0"
1+
__version__ = "0.7.0"
22

33
from supervision.dataset.core import Dataset
44
from supervision.detection.annotate import BoxAnnotator, MaskAnnotator

0 commit comments

Comments
 (0)