Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

33 lines (24 loc) · 1.31 KB

v0.7.0

Fixes

  • Egocentric alignment outputs with incorrect column order (Issue #96)
  • Slow align egocentrical data (Issue #113)
  • Standardized config argument across all functions

Features

v0.6.0

Fixes

  • Removed auto adding date from poject names (#105)
  • Renamed parametrization to segmentation_algorithm (#106)
  • Renamed file to session (#107)
  • Removed old doctrings at top of files (#108)
  • Build compatibility with SLEAP (#39)
  • Build compatibility with LightningPose (#115)
  • num_features should be extracted from DLC data (#100)
  • Create VAME Project Class (#42)

Features

  • Improve handling of user input (cli) when all_data==no
  • vame.report() saves figures to <project_path>/reports/ folder
  • Created VAMEPipeline class that makes it straightforward to run an entire pipeline, and also to pick it up from where it last stopped
  • Use https://github.com/neuroinformatics-unit/movement as main data ingestion interface