Skip to content

Releases: neuroinformatics-unit/movement

v0.0.20

06 Sep 12:23
f4f46df
Compare
Choose a tag to compare

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 🎉

movement_datasets

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

  • Add utilities for vector magnitude and normalisation by @niksirbi in #243

Housekeeping and docs improvements

Full Changelog: v0.0.19...v0.0.20

v0.0.19

17 Jul 10:13
b27d7a2
Compare
Choose a tag to compare

What's Changed

For users

Changes in user-facing interface:

  • Refactor filtering module to take DataArrays as input by @lochhh in #209

Bugfix:

  • Accessor compute_ to only validate required position data variable by @lochhh in #206

For developers

Changes in code architecture, aiming at improving ease of contribution and maintainability.

Paving the way for upcoming features:

Housekeeping:

Full Changelog: v0.0.18...v0.0.19

v0.0.18

03 Jun 14:52
8e20498
Compare
Choose a tag to compare

What's Changed

  • Tutorial polar coordinates by @sfmig in #180
  • Suggestion to rename ValidPosesCSV to ValidDeepLabCutCSV by @sfmig in #195
  • Added example using median_filter() and savgol_filter() by @niksirbi in #193
  • Refactored modules related to input-output by @niksirbi in #194

Full Changelog: v0.0.17...v0.018

v0.0.17

24 May 12:18
7fcd79b
Compare
Choose a tag to compare

What's Changed

  • Unpin sphinx version in docs requirements by @niksirbi in #183
  • Fix installation link and add quick install by @sfmig in #185
  • Suggestion to rename private loader by @sfmig in #187
  • Rename roadmap -> roadmaps in docs by @sfmig in #188
  • Added new smoothing functions to API index by @ivanvrlg in #189

New Contributors

Full Changelog: v0.0.16...v0.0.17

v0.0.16

15 May 08:47
3542b29
Compare
Choose a tag to compare

What's Changed

New features

Interface changes

  • Rename pose_tracks to position by @niksirbi in #149
  • Refactor accessor to provide methods instead of properties by @lochhh in #174

Documentation

  • Define the "movement dataset" and reorganise the Getting Started section by @niksirbi in #177

Housekeeping

New Contributors

Full Changelog: v0.0.15...v0.0.16

v0.0.15

19 Mar 13:50
7455216
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.14...v0.0.15

v0.0.14

15 Mar 08:43
4f4e7ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.13...v0.0.14

v0.0.13

12 Mar 15:15
a1afeef
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.12...v0.0.13

v0.0.12

19 Dec 16:59
8de04fe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.11...v0.0.12

v0.0.11

28 Nov 09:23
88b23de
Compare
Choose a tag to compare

What's Changed

  • Added LightningPose data to pooch dataset registry by @niksirbi in #87
  • Add support for loading "trackless" SLEAP files by @lochhh in #90

Full Changelog: v0.0.10...v0.0.11