Skip to content

SLEAP v1.3.2

Compare
Choose a tag to compare
@roomrys roomrys released this 10 Sep 17:07
· 12 commits to main since this release

SLEAP 1.3.2 adds some nice usability features thanks to both the community ideas and new contributors! See 1.3.0 and 1.3.1 for previous notable changes.

From 1.3.2+, to install SLEAP through PyPI use pip install sleap[pypi] to ensure all dependencies are gathered.

As a reminder:

The 1.3.1 dependency update requires Mamba for faster dependency resolution. If you already have anaconda installed, then you can set the solver to libmamba in the base environment:

conda update -n base conda
conda install -n base conda-libmamba-solver
conda config --set solver libmamba

Any subsequent mamba commands in the docs will need to be replaced with conda if you choose to use your existing Anaconda installation.

Otherwise, follow the recommended installation instruction for Mamba.

Quick install

mamba (Windows/Linux/GPU):

mamba create -y -n sleap -c conda-forge -c nvidia -c sleap -c anaconda sleap=1.3.2

mamba (Mac):

mamba create -y -n sleap -c conda-forge -c anaconda -c sleap sleap=1.3.2

pip (any OS except Apple Silicon):

pip install sleap[pypi]==1.3.2

Highlights

Full Changelog

Enhancements

Fixes

Dependencies

New Contributors

Full Changelog: v1.3.1...v1.3.2