Skip to content

Releases: oist/optinist

2024/04 Release

15 Apr 09:36
ccc71a0
Compare
Choose a tag to compare

Improvements

  • Add cnmf online option and multisession registration for memory issue on large files.
  • Improve logger on code run on snakemake.

Bug Fix

  • Add process to download CNN models for component evaluation after cnmf.

2024/03 Release

28 Mar 07:09
5f0f529
Compare
Choose a tag to compare

Improvements

  • Some microscope data is available as input.
    • .isxd, .nd2, .oir
    • .nd2 and .oir requires additional setups on your environment. Please see docs for details.
  • Matlab data is available as input.
  • Add utilities to reproduce RoiData and FluoData from hdf5 and nwb.
  • suite2p_registration returns movie so as it to be used for other algorithms.
  • Add CNMF parameters.
  • Add NWB setting option to save raw image into NWB's acquisition.
  • Show tiff image's shape on ImageNode file selector.
  • Get input files via URL.
  • Restrict some feature while workflow running to prevent unintended error.
  • Rename the output of suit2p_spike_deconv from FluoData to SpikingActivityData.

Bug Fix

  • Cannot load 1d array data from hdf5.
  • Cannot read csv with header correctly.
  • CNMF fails with image larger than 4GB.
    • But still have out of memory problem. WIP to improve memory usage on large data.
  • Fluo data from suite2p was not transposed in NWB.
  • non-cell mask from CNMF shows background cells.
  • Algorithm parameters are sorted in alphabetical order after reproduce.

2023/12 Release

21 Dec 06:38
b9901fc
Compare
Choose a tag to compare

Improvements

Features

GUI

Bug Fix

Enhance environments, developer support

2023/09/28 Release

29 Sep 13:50
825f3c0
Compare
Choose a tag to compare

What's Changed

Improvements

  • rename download file identifier #570
  • add plot metadata #573

Bug Fix

  • frontend developer mode missing env by default #566
  • fix visualize crash by another workflow #568
  • fix errors on ROI edit #569 #575

Update documents

  • update installation guides for developer.
  • update docker run command.
  • add explanation for uploading folder as input.
  • add explanation for switch timeseries plot's xaxis unit.
  • add guide for customizing to show plot metadata.
  • fix saving_dir path names.

Full Changelog: v1.0.0...v1.0.1

2023/09/27 Release

27 Sep 12:10
cf6757b
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • IMPORTANT

    • Due to following updates, previous versions' optinist files cannot be loaded.
    • Please set new empty directory as OPTINIST_DIR to use OptiNiSt >=1.0.0
  • Save branched pipeline results into single nwb file.

    • Each algorithm node is identified by id, and separated in nwb file.
  • Update cell index initial values

    • Detected cells' id was started from 1, but now start from 0.
  • Specify frame rate, fs in NWB settings

    • imaging_plane.imaging_rate in NWB settings are used as frame rate in any algorithms.
  • Switch unit for frame/time in TimeSeries plots

    • You can switch x range unit between frame / time in TimeSeries plots like fluorescence.
  • Fetch last run session

    • If you reload the workflow window unintentionally, last executed workflow will be restored.
  • Share workflow config

    • In your device, you can reproduce your workflow. To reproduce same workflow in other devices, you can download workflow config file and share it. It can be imported in workflow tab and create same workflow.
  • Add multiuser mode

    • You can host OptiNiSt in your own server.
    • In multiuser mode you can
      • use OptiNiSt with authenticated users
      • manage users
      • share workflow results within your hosted environment
    • See details in Host for Multiuser section in docs.

Add new analysis method

  • CaImAn CNMF-E
  • DPCA in optinist demention reduction

Add new plot types

  • Pie Chart
  • Histogram
  • Polar Plot
  • Line Graph

Note: Currently, there are no algorithms to show these type of plots.

Full Changelog: v0.4.0...v1.0.0

2023/05/22 Release

22 May 02:00
4b5ef78
Compare
Choose a tag to compare

2023/05 Release

08 May 10:26
35209ff
Compare
Choose a tag to compare
  • New feature
    • ROI edit information is saved in NWB file
    • ROI edit is available on outputs of caiman_cnmf and lccd_cell_detection
    • Current workflow id is displayed
  • Bug fix
  • Update documents

2023/05 Release

08 May 09:22
9f73d08
Compare
Choose a tag to compare
  • New feature
    • ROI edit information is saved in NWB file
    • ROI edit is available on outputs of caiman_cnmf and lccd_cell_detection
    • Current workflow id is displayed
  • Bug fix
  • Update documents

2023/05 Release

08 May 05:06
3ab617b
Compare
Choose a tag to compare
  • New feature
    • ROI edit information is saved in NWB file
    • ROI edit is available on outputs of caiman_cnmf and lccd_cell_detection
    • Current workflow id is displayed
  • Bug fix
  • Update documents

2023/03 Release

31 Mar 01:51
Compare
Choose a tag to compare
  • New feature
    • New ROI Detect function: LCCD added
    • You can rename Workflow now.
    • ROI Edit on VISUALIZE page (currently, only suite2p works)
    • Add pipeline sample
  • Bug fix
  • Update Documents