-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #638 from oist/develop-main
Release v1.2.1
- Loading branch information
Showing
63 changed files
with
1,663 additions
and
528 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"files": { | ||
"main.css": "/static/css/main.341bf264.css", | ||
"main.js": "/static/js/main.2a95acf7.js", | ||
"main.js": "/static/js/main.0f19d410.js", | ||
"static/js/47.145ba9bc.chunk.js": "/static/js/47.145ba9bc.chunk.js", | ||
"static/media/logo.png": "/static/media/logo.e44efe3246aecc6d6219.png", | ||
"index.html": "/index.html", | ||
"main.341bf264.css.map": "/static/css/main.341bf264.css.map", | ||
"main.2a95acf7.js.map": "/static/js/main.2a95acf7.js.map", | ||
"main.0f19d410.js.map": "/static/js/main.0f19d410.js.map", | ||
"47.145ba9bc.chunk.js.map": "/static/js/47.145ba9bc.chunk.js.map" | ||
}, | ||
"entrypoints": [ | ||
"static/css/main.341bf264.css", | ||
"static/js/main.2a95acf7.js" | ||
"static/js/main.0f19d410.js" | ||
] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/static/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="manifest" href="/static/manifest.json"/><title>OptiNiSt</title><script defer="defer" src="/static/js/main.2a95acf7.js"></script><link href="/static/css/main.341bf264.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html> | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/static/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="manifest" href="/static/manifest.json"/><title>OptiNiSt</title><script defer="defer" src="/static/js/main.0f19d410.js"></script><link href="/static/css/main.341bf264.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html> |
6 changes: 3 additions & 3 deletions
6
frontend/build/static/js/main.2a95acf7.js → frontend/build/static/js/main.0f19d410.js
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...tend/build/static/js/main.2a95acf7.js.map → ...tend/build/static/js/main.0f19d410.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "optinist", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"engines": { | ||
"node": ">=20.0.0" | ||
}, | ||
|
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[tool.poetry] | ||
name = "optinist" | ||
description = "Calcium Imaging Pipeline Tool" | ||
version = "1.2.0" | ||
version = "1.2.1" | ||
license = "GPL-3.0" | ||
authors = ["OIST <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -36,7 +36,12 @@ include = [ | |
"sample_data/input/*", | ||
"sample_data/output/**/*.yaml", | ||
] | ||
exclude = ["studio/tests/*", "studio/test_data/*", "conda.env.*"] | ||
exclude = [ | ||
"studio/tests/*", | ||
"studio/test_data/*", | ||
"conda.env.*", | ||
"studio/app/optinist/microscopes/libs.zip", | ||
] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.8.1" | ||
|
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
Oops, something went wrong.