CHANGELOG

v1.16.9 (2025-08-31)

Documentation

Fix

  • fix: change unlegible readme (36b1c8f)

v1.16.8 (2025-08-30)

Fix

  • fix: cleanup unused cicd (ad80c40)

v1.16.7 (2025-08-30)

Fix

  • fix: remove clearing of repo (96a66c8)

v1.16.6 (2025-08-30)

Fix

  • fix: update with torch cuda wheel extra link (fab0ba4)

v1.16.5 (2025-08-30)

Fix

  • fix: add extra-index-url (52775a6)

v1.16.4 (2025-08-30)

Fix

  • fix: change poetry run to pip install (40bc0c0)

v1.16.3 (2025-08-30)

Fix

  • fix: remove poetry shell (98251d0)

v1.16.2 (2025-08-30)

Fix

  • fix: use poetry to manage pip install (5e2a6d1)

v1.16.1 (2025-08-30)

Fix

  • fix: update ci-cd.yml (f4a3ed9)

  • fix: remove unused result from create_trainer (068702b)

  • fix: remove repo after publishing to testpypi as fix for poetry install (3ba794b)

Style

v1.16.0 (2025-08-30)

Feature

  • feat: add save_class_metadata (20e0e18)

  • feat: add save_class_metadata_as (56668fd)

Fix

  • fix: update creating class_metadata_map and dumping it (4f62afb)

Unknown

  • chores: add tests for save_class_metadata (8dc54c1)

  • chores: add tests for anchor miner (c16968a)

v1.15.0 (2025-08-30)

Feature

  • feat: add AnchorMiner (3658046)

  • feat: add get_size_ratio_fitness_score (8dfa6c0)

v1.14.1 (2025-08-29)

Fix

  • fix: add gt_sizes and ratios (7b4bd91)

Style

  • style: remove commented code (8de17d9)

Unknown

  • Merge branch ‘main’ of https://github.com/agbleze/objectscope into main

chores: update with remote (8634deb)

v1.14.0 (2025-08-26)

Feature

  • feat: add coco_annotation_to_df (a4abc14)

Unknown

  • chores: add dockerfile for gpu torch tensorflow (65d7c5b)

  • Merge branch ‘main’ of https://github.com/agbleze/objectscope into main chores: update with new release (5990db8)

v1.13.0 (2025-08-23)

Feature

  • feat: add anchor_bbox_utils (b6012b5)

  • feat: add anchor sizes and ratios (ead5259)

  • feat: add draw_bbox_and_polygons (e190329)

Unknown

  • Merge branch ‘main’ of https://github.com/agbleze/objectscope into main chores: reconcile with remote (22869e4)

v1.12.0 (2025-08-22)

Feature

  • feat: add predict_bbox (e17b884)

  • feat: add dynamic axis to export_to_onnx (9a40bcc)

v1.11.1 (2025-08-21)

Fix

  • fix: update OnnxModelExporter has no inputs attribute (2b498b8)

v1.11.0 (2025-08-20)

Feature

  • feat: add logging to create_trainer (e5f3229)

  • feat: add logging to get_best_model (e2302a8)

Fix

  • fix: change tensorboard launch commard (91eae44)

  • fix: add reuse of existing of cfg tp create_trainer (edc8775)

v1.10.0 (2025-08-19)

Feature

  • feat: add compute_statistics (ecea3d9)

v1.9.0 (2025-08-18)

Build

  • build: change pip to poetry for install from testpypi (ce19a93)

Unknown

  • Merge branch ‘main’ of https://github.com/agbleze/objectscope into main chores: reconcil remote 1.8 (970acb4)

v1.8.0 (2025-08-18)

Feature

  • feat: add save_model (8514da9)

  • feat: add create_script_model (8193922)

Unknown

  • Merge branch ‘main’ of https://github.com/agbleze/objectscope into main chores: update with remote (a354752)

v1.7.0 (2025-08-17)

Build

  • build: update to use single run for CI (382e5a4)

  • build: update with collapsible section to rn commands (0dc0ad3)

  • build: updtae with install poetry with pip (d0d397c)

  • build: update with create venv and move to GITHUB_PATH (27e5786)

  • build: add sphinx to docs requirement (d5d4d02)

  • build: change poetry virtualenvs to false (9936402)

  • build: move poetry run test to installation stage (a9c828f)

  • build: update poetry use env (2ebd560)

  • build: update poetry use env (c89a0cd)

  • build: update test command (eb8e663)

  • build: create venv in cicd (8f8b129)

  • build: update dependencies (5a05d78)

  • build: update lock (88d6de9)

  • build: update dependencies (77b6a4e)

  • build: install wheel (28f1e9d)

  • build: update with no-build-isolation (0e7e80e)

  • build: update cicd (a4b78e3)

  • build: update ci-cd (fc31cfd)

  • build: update poetry.lock (26538f3)

  • build: remove detectron2 from dependencies (686f5fa)

  • build: add git install (dfb543c)

  • build: update packages (50a641d)

  • build: update packages (e9f935a)

  • build: update packages (f5335eb)

  • build: add packages (be6dc3b)

  • build: update workflow (78835c9)

Chore

  • chore: add module imports (8ad3940)

Documentation

Feature

Fix

  • fix: remove config reading at initialization (d8951af)

  • fix: update model_path to best_model (fa3a630)

Style

  • style: remove unused imports (455d39a)

  • style: remove unused imports (95ce6df)

  • style: remove unused imports (a1b3755)

  • style: remove commented code (014f65d)

Unknown

  • Merge branch ‘main’ of https://github.com/agbleze/objectscope into main style: update woth remote (a2dd59a)

v1.6.1 (2025-08-12)

Build

Fix

  • fix: add creating eval_df within plot_evaluation_results (38f01b4)

  • fix: update model evaluation (a017d1b)

Style

v1.6.0 (2025-08-11)

Feature

v1.5.0 (2025-08-11)

Unknown

  • Merge branch ‘main’ of https://github.com/agbleze/objectscope into main remote pull to reconcil (2d1f90b)

v1.4.0 (2025-08-10)

Feature

  • feat: add OnnxModelExporter (8db64b3)

Unknown

  • Merge branch ‘main’ of https://github.com/agbleze/objectscope into main remote pull (241e97f)

v1.3.0 (2025-08-09)

Feature

  • feat: add run_optimize_model (63306b8)

Unknown

  • Merge branch ‘main’ of https://github.com/agbleze/objectscope into main pull remote (5437b1a)

v1.2.0 (2025-08-08)

Build

  • build: comment-out publish to pypi (8d012b7)

Feature

  • feat: add reading from envvar (b351d26)

  • feat: add auto-opt (5eaec12)

Fix

  • fix: change cmd for optimize_model (c2d7c15)

  • fix: fix command auto-opt (aa6f79d)

Style

  • style: add missing imports (9b7e4d1)

v1.1.0 (2025-08-04)

Unknown

  • Merge branch ‘main’ of https://github.com/agbleze/objectscope into main pull remote (361aa6d)

v1.0.0 (2025-08-03)

Build

Documentation

Feature

Fix

  • fix: change name of worflow file (5e4e472)

  • fix: change envar read (acef93c)

  • fix: change call to run for readability (42b8875)

  • fix: resolve import from trainer (1e81f26)

  • fix: merge master to main (80caf66)

Unknown