Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.78 KB

NEWS.md

File metadata and controls

40 lines (24 loc) · 1.78 KB

animovement 0.4.1

Changed parameter in read_animalta().

animovement 0.4.0

Added readers for AnimalTA (read_animalta) and idtracker.ai (read_idtracker).

animovement 0.3.0

Has added the ability to read centroid tracking from Bonsai files through read_bonsai().

animovement 0.2.0

Package name changed to animovement! To reflect the change in scope of the package to now cover a wide variety of movement data, the package has changed its name. This was a conscious decision as maintaining two packages with similar functionality wouldn't be feasible long-term. The new update brings with it a wealth of new functionality, but also a lot of breaking changes. With this update, the package aligns much closer to my vision for it, and I expect no more major breaking changes in the near future. So let's delve in to all the new stuff!

  • Much improved documentation
  • Added new readers read_deeplabcut(), read_sleap(), read_trex()...
  • Standardised data cleaning with smooth_tracks()
  • More tests

Although this is annoying to current users, it was a necessity to ensure proper testing of all the various functions which have now been broken into smaller subsets. If you still need the former trackballr package functionality, you can download the source files in Github and install from source.

If you encounter bugs, please report them in the Github issues.

trackballr 0.1.2

  • Added tests for read_trackball_data
  • format was deprecated as a parameter in read_trackball_data

trackballr 0.1.1

  • Added sample data
  • Using sample data in the README EXAMPLE.
  • Changed configuration in read_trackball_data to fixed/free.

trackballr 0.1.0

  • Initial upload to Github.