Skip to content

Release v1.12.0

Latest

Choose a tag to compare

@AlbertvanHouten AlbertvanHouten released this 25 Sep 09:19
ad204a8

This release streamlines Datumaro by removing a number of lesser-used features, helping to simplify the tool and reduce its dependencies. These changes are part of an effort to keep Datumaro focused on its core strengths: dataset management and integration with machine learning frameworks. As part of this update, inference-related features have been removed. For inference tasks, we recommend using the OpenVINO model API. If you rely on a specific feature that is no longer available, you can still access it from the previous version of Datumaro.

Removed features

  • CLI commmands:
    • explain, explore, generate, prune
      (#1812, #1813, #1814, #1815, #1880)
    • model: add, remove, run, info
      (#1816)
    • project: add, create, export, import, remove, checkout, commit, log, info, status
      (#1816)
    • source: import, add, remove
      (#1816)
  • API features:
  • SAM Docker image
    (#1830)

New features

Enhancements

  • Mark several dependencies as optional
    (#1849, #1862)
  • Removal of unneeded dependencies
    (#1837)
  • Documentation tidy-up
    (#1840)
  • DCO introduction; readme, PR template, and contribution guide tidy-up
    (#1844, #1860, #1856, #1847)
  • Fix code coverage upload to Codecov in the CI
    (#1861)
  • Fix crashes with certain datasets in the compare command
    (#1892)
  • Added Semgrep security scan in the CI
    (#1883)