Skip to content

v0.1.4

Compare
Choose a tag to compare
@sitic sitic released this 27 Oct 00:46
· 317 commits to main since this release

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: v0.1.3...v0.1.4