Skip to content

v0.6.4

Latest
Compare
Choose a tag to compare
@h-mayorquin h-mayorquin released this 17 Sep 22:58
· 16 commits to main since this release

v0.6.4 (September 17, 2024)

Bug Fixes

  • Fixed a setup bug introduced in v0.6.2 where installation process created a directory instead of a file for test configuration file PR #1070
  • The method get_extractor now works for MockImagingInterface PR #1076
  • Updated opencv version for security PR #1087
  • Solved a bug of PlexonRecordingInterface where data with multiple streams could not be opened PR #989

Deprecations

Features

  • Added chunking/compression for string-only compound objects: PR #1042
  • Added automated EFS volume creation and mounting to the submit_aws_job helper function. PR #1018
  • Added a mock for segmentation extractors interfaces in ophys: MockSegmentationInterface PR #1067
  • Added a MockSortingInterface for testing purposes. PR #1065

Improvements

  • Testing on mac sillicon PR #1061
  • Add writing to zarr test for to the test on data PR #1056
  • Modified the CI to avoid running doctests twice PR #1077
  • Consolidated daily workflows into one workflow and added email notifications PR #1081
  • Added zarr tests for the test on data with checking equivalent backends PR #1083