Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

51 lines (33 loc) · 1.13 KB

Changelog

All notable changes to this project will be documented in this file.

[0.1.7]

Added

  • updated docs with correct import of NMS algorithm.
  • updated README.md with correct import of NMS algorithm.
  • reimplemented utils to handle ZeroDivisionError errors.

[0.1.6]

Added

  • Working Pypi upload structure

[0.1.5]

PyPi tests

[0.1.4]

PyPi tests

[0.1.3]

Added

  • Pypi Publish Github Actions modified

[0.1.2]

Added

  • CI/CD adjustments for the project in github actions.
  • docs references repair.
  • docs doc-strings examples corrected
  • docs creation github action repair.

[0.1.1]

Added

  • PolyGoneNMS library for efficient and distributed polygon Non-Maximum Suppression (NMS).
  • Support for different NMS methods: Default, Soft, and Class Agnostic.
  • Support for various intersection methods: IOU, IOS, and Dice.
  • R-tree data structure for efficient spatial indexing and querying.
  • Distributed processing support using Ray and Dask.
  • Comprehensive documentation and examples.
  • Unit and integration tests for the library.
  • Pre-commit hooks, GitHub Actions, and other CI/CD configurations.