Skip to content

Releases: oist/optinist

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

2023/03 Release

30 Mar 10:09
e7d8c92
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

v0.1.2: Merge pull request #376 from rysk-t/patch-1

08 Jul 09:00
9d86631
Compare
Choose a tag to compare

Bug fix: install from snakemake original repository