Skip to content

Commit f14fe9d

Browse files
author
mykola
committed
Updated CHANGELOG.md
1 parent 4596960 commit f14fe9d

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@
66
- Added labels param to the [YoloOnnxDetector](https://scaledp.stabrise.com/en/latest/models/detectors/yolo_onnx_detector.html)
77
- Improve displaying labels in [ImageDrawBoxes](https://scaledp.stabrise.com/en/latest/image/image_draw_boxes.html)
88

9+
### 🧰 Maintenance
10+
- Updated versions of dependencies (Pandas, Numpy, OpenCV)
11+
912
### 🐛 Bug Fixes
1013

1114
- Fixed convert color schema in [YoloOnnxDetector](https://scaledp.stabrise.com/en/latest/models/detectors/yolo_onnx_detector.html)
12-
15+
- Fixed show utils on Google Colab
16+
- Fixed imports of the DataFrame
1317

1418
## [0.2.4]- 02.11.2025
1519

cliff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ commit_parsers = [
6363
{ message = "^fix", group = "<!-- 1 -->🐛 Bug Fixes" },
6464
{ message = "^doc", group = "<!-- 3 -->📚 Documentation" },
6565
{ message = "^perf", group = "<!-- 4 -->⚡ Performance" },
66+
{ message = "^maint", group = "<!-- 4 -->🧰 Maintenance" },
6667
{ message = "^refactor", group = "<!-- 2 -->🚜 Refactor" },
6768
{ message = "^style", group = "<!-- 5 -->🎨 Styling" },
6869
{ message = "^test", group = "<!-- 6 -->🧪 Testing" },

tutorials

0 commit comments

Comments
 (0)