Skip to content

Releases: talmolab/sleap

SLEAP v1.0.10a5

29 Oct 05:08
Compare
Choose a tag to compare
SLEAP v1.0.10a5 Pre-release
Pre-release

Pre-release of minor version update with performance tweaks and bug fixes.

Changes:

  • Update to TensorFlow 2.1.2 (security patch)
  • Switch to ID-based hashing for LabeledFrame. This dramatically increases the performance of frame manipulation operations.
  • Several convenience methods for sleap.Labels:
    • Add describe method to Labels for easy inspection of dataset stats
    • Add has_frame method to Labels for quick checking of frame existence
    • Add remove_user_instances and remove_predictions for quick dataset cleanup
  • Remove predicted instances in existing frames before merging in active learning results (fixes #413)
  • Conda environment.yml clean-up: de-duplicates dependencies managed by pip

SLEAP v1.0.10a4

29 Oct 00:22
Compare
Choose a tag to compare
SLEAP v1.0.10a4 Pre-release
Pre-release

Pre-release of minor version update with performance tweaks and bug fixes.

Changes:

  • Update to TensorFlow 2.1.2 (security patch)
  • Switch to ID-based hashing for LabeledFrame. This dramatically increases the performance of frame manipulation operations.
  • Several convenience methods for sleap.Labels:
    • Add describe method to Labels for easy inspection of dataset stats
    • Add has_frame method to Labels for quick checking of frame existence
    • Add remove_user_instances and remove_predictions for quick dataset cleanup
  • Remove predicted instances in existing frames before merging in active learning results (fixes #413)
  • Conda environment.yml clean-up: de-duplicates dependencies managed by pip

SLEAP v1.0.10a2

22 Oct 20:27
Compare
Choose a tag to compare
SLEAP v1.0.10a2 Pre-release
Pre-release

Pre-release of minor version update with performance tweaks.

Changes:

  • Switch to ID-based hashing for LabeledFrame. This dramatically increases the performance of frame manipulation operations.
  • Version fence numpy for compatibility with TensorFlow.

SLEAP v1.0.10a1

22 Oct 20:10
Compare
Choose a tag to compare
SLEAP v1.0.10a1 Pre-release
Pre-release

Pre-release of minor version update with performance tweaks.

Changes:

  • Switch to ID-based hashing for LabeledFrame. This dramatically increases the performance of frame manipulation operations.

SLEAP v1.0.9

04 Sep 17:00
afa5de3
Compare
Choose a tag to compare

Minor version update with mostly small bug fixes. This is the last release in the 1.0.x series. SLEAP 1.1.x will contain a major overhaul of the inference module and updates to TensorFlow 2.3.

Changelog

  • Hotfix for #388.
  • More docstrings and coverage.
  • Hotfix for #389: Disable GPU memory preallocation during training by default.
  • Add PAF magnitude visualization during training for bottom-up models.
  • Validate skeleton for bottom-up models in the GUI before training (#354)
  • Re-use empty GUI window when opening a new project.
  • Fix part affinity field preview overlay.
  • Fix track serialization bug when using Kalman filter.

Installing

Using Conda (Windows):
Create new environment sleap (recommended):
conda create -n sleap -c sleap sleap=1.0.9
or to update inside an existing environment:
conda install -c sleap sleap=1.0.9

Using PyPI (Linux/Mac):
pip install sleap==1.0.9

SLEAP v1.0.9a3

18 Aug 22:11
Compare
Choose a tag to compare
SLEAP v1.0.9a3 Pre-release
Pre-release
  • Hotfix for #389: Disable GPU memory preallocation during training by default.

SLEAP v1.0.9a2

18 Aug 00:59
Compare
Choose a tag to compare
SLEAP v1.0.9a2 Pre-release
Pre-release
  • Hotfix for #388.
  • More docstrings and coverage.

SLEAP v1.0.9a1

31 Jul 14:32
Compare
Choose a tag to compare
SLEAP v1.0.9a1 Pre-release
Pre-release

Automated release of 1.0.9a1 on 2020-07-30

(try 2, not using api token)

SLEAP v1.0.8

15 Jul 14:40
Compare
Choose a tag to compare

Bug fixes + tweaks to metrics GUI

SLEAP v1.0.7

15 Jul 10:36
Compare
Choose a tag to compare
  • GUI for metrics on trained models
  • more options when exporting clip with visual annotations