SLEAP v1.2.5
Stable release of SLEAP v1.2.5. This release contains an adaptor for reading/writing NWB Files using ndx-pose, some bug fixes, and minor documentation update.
See the release notes for v1.2.0, v1.2.1, and v1.2.2 for previous major changes.
Quick install
conda
(Windows/Linux/GPU):
conda create -y -n sleap -c sleap -c nvidia -c conda-forge sleap=1.2.5
pip
(any OS):
pip install sleap==1.2.5
See the Installation page in the docs for more info.
Highlights
Add read/write adaptor for ndx-pose (#835, #845)
Full changelog
Documentation
Update assisted-labeling docs, installation docs, and environment_no_cuda.yml (#847)
Enhancements
Add read/write adaptor for ndx-pose (#835, #845)
Expose attributes of NWBFile and create Labels API for exporting to NWB (#855)
Fixes
Change existing skeleton to match loaded skeleton (#840)
Recalculate crop size if user-specified crop size indivisible by max stride (#841)