See the [Installation page](https://sleap.ai/installation.html) in the docs for more info.
Highlights
- Major inference speed improvements of 2-4x when using the high-level API:
_Old:_
![inference old](https://user-images.githubusercontent.com/3187454/161452502-d280d7b9-f4bf-46bf-a895-4f286bfcdb8f.gif)
_New:_
![inference new freeze](https://user-images.githubusercontent.com/3187454/161452508-c56d8d4c-0794-4738-b0c5-1f55750fa3ac.gif)
- New training monitor statistics and more detailed graphics in the loss plot:
![image](https://user-images.githubusercontent.com/3187454/161452878-c122e044-4df2-4f4e-bffe-3509a14ccd4a.png)
Full changelog
Enhancements
- Add support for new maDLC labels format (678)
- Training monitor enhancements (implements 624) (691)
- Add hide instance menu item and hotkey (<kbd>H</kbd>) (implements 665) (692, 694)
Fixes
- Fix numpy conversion in inference (687)
- Fix topological sorting to always start with root node (688)
- Create unique default shortcuts (fixes 686) (690)
- Fix formatting to read and save tracking scores (693)