8000 Release SLEAP v1.2.8 · talmolab/sleap · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SLEAP v1.2.8

Compare
Choose a tag to compare
@talmo talmo released this 13 Sep 20:44
· 252 commits to main since this release
29e364c

Stable release of SLEAP v1.2.8. This release is a hotfix for a couple of issues in v1.2.7.

See the release notes for v1.2.0, v1.2.1, v1.2.2, v1.2.7 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.8

pip (any OS):

pip install sleap==1.2.8

See the Installation page in the docs for more info.

Full changelog

Fixes

  • Add test and fix for GPU memory query (#946, #949, #950)
  • Fix sleap-export CLI and add docs (#951)
0