We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
changelog.md
1 parent f12504b commit e091f9cCopy full SHA for e091f9c
βdocs/changelog.mdβ
@@ -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
6
### 0.5.0 <small>April 10, 2023</small>
7
8
- Added [[#58](https://github.com/roboflow/supervision/pull/58)]: `Detections.mask` to enable segmentation support.
βsupervision/__init__.pyβ
@@ -1,4 +1,4 @@
-__version__ = "0.5.0"
+__version__ = "0.5.1"
from supervision.annotation.voc import detections_to_voc_xml
from supervision.detection.annotate import BoxAnnotator, MaskAnnotator
0 commit comments