This release introduces time-evolving metric computation and comparison logic, along with CI and project structure improvements.
What's Changed
Features
- Compute metrics on Grid files over time by @surbhigoel77 and @ma595 in #61
- Add comparison feature to compute statistics by @ma595 in #63
Refactoring
- Restructure project layout and move
main.pytocli.pyby @ma595 in #56 - Large refactor to better handle comparison logic by @ma595 in #60
- Refactor of
cli.pyby @ma595 in #63
Fixes
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