Skip to content

v0.2.0

Latest

Choose a tag to compare

@ma595 ma595 released this 28 Aug 21:43

This release introduces time-evolving metric computation and comparison logic, along with CI and project structure improvements.

What's Changed

Features

Refactoring

  • Restructure project layout and move main.py to cli.py by @ma595 in #56
  • Large refactor to better handle comparison logic by @ma595 in #60
  • Refactor of cli.py by @ma595 in #63

Fixes

  • Fix metrics for DINO execution by @ma595 in #62

Tooling & CI

  • Add ruff-check to pre-commit hook by @ma595 in #45
  • Amend pyproject.toml build by @ma595 in #33
  • Initial version of pytest/CI infrastructure and integration tests for comparison by @ma595 in #44 and #61

Misc

  • Acknowledge Etienne Meunier's contributions by @ma595 in #32