v0.1.4
What's Changed
Breaking Changes
compute_activation_map
: returns time in milliseconds instead of seconds for computed activation times whenfps
parameter is specified
New Functionality
- Added
smooth_gaussian
,erode_mask
,dilate_mask
,binary_closing
,binary_opening
functions toimage
module image.show_image
: addedshow_colorbar
andcolorbar_title
parametersimage.show_mask
addedtitle
parametercompute_activation_map
: addedshow
(for plotting,True
by default),inverted
, andset_nan_for_inactive
parameters
Other Changes
- Ignore NaNs for
play_video()
and other functions - Added support for Python 3.12
- Improved error handling for MultiRecorderImporter
Full Changelog: v0.1.3...v0.1.4