SLEAP v1.2.4
Stable release of SLEAP v1.2.4. This release contains some bug fixes, new feature enhancements, and documentation updates.
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.4
pip
(any OS):
pip install sleap==1.2.4
See the Installation page in the docs for more info.
Highlights
- Add option to predict on all videos (#749)
- Add dropdown to choose video to generate suggestions on (#786)
- Add button to toggle grayscale of current video (#788)
Full changelog
Documentation
- Add links to discussion (#748)
- Contributing Guide, Code of Conduct, and Issues Template (#746)
- Update tracking docs (#761)
Enhancements
- Add option to predict on all videos (#749)
- Create multiple analysis files for multi-video projects (#768)
- Add button to toggle grayscale of current video (#788)
- Choose video to generate suggestions (#786)
- Add CLI sleap-render command to render videos (#796)
- Allow user to set grayscale when replacing videos (mp4/avi only) (#787)
- Support grayscale for SingleImageVideo backend (#789)