What's Changed
Breaking Changes
* `compute_activation_map`: returns time in milliseconds instead of seconds for computed activation times when `fps` parameter is specified
New Functionality
* Added `smooth_gaussian`, `erode_mask`, `dilate_mask`, `binary_closing`, `binary_opening` functions to `image` module
* `image.show_image`: added `show_colorbar` and `colorbar_title` parameters
* `image.show_mask` added `title` parameter
* `compute_activation_map`: added `show` (for plotting, `True` by default), `inverted`, and `set_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**: https://github.com/cardiacvision/optimap/compare/v0.1.3...v0.1.4