diff --git a/faster_coco_eval/version.py b/faster_coco_eval/version.py index dc21700..99e4077 100644 --- a/faster_coco_eval/version.py +++ b/faster_coco_eval/version.py @@ -1,2 +1,2 @@ -__version__ = "1.7.1" +__version__ = "1.7.2" __author__ = "MiXaiLL76" diff --git a/history.md b/history.md index d3270c3..d8ff469 100644 --- a/history.md +++ b/history.md @@ -1,5 +1,17 @@ # History +## v1.7.2 + +- [x] Fix type error in faster_eval_api ; Thank you very much @matteomrz +- [x] Updated C++ code formatting and removed macos13 +- [x] Chore GitHub workflows: refine triggers, align naming, and improve matrices ; Thank you very much @Borda +- [x] Fix indentation in unittest.yml for branch specification ; Thank you very much @Borda +- [x] Enhanced README with detailed benefits, installation options, performance benchmarks, and feature highlights ; Thank you very much @Borda +- [x] Add extensive pycocotools comparison tests with large synthetic datasets ; Thank you very much @Borda +- [x] Fix: extended_metrics ; Thank you very much @Borda + +> The best contribution to the library in the last six months from @Borda + ## v1.7.1 - [x] bug fix