Skip to content

Keypoint MoSeq 0.4.0

Compare
Choose a tag to compare
@calebweinreb calebweinreb released this 15 Dec 15:24
· 71 commits to main since this release
d406906

Important note!

Because of the change in jax-moseq version (see below), models trained before this update will no longer be compatible with the modeling code. Therefore, if you plan to update and have previous keypoint-MoSeq projects, we recommend installing the new code version in a separate conda environment so that you can still interact with existing projects.

Changes

  • Updated jax-moseq dependency to version 0.2.0

  • Added option for location-aware modeling (see docs for details)

  • Added a new section docs section and associated code for model comparison, selection and averaging

  • Added option to load data from facemap

  • Updated kappa scan example code to include both autoregressive-only and full-model modeling steps

  • Fixed conda environment file for Windows GPU install (thanks @!)

  • Added support for 3D data in statistical analysis pipeline (thanks @)

  • Bugfixes