CHANGELOG

v1.1.2 (2025-08-14)

Fix

v1.1.1 (2025-08-13)

Unknown

  • Merge branch ‘main’ of https://github.com/agbleze/cpauger into main update with remote pull (84b3b44)

v1.1.0 (2025-08-13)

Build

  • build: update poetry.lock (e1ccb84)

  • build: change workflow folder to workflows (530d1ed)

  • build: add ci-cd.yml (05c17f0)

  • build: add semantic release setup to toml (9b02f7a)

Feature

  • feat: add logging setup (c4bcf37)

Fix

  • fix: change package name for pytest (c6a7c41)

  • fix: remove unused packages (2c5ce1c)

Style

  • style: format pyproject.toml (970e8b4)

Unknown

v1.0.0 (2025-08-13)

Build

  • build: update workflow (d49c51f)

  • build: add ci-cd workflow (ab070a4)

Documentation

  • docs: update (3c90819)

  • docs: update generate_random_images_and_annotation docstring (bbb130c)

  • docs: update generate_random_images_and_annotation docstring (f241abd)

  • docs: update docstring (2a0bdd4)

  • docs: add docstring (0c0fee2)

  • docs: add docstring to draw_bbox_polygons (ad0f985)

Fix

  • fix: change generation of duplicate categories in annotation (2717c33)

Unknown

  • add docsrting to visualize bboxex (7824379)

v0.1.0 (2024-11-07)

Feature

  • feat: add crop, paste, generate coco (9233675)

  • feat: initial package setup (14a9036)

Fix

  • fix: remove unused files (71aa123)

  • fix: update TODO (486f240)

  • fix: fix resize of object to new_h and new_w (2b4fc69)

Test

Unknown