Skip to content

Commit ce61d0e

Browse files
authored
update version (#76)
1 parent 33ab609 commit ce61d0e

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

faster_coco_eval/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.7.1"
1+
__version__ = "1.7.2"
22
__author__ = "MiXaiLL76"

history.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# History
22

3+
## v1.7.2
4+
5+
- [x] Fix type error in faster_eval_api <https://github.com/MiXaiLL76/faster_coco_eval/pull/65>; Thank you very much @matteomrz
6+
- [x] Updated C++ code formatting and removed macos13 <https://github.com/MiXaiLL76/faster_coco_eval/pull/66>
7+
- [x] Chore GitHub workflows: refine triggers, align naming, and improve matrices <https://github.com/MiXaiLL76/faster_coco_eval/pull/67>; Thank you very much @Borda
8+
- [x] Fix indentation in unittest.yml for branch specification <https://github.com/MiXaiLL76/faster_coco_eval/pull/68>; Thank you very much @Borda
9+
- [x] Enhanced README with detailed benefits, installation options, performance benchmarks, and feature highlights <https://github.com/MiXaiLL76/faster_coco_eval/pull/69>; Thank you very much @Borda
10+
- [x] Add extensive pycocotools comparison tests with large synthetic datasets <https://github.com/MiXaiLL76/faster_coco_eval/pull/71>; Thank you very much @Borda
11+
- [x] Fix: extended_metrics <https://github.com/MiXaiLL76/faster_coco_eval/pull/74> <https://github.com/MiXaiLL76/faster_coco_eval/pull/75>; Thank you very much @Borda
12+
13+
> The best contribution to the library in the last six months from @Borda
14+
315
## v1.7.1
416

517
- [x] bug fix <https://github.com/MiXaiLL76/faster_coco_eval/pull/64>

0 commit comments

Comments
 (0)