Skip to content

SLEAP v1.4.1a2

Pre-release
Pre-release
Compare
Choose a tag to compare
@eberrigan eberrigan released this 28 Jun 18:40
· 33 commits to develop since this release
436b177

SLEAP v1.4.1a2 is a pre-release. See 1.3.3 for the latest stable release. The crucial change here is Fix zmq inference by @roomrys in #1800 since inference was not working in the pre-release v1.4.1a1 due to the addition of zmq port options for training in #1780 that were not being used for inference.

Quick install

mamba (Windows/Linux/GPU):

mamba create -y -n sleap_v1.4.1a2 -c conda-forge -c nvidia -c sleap/label/dev -c anaconda sleap=1.4.1a2

mamba (Mac):

mamba create -y -n sleap_v1.4.1a2 -c conda-forge -c anaconda -c sleap/label/dev sleap=1.4.1a2

pip (any OS except Apple Silicon):

pip install sleap[pypi]==1.4.1a2

What's Changed

Fixes

Workflow Changes

Enhancements and Refactors

  • Set selected instance to None after removal by @roomrys in #1808
  • Add InstancesList class to handle backref to LabeledFrame by @roomrys in #1807

Full Changelog: v1.4.1a1...v1.4.1a2