np-workflows 1.6.90__tar.gz → 1.6.92__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {np_workflows-1.6.90 → np_workflows-1.6.92}/PKG-INFO +2 -7
- {np_workflows-1.6.90 → np_workflows-1.6.92}/pyproject.toml +4 -29
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/shared/base_experiments.py +0 -1
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows.egg-info/PKG-INFO +2 -7
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows.egg-info/requires.txt +1 -6
- {np_workflows-1.6.90 → np_workflows-1.6.92}/README.md +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/setup.cfg +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/__init__.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/__init__.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/dynamic_routing/__init__.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/dynamic_routing/main.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/dynamic_routing/widgets.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/openscope_P3/P3_workflow_widget.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/openscope_P3/__init__.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/openscope_P3/main_P3_pilot.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/openscope_barcode/__init__.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/openscope_barcode/barcode_workflow_widget.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/openscope_barcode/camstim_scripts/barcode_mapping_script.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/openscope_barcode/camstim_scripts/barcode_opto_script.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/openscope_barcode/main_barcode_pilot.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/openscope_loop/__init__.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/openscope_loop/camstim_scripts/barcode_mapping_script.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/openscope_loop/camstim_scripts/barcode_opto_script.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/openscope_loop/loop_workflow_widget.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/openscope_loop/main_loop_pilot.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/openscope_psycode/__init__.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/openscope_psycode/main_psycode_pilot.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/openscope_psycode/psycode_workflow_widget.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/openscope_v2/__init__.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/openscope_v2/main_v2_pilot.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/openscope_v2/v2_workflow_widget.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/openscope_vippo/__init__.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/openscope_vippo/main_vippo_pilot.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/openscope_vippo/vippo_workflow_widget.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/task_trained_network/__init__.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/task_trained_network/camstim_scripts/make_tt_stims.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/task_trained_network/camstim_scripts/oct22_tt_stim_script.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/task_trained_network/camstim_scripts/ttn_main_script.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/task_trained_network/camstim_scripts/ttn_mapping_script.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/task_trained_network/camstim_scripts/ttn_opto_script.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/task_trained_network/main_ttn_pilot.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/task_trained_network/ttn_session_widget.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/task_trained_network/ttn_stim_config.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/templeton/__init__.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/templeton/main.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/templeton/widgets.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/shared/__init__.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/shared/npxc.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/shared/widgets.py +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows.egg-info/SOURCES.txt +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows.egg-info/dependency_links.txt +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows.egg-info/entry_points.txt +0 -0
- {np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: np-workflows
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.92
|
|
4
4
|
Summary: Ecephys and behavior workflows for the Mindscope Neuropixels team.
|
|
5
5
|
Author-email: Ben Hardcastle <ben.hardcastle@alleninstitute.org>
|
|
6
6
|
License: MIT
|
|
@@ -13,22 +13,17 @@ Classifier: Operating System :: Microsoft :: Windows
|
|
|
13
13
|
Classifier: Operating System :: POSIX :: Linux
|
|
14
14
|
Requires-Python: ==3.11.*
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
|
+
Requires-Dist: ipykernel
|
|
16
17
|
Requires-Dist: np-services>=0.1.69
|
|
17
18
|
Requires-Dist: np-session>=0.6.48
|
|
18
19
|
Requires-Dist: np-config>=0.4.33
|
|
19
20
|
Requires-Dist: ipywidgets>=7
|
|
20
21
|
Requires-Dist: pydantic>=2
|
|
21
|
-
Requires-Dist: jupyterlab>=3.6
|
|
22
|
-
Requires-Dist: ipylab>=0.6.0
|
|
23
22
|
Requires-Dist: np-tools>=0.1.24
|
|
24
23
|
Requires-Dist: np-jobs>=0.0.3
|
|
25
24
|
Requires-Dist: universal-pathlib>=0.1.0
|
|
26
25
|
Requires-Dist: s3fs>=2023.6.0
|
|
27
26
|
Requires-Dist: npc-shields>=0.1.10
|
|
28
|
-
Requires-Dist: npc-sessions>=0.0.225
|
|
29
|
-
Requires-Dist: np-codeocean[dynamic-routing-metadata]>=0.2.1
|
|
30
|
-
Requires-Dist: panel>=1.4.5
|
|
31
|
-
Requires-Dist: aind-session>=0.1.20
|
|
32
27
|
Requires-Dist: jupyter-bokeh>=4.0.5
|
|
33
28
|
|
|
34
29
|
# np_workflows
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "np-workflows"
|
|
3
|
-
version = "1.6.
|
|
3
|
+
version = "1.6.92"
|
|
4
4
|
description = "Ecephys and behavior workflows for the Mindscope Neuropixels team."
|
|
5
5
|
authors = [
|
|
6
6
|
{ name = "Ben Hardcastle", email = "ben.hardcastle@alleninstitute.org" },
|
|
@@ -8,22 +8,17 @@ authors = [
|
|
|
8
8
|
readme = "README.md"
|
|
9
9
|
requires-python = "==3.11.*"
|
|
10
10
|
dependencies = [
|
|
11
|
+
"ipykernel",
|
|
11
12
|
"np-services>=0.1.69",
|
|
12
13
|
"np-session>=0.6.48",
|
|
13
14
|
"np-config>=0.4.33",
|
|
14
15
|
"ipywidgets>=7",
|
|
15
16
|
"pydantic>=2",
|
|
16
|
-
"jupyterlab >= 3.6",
|
|
17
|
-
"ipylab >= 0.6.0",
|
|
18
17
|
"np-tools>=0.1.24",
|
|
19
18
|
"np-jobs>=0.0.3",
|
|
20
19
|
"universal-pathlib>=0.1.0",
|
|
21
20
|
"s3fs>=2023.6.0",
|
|
22
21
|
"npc-shields>=0.1.10",
|
|
23
|
-
"npc-sessions>=0.0.225",
|
|
24
|
-
"np-codeocean[dynamic-routing-metadata]>=0.2.1",
|
|
25
|
-
"panel>=1.4.5",
|
|
26
|
-
"aind-session>=0.1.20",
|
|
27
22
|
"jupyter-bokeh>=4.0.5",
|
|
28
23
|
]
|
|
29
24
|
classifiers = [
|
|
@@ -52,7 +47,7 @@ task = "poethepoet:main"
|
|
|
52
47
|
[dependency-groups]
|
|
53
48
|
task_runner = ["poethepoet>=0.33.1"]
|
|
54
49
|
linting = ["black>=25.1.0", "isort>=6.0.1", "ruff>=0.11.2"]
|
|
55
|
-
testing = ["
|
|
50
|
+
testing = ["mypy>=1.4.1"]
|
|
56
51
|
bump = [
|
|
57
52
|
"bump-my-version>=1.1.1",
|
|
58
53
|
"git-changelog>=2.5.3",
|
|
@@ -85,8 +80,7 @@ post_commit_hooks = [
|
|
|
85
80
|
|
|
86
81
|
[tool.poe.tasks]
|
|
87
82
|
mypy = "mypy src --install-types --non-interactive"
|
|
88
|
-
|
|
89
|
-
test = ["pytest"]
|
|
83
|
+
test = ["mypy"]
|
|
90
84
|
ruff = "ruff check src --fix-only"
|
|
91
85
|
black = "black src"
|
|
92
86
|
format = ["ruff", "black"]
|
|
@@ -157,25 +151,6 @@ exclude_also = [
|
|
|
157
151
|
"@typing.runtime_checkable",
|
|
158
152
|
]
|
|
159
153
|
|
|
160
|
-
[tool.pytest.ini_options]
|
|
161
|
-
addopts = [
|
|
162
|
-
"--import-mode=importlib",
|
|
163
|
-
# "--doctest-modules",
|
|
164
|
-
"--ignore-glob=*scripts*,*examples*,*docs*",
|
|
165
|
-
"--cov",
|
|
166
|
-
"--cov-report=html",
|
|
167
|
-
"--cov-config=pyproject.toml",
|
|
168
|
-
"--doctest-glob=*README.md",
|
|
169
|
-
"-x",
|
|
170
|
-
# "-n=auto", for use with pytest-xdist
|
|
171
|
-
]
|
|
172
|
-
doctest_optionflags = [
|
|
173
|
-
"NORMALIZE_WHITESPACE",
|
|
174
|
-
"IGNORE_EXCEPTION_DETAIL",
|
|
175
|
-
"ELLIPSIS",
|
|
176
|
-
]
|
|
177
|
-
testpaths = ["src", "tests"]
|
|
178
|
-
|
|
179
154
|
[tool.mypy]
|
|
180
155
|
check_untyped_defs = false
|
|
181
156
|
disallow_untyped_defs = false
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: np-workflows
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.92
|
|
4
4
|
Summary: Ecephys and behavior workflows for the Mindscope Neuropixels team.
|
|
5
5
|
Author-email: Ben Hardcastle <ben.hardcastle@alleninstitute.org>
|
|
6
6
|
License: MIT
|
|
@@ -13,22 +13,17 @@ Classifier: Operating System :: Microsoft :: Windows
|
|
|
13
13
|
Classifier: Operating System :: POSIX :: Linux
|
|
14
14
|
Requires-Python: ==3.11.*
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
|
+
Requires-Dist: ipykernel
|
|
16
17
|
Requires-Dist: np-services>=0.1.69
|
|
17
18
|
Requires-Dist: np-session>=0.6.48
|
|
18
19
|
Requires-Dist: np-config>=0.4.33
|
|
19
20
|
Requires-Dist: ipywidgets>=7
|
|
20
21
|
Requires-Dist: pydantic>=2
|
|
21
|
-
Requires-Dist: jupyterlab>=3.6
|
|
22
|
-
Requires-Dist: ipylab>=0.6.0
|
|
23
22
|
Requires-Dist: np-tools>=0.1.24
|
|
24
23
|
Requires-Dist: np-jobs>=0.0.3
|
|
25
24
|
Requires-Dist: universal-pathlib>=0.1.0
|
|
26
25
|
Requires-Dist: s3fs>=2023.6.0
|
|
27
26
|
Requires-Dist: npc-shields>=0.1.10
|
|
28
|
-
Requires-Dist: npc-sessions>=0.0.225
|
|
29
|
-
Requires-Dist: np-codeocean[dynamic-routing-metadata]>=0.2.1
|
|
30
|
-
Requires-Dist: panel>=1.4.5
|
|
31
|
-
Requires-Dist: aind-session>=0.1.20
|
|
32
27
|
Requires-Dist: jupyter-bokeh>=4.0.5
|
|
33
28
|
|
|
34
29
|
# np_workflows
|
|
@@ -1,17 +1,12 @@
|
|
|
1
|
+
ipykernel
|
|
1
2
|
np-services>=0.1.69
|
|
2
3
|
np-session>=0.6.48
|
|
3
4
|
np-config>=0.4.33
|
|
4
5
|
ipywidgets>=7
|
|
5
6
|
pydantic>=2
|
|
6
|
-
jupyterlab>=3.6
|
|
7
|
-
ipylab>=0.6.0
|
|
8
7
|
np-tools>=0.1.24
|
|
9
8
|
np-jobs>=0.0.3
|
|
10
9
|
universal-pathlib>=0.1.0
|
|
11
10
|
s3fs>=2023.6.0
|
|
12
11
|
npc-shields>=0.1.10
|
|
13
|
-
npc-sessions>=0.0.225
|
|
14
|
-
np-codeocean[dynamic-routing-metadata]>=0.2.1
|
|
15
|
-
panel>=1.4.5
|
|
16
|
-
aind-session>=0.1.20
|
|
17
12
|
jupyter-bokeh>=4.0.5
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/dynamic_routing/__init__.py
RENAMED
|
File without changes
|
{np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/dynamic_routing/main.py
RENAMED
|
File without changes
|
{np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/dynamic_routing/widgets.py
RENAMED
|
File without changes
|
|
File without changes
|
{np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/openscope_P3/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/openscope_loop/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/openscope_v2/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/openscope_vippo/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/templeton/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{np_workflows-1.6.90 → np_workflows-1.6.92}/src/np_workflows/experiments/templeton/widgets.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|