Skip to content

SLEAP v1.4.1

Latest
Compare
Choose a tag to compare
@roomrys roomrys released this 19 Dec 17:57
· 2 commits to develop since this release

SLEAP 1.4.1 releases many new changes since the last big release 1.3.3. We hope users enjoy these long awaited new features and fixes!

From 1.3.2+, to install SLEAP through pip 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/label/dev -c sleap -c anaconda sleap=1.4.1

mamba (Mac):

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

pip (any OS except Apple Silicon):

pip install sleap[pypi]==1.4.1

Highlights

Full Changelog

Enhancements

Fixes

Dependencies

Documentation

Refactors

Workflows

New Contributors

Full Changelog: v1.3.4...v1.4.1