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

SLEAP v1.2.3

Compare
Choose a tag to compare
@talmo talmo released this 10 May 23:23
· 341 commits to develop since this release
20903cb

Stable release of SLEAP v1.2.3. This release contains some bug fixes and new feature enhancements.

See the release notes for v1.2.0, v1.2.1, and v1.2.2 for previous major changes.

Note: In this release, we transition from the murthylab GitHub organization to the talmolab organization. Let us know if run into any issues with outdated links through the GUI or website.

Quick install

conda (Windows/Linux/GPU):

conda create -y -n sleap -c sleap -c nvidia -c conda-forge sleap=1.2.3

pip (any OS):

pip install sleap==1.2.3

See the Installation page in the docs for more info.

Highlights

  • Add support for importing AlphaTracker annotations
  • Add support for new DeepLabCut labels formats

Full changelog

Enhancements

  • Add edges to analysis h5 (#707)
  • Speed-up labeling suggestions look-up (#709)

Fixes

  • Add support for new single animal DLC format (#704)
  • Update links from murthylab to talmolab (#724)
  • Pinned the pip conda package to conda-forge::pip<=22.0.3 to fix hanging issues (#724, #726)
0