Highlight
- New
movement
dataset type to store bounding boxes. Tracked bounding boxes can be loaded from files in VGG Image Annotator format or constructed from Numpy arrays. Spearheaded by @sfmig 🎉
What's Changed
Support for bounding boxes
- Add a ValidVIAtracksCSV class (2/4) by @sfmig in #219
- Small edits to ValidBboxesDataset (1/4) by @sfmig in #230
- Getting started docs update for bboxes by @sfmig in #245
- Load bboxes dataset from VIA tracks file (3/4) by @sfmig in #229
- Adapt move accessor to bboxes datasets by @sfmig in #255
- Simplify and expand filtering tests for bboxes by @sfmig in #267
- Extend tests for bboxes datasets by @sfmig in #246
- added new movement datasets figure, with caption by @niksirbi in #286
- Small refactor to filtering tests by @sfmig in #287
- Simplify and expand kinematic tests for bboxes by @sfmig in #265
New vector utilities
Housekeeping and docs improvements
- Add citation information by @adamltyson in #240
- Refactor names and fix docs formatting in
validators
by @lochhh in #251 - Pin pandas version for Py3.12 tests by @sfmig in #259
- Fix
tox requires
section by @sfmig in #261 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #258
- Update setup docs by @lochhh in #264
- Revert "Pin pandas version for Py3.12 tests" by @sfmig in #272
- Configure intersphinx by @lochhh in #269
- Suggestion to treat warnings as errors in sphinx-build by @sfmig in #256
- Refactor derivative by @lochhh in #270
- Remove
defaults
from test_and_deploy.yml by @sfmig in #275 - Updated movement overview figure by @niksirbi in #288
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #296
- Fix xarray FutureWarning about dims vs sizes by @niksirbi in #297
Full Changelog: v0.0.19...v0.0.20