Skip to content

Commit e091f9c

Browse files
committed
πŸ“š Docs changelog.md update
1 parent f12504b commit e091f9c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

β€Ždocs/changelog.mdβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 0.5.1 <small>April 12, 2023</small>
2+
3+
- Fixed `Detections.__getitem__` method did not return mask for selected item.
4+
- Fixed `Detections.area` crashed for mask detections.
5+
16
### 0.5.0 <small>April 10, 2023</small>
27

38
- Added [[#58](https://github.com/roboflow/supervision/pull/58)]: `Detections.mask` to enable segmentation support.

β€Žsupervision/__init__.pyβ€Ž

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

33
from supervision.annotation.voc import detections_to_voc_xml
44
from supervision.detection.annotate import BoxAnnotator, MaskAnnotator

0 commit comments

Comments
Β (0)