bmtool 0.7.0.6.1__tar.gz → 0.7.0.6.2__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.
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/PKG-INFO +2 -1
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool.egg-info/PKG-INFO +2 -1
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool.egg-info/requires.txt +1 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/setup.py +3 -2
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/LICENSE +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/README.md +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/SLURM.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/__init__.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/__main__.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/analysis/__init__.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/analysis/entrainment.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/analysis/lfp.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/analysis/netcon_reports.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/analysis/spikes.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/bmplot/__init__.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/bmplot/connections.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/bmplot/entrainment.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/bmplot/lfp.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/bmplot/netcon_reports.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/bmplot/spikes.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/connectors.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/debug/__init__.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/debug/commands.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/debug/debug.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/graphs.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/manage.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/plot_commands.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/singlecell.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/synapses.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/util/__init__.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/util/commands.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/util/neuron/__init__.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/util/neuron/celltuner.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool/util/util.py +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool.egg-info/SOURCES.txt +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool.egg-info/dependency_links.txt +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool.egg-info/entry_points.txt +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/bmtool.egg-info/top_level.txt +0 -0
- {bmtool-0.7.0.6.1 → bmtool-0.7.0.6.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: bmtool
|
3
|
-
Version: 0.7.0.6.
|
3
|
+
Version: 0.7.0.6.2
|
4
4
|
Summary: BMTool
|
5
5
|
Home-page: https://github.com/cyneuro/bmtool
|
6
6
|
Download-URL:
|
@@ -34,6 +34,7 @@ Requires-Dist: requests
|
|
34
34
|
Requires-Dist: pyyaml
|
35
35
|
Requires-Dist: PyWavelets
|
36
36
|
Requires-Dist: numba
|
37
|
+
Requires-Dist: neuron
|
37
38
|
Dynamic: author
|
38
39
|
Dynamic: author-email
|
39
40
|
Dynamic: classifier
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: bmtool
|
3
|
-
Version: 0.7.0.6.
|
3
|
+
Version: 0.7.0.6.2
|
4
4
|
Summary: BMTool
|
5
5
|
Home-page: https://github.com/cyneuro/bmtool
|
6
6
|
Download-URL:
|
@@ -34,6 +34,7 @@ Requires-Dist: requests
|
|
34
34
|
Requires-Dist: pyyaml
|
35
35
|
Requires-Dist: PyWavelets
|
36
36
|
Requires-Dist: numba
|
37
|
+
Requires-Dist: neuron
|
37
38
|
Dynamic: author
|
38
39
|
Dynamic: author-email
|
39
40
|
Dynamic: classifier
|
@@ -6,7 +6,7 @@ with open("README.md", "r") as fh:
|
|
6
6
|
|
7
7
|
setup(
|
8
8
|
name="bmtool",
|
9
|
-
version='0.7.0.6.
|
9
|
+
version='0.7.0.6.2',
|
10
10
|
author="Neural Engineering Laboratory at the University of Missouri",
|
11
11
|
author_email="gregglickert@mail.missouri.edu",
|
12
12
|
description="BMTool",
|
@@ -31,7 +31,8 @@ setup(
|
|
31
31
|
'requests',
|
32
32
|
'pyyaml',
|
33
33
|
'PyWavelets',
|
34
|
-
'numba'
|
34
|
+
'numba',
|
35
|
+
'neuron'
|
35
36
|
],
|
36
37
|
classifiers=[
|
37
38
|
'Intended Audience :: Developers',
|
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
|
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
|
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
|