Skip to content

v0.5.12

Choose a tag to compare

@pauladkisson pauladkisson released this 18 Apr 19:32
· 150 commits to main since this release
d1efa1b

Features

  • New read_scanimage_metadata for reading scanimage metadata from a file directly as a python dict #405

Fixes

  • Use SI.hChannels.channelSave or SI.hChannels.channelsave to determine number of channels for ScanImage extractors when available #401
  • Fixes the sampling rate for volumetric ScanImage #405

Deprecations

  • Deprecated write_imaging and write_segmentation methods: #403
  • The get_image_size() method is deprecated and will be removed in or after September 2025. Use get_image_shape() instead for consistent behavior across all extractors. #409
  • Change get_num_frames for get_num_samples #411

Improvements

  • Removed unused installed attribute #410