v0.5.7
Features
-
Add support to get background components: add
get_background_ids()
,get_background_image_masks()
,get_background_pixel_masks()
toSegmentationExtractor
. PR #291 -
Add distinction for raw roi response and denoised roi response in
CaimanSegmentationExtractor
: PR #291 -
Bug fix for the
CaimanSegmentationExtractor
: correctly extract temporal and spatial background components PR #291 -
Added automatic version update workflow file that will run after publishing a new release to pypi: PR #290
-
Added
ScanImageTiffSinglePlaneMultiFileImagingExtractor
andScanImageTiffMultiPlaneMultiFileImagingExtractor
: PR #297 -
Added automatic changelog checking in the test workflow: PR #302