Skip to content

SLEAP v1.3.0a0

Pre-release
Pre-release
Compare
Choose a tag to compare
@roomrys roomrys released this 24 Feb 17:03
· 121 commits to main since this release
d4f63b8

Pre-release of SLEAP v1.3.0.

For 1.3.0 we want to give our users some cool new features worth upgrading for! This pre-release includes lots of enhancements and it's fair share of bug fixes.

Warning: This is a pre-release! Expect bugs and strange behavior when testing.

Quick install

conda (Windows/Linux/GPU):

conda create -y -n sleap -c sleap -c sleap/label/dev -c nvidia -c conda-forge sleap=1.3.0a0

pip (any OS except Apple Silicon):

pip install sleap==1.3.0a0

Highlights

Full changelog

Documentation

Enhancements

Fixes

  • Fix config option to split_by_inds by @roomrys in #1060
  • Don't create instances during inference if no points were found by @talmo in #1073
  • Add one-line fix to VideoWriterSkyvideo by @roomrys in #1082
  • Fix parser for sleap-export by @roomrys in #1085
  • Refactor commands to load project as AppCommands by @roomrys in #1098
  • Create signal that updates plot instead of removing and replotting items by @roomrys in #1134
  • Fix symmetric skeletons (via table input) by @roomrys in #1136
  • Fix body vs symmetry subgraph filtering by @talmo in #1142
  • Handle changing backbones in training editor GUI by @talmo in #1140
  • Hotfix for video save #1098 by @roomrys in #1148

New Contributors