Releases: talmolab/sleap
SLEAP v1.1.0a6
Pre-release of SLEAP v1.1.
Changelog
- Update to TensorFlow 2.3.1
Installing
Do not use this release. This is a test.
SLEAP v1.1.0a5
Pre-release of SLEAP v1.1.
Changelog
- Update to TensorFlow 2.3.1
Installing
Do not use this release. This is a test.
SLEAP v1.1.0a4
Pre-release of SLEAP v1.1.
Changelog
- Update to TensorFlow 2.3.1
Installing
Do not use this release. This is a test.
SLEAP v1.1.0a3
Pre-release of SLEAP v1.1.
Changelog
- Update to TensorFlow 2.3.1
Installing
Do not use this release. This is a test.
SLEAP v1.1.0a2
Pre-release of SLEAP v1.1.
Changelog
- Update to TensorFlow 2.3.1
Installing
Do not use this release. This is a test.
SLEAP v1.0.10a9
Pre-release of minor version update with performance tweaks and bug fixes.
Changelog
- 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
andremove_predictions
for quick dataset cleanup
- Add
- Remove predicted instances in existing frames before merging in active learning results (fixes #413)
- Conda
environment.yml
clean-up: de-duplicates dependencies managed bypip
- Set h5py version requirement to 2.10.0 to prevent TensorFlow model loading issue
- Added experimental maDLC CSV labels importing support (#412)
- Keep previous zoom state when navigating across frames with fit to instances (#416)
- Add head type to the run name suffix when saving a training pipeline to prevent overwriting models (#415)
- Update built-in baseline profiles
- Remove dataset specific fields (e.g., "anchor_part")
- Add medium/large RF variants
- Remove unused profiles
- Disable tensorboard logging by default
- Standardize optimization parameters
- Add convenience methods for generating and interacting with exported packages
HDF5Video
s now havehas_embedded_images
,source_video_available
, andembedded_frame_inds
properties to check for embedded imagesHDF5Video
now auto-detects the exported package format, indicated by having sub-datasets named "/video" and "/frame_numbers"Labels.save_file
andLabels.save
now provide options for saving images for allLabeledFrame
s or suggestions
- Release checking
- Help menu now displays the latest versions of SLEAP and links to the webpage
- Menu re-organization and cleanup
- Fix GUI skeleton not updating when skeleton updates after inference (#414)
Installing
Using Conda (Windows):
Create new environment sleap_alpha
(recommended):
conda create -n sleap_alpha -c sleap/label/dev sleap=1.0.10a9
or to update inside an existing environment:
conda install -c sleap/label/dev sleap=1.0.10a9
Using PyPI (Linux/Mac):
pip install sleap==1.0.10a9
SLEAP v1.1.0a1
Pre-release of SLEAP v1.1.
Changelog
- Update to TensorFlow 2.3.1
Installing
Do not use this release. This is a test.
SLEAP v1.0.10a8
Pre-release of minor version update with performance tweaks and bug fixes.
Changelog
- 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
andremove_predictions
for quick dataset cleanup
- Add
- Remove predicted instances in existing frames before merging in active learning results (fixes #413)
- Conda
environment.yml
clean-up: de-duplicates dependencies managed bypip
- Set h5py version requirement to 2.10.0 to prevent TensorFlow model loading issue
- Added experimental maDLC CSV labels importing support (#412)
- Keep previous zoom state when navigating across frames with fit to instances (#416)
- Add head type to the run name suffix when saving a training pipeline to prevent overwriting models (#415)
- Update built-in baseline profiles
- Remove dataset specific fields (e.g., "anchor_part")
- Add medium/large RF variants
- Remove unused profiles
- Disable tensorboard logging by default
- Standardize optimization parameters
- Add convenience methods for generating and interacting with exported packages
HDF5Video
s now havehas_embedded_images
,source_video_available
, andembedded_frame_inds
properties to check for embedded imagesHDF5Video
now auto-detects the exported package format, indicated by having sub-datasets named "/video" and "/frame_numbers"Labels.save_file
andLabels.save
now provide options for saving images for allLabeledFrame
s or suggestions
- Release checking
- Help menu now displays the latest versions of SLEAP and links to the webpage
- Menu re-organization and cleanup
Installing
Using Conda (Windows):
Create new environment sleap_alpha
(recommended):
conda create -n sleap_alpha -c sleap/label/dev sleap=1.0.10a8
or to update inside an existing environment:
conda install -c sleap/label/dev sleap=1.0.10a8
Using PyPI (Linux/Mac):
pip install sleap==1.0.10a8
SLEAP v1.0.10a7
Pre-release of minor version update with performance tweaks and bug fixes.
Changelog
- 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
andremove_predictions
for quick dataset cleanup
- Add
- Remove predicted instances in existing frames before merging in active learning results (fixes #413)
- Conda
environment.yml
clean-up: de-duplicates dependencies managed bypip
- Set h5py version requirement to 2.10.0 to prevent TensorFlow model loading issue
- Added experimental maDLC CSV labels importing support (#412)
- Keep previous zoom state when navigating across frames with fit to instances (#416)
- Add head type to the run name suffix when saving a training pipeline (#415)
- Update built-in baseline profiles
- Remove dataset specific fields (e.g., "anchor_part")
- Add medium/large RF variants
- Remove unused profiles
- Disable tensorboard logging by default
- Standardize optimization parameters
Installing
Using Conda (Windows):
Create new environment sleap_alpha
(recommended):
conda create -n sleap_alpha -c sleap/label/dev sleap=1.0.10a7
or to update inside an existing environment:
conda install -c sleap/label/dev sleap=1.0.10a7
Using PyPI (Linux/Mac):
pip install sleap==1.0.10a7
SLEAP v1.0.10a6
Pre-release of minor version update with performance tweaks and bug fixes.
Changelog
- 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
andremove_predictions
for quick dataset cleanup
- Add
- Remove predicted instances in existing frames before merging in active learning results (fixes #413)
- Conda
environment.yml
clean-up: de-duplicates dependencies managed bypip
- Set h5py version requirement to 2.10.0 to prevent TensorFlow model loading issue
- Added experimental maDLC CSV labels importing support (#412)
Installing
Using Conda (Windows):
Create new environment sleap_alpha
(recommended):
conda create -n sleap_alpha -c sleap/label/dev sleap=1.0.10a6
or to update inside an existing environment:
conda install -c sleap/label/dev sleap=1.0.10a6
Using PyPI (Linux/Mac):
pip install sleap==1.0.10a6