Skip to content

0.3.1

Latest

Choose a tag to compare

@gumadeiras gumadeiras released this 09 Jun 00:16
b8429a7

Changes

  • Made convert_recording_to_twopy(...) only write converted HDF5 files to its resolved output directory; napari loading now owns publishing cached converted files to analysis_output.
  • Added an area (px) column to the napari ROIs tab so editable ROI rows show their current mask size.
  • Made top-level import twopy leave napari, Qt, and matplotlib unloaded; import GUI helpers from twopy.napari instead.
  • Moved response plot data objects and builders into twopy.analysis.response_plotting; scripts and custom workflows should import them from analysis instead of twopy.napari.plotting.data.
  • Made napari select a loaded recording's editable rois Labels layer when you select that recording in the Loaded Recordings pane.
  • Made napari set the selected rois paint label to the first unused ROI number when a loaded recording is selected.
  • Made Load-tab saved recording CSVs reload valid recording_data_path HDF5 files directly before falling back to source recording paths.
  • Made Search database favorites reorderable by dragging rows in the favorites list.
  • Renamed Search database's Save favorite... action to Save as favorite... and added favorite editing for saved names and filters.

Fixes

  • Kept direct Load-tab recording calls on the asynchronous progress-dialog path and preserved failed manual path text for correction.
  • Kept Group Matching FOV and ROI CSV save targets beside a loaded recording-list CSV even when those matching CSVs do not exist yet.