-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/add sample data #598
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import develop-main
Fix bugs after pypi test
add readthedoc config
update version 0.4.0
This reverts commit b43414b.
fetch upstream main
Release 20230927(Version1.0.0)
- shrink existing data (mouse2p_2_long.tiff, 3,000 → 120 images) - confirmation that caiman, suite2p, works
# Conflicts: # frontend/package.json # frontend/src/components/Layout/index.tsx # frontend/src/components/Workspace/Experiment/ExperimentTable.tsx # frontend/src/components/Workspace/FlowChart/FlowChartNode/CsvFileNode.tsx # frontend/src/components/Workspace/FlowChart/FlowChartNode/HDF5FileNode.tsx # frontend/src/components/Workspace/Visualize/Editor/ImageItemEditor.tsx # frontend/src/components/Workspace/Visualize/Editor/TimeSeriesItemEditor.tsx # frontend/src/components/Workspace/Visualize/Plot/CsvPlot.tsx # frontend/src/components/Workspace/Visualize/Plot/ImagePlot.tsx # frontend/src/components/Workspace/Visualize/Plot/RoiPlot.tsx # frontend/src/components/Workspace/Visualize/Plot/TimeSeriesPlot.tsx # frontend/src/components/common/FileSelectDialog.tsx # frontend/src/pages/Account/index.tsx # frontend/src/store/slice/FileUploader/FileUploaderHook.ts # frontend/src/store/slice/Pipeline/PipelineHook.ts # frontend/yarn.lock
Release 2023/09/29 version 1.0.1
update test ci trigger
Feature/update sample data
upgrade node 20
Added copy function to readthedocs
Feature/precommit codespell
add codespell github actions
Replace setuptools to poetry
add key map and fix warning browser
Feature/update python packages
Feature/update outdated packages
update release related files
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added a new button to the front end to import sample data directly through the GUI
frontend and backend files modified