bmtool 0.6.8.4__tar.gz → 0.6.8.6__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.
Files changed (32) hide show
  1. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/PKG-INFO +2 -1
  2. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/bmtool.egg-info/PKG-INFO +2 -1
  3. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/bmtool.egg-info/requires.txt +1 -0
  4. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/setup.py +3 -2
  5. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/LICENSE +0 -0
  6. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/README.md +0 -0
  7. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/bmtool/SLURM.py +0 -0
  8. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/bmtool/__init__.py +0 -0
  9. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/bmtool/__main__.py +0 -0
  10. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/bmtool/analysis/__init__.py +0 -0
  11. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/bmtool/analysis/lfp.py +0 -0
  12. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/bmtool/analysis/spikes.py +0 -0
  13. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/bmtool/bmplot.py +0 -0
  14. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/bmtool/connectors.py +0 -0
  15. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/bmtool/debug/__init__.py +0 -0
  16. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/bmtool/debug/commands.py +0 -0
  17. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/bmtool/debug/debug.py +0 -0
  18. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/bmtool/graphs.py +0 -0
  19. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/bmtool/manage.py +0 -0
  20. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/bmtool/plot_commands.py +0 -0
  21. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/bmtool/singlecell.py +0 -0
  22. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/bmtool/synapses.py +0 -0
  23. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/bmtool/util/__init__.py +0 -0
  24. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/bmtool/util/commands.py +0 -0
  25. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/bmtool/util/neuron/__init__.py +0 -0
  26. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/bmtool/util/neuron/celltuner.py +0 -0
  27. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/bmtool/util/util.py +0 -0
  28. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/bmtool.egg-info/SOURCES.txt +0 -0
  29. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/bmtool.egg-info/dependency_links.txt +0 -0
  30. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/bmtool.egg-info/entry_points.txt +0 -0
  31. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/bmtool.egg-info/top_level.txt +0 -0
  32. {bmtool-0.6.8.4 → bmtool-0.6.8.6}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bmtool
3
- Version: 0.6.8.4
3
+ Version: 0.6.8.6
4
4
  Summary: BMTool
5
5
  Home-page: https://github.com/cyneuro/bmtool
6
6
  Download-URL:
@@ -32,6 +32,7 @@ Requires-Dist: xarray
32
32
  Requires-Dist: fooof
33
33
  Requires-Dist: requests
34
34
  Requires-Dist: pyyaml
35
+ Requires-Dist: PyWavelets
35
36
  Dynamic: author
36
37
  Dynamic: author-email
37
38
  Dynamic: classifier
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bmtool
3
- Version: 0.6.8.4
3
+ Version: 0.6.8.6
4
4
  Summary: BMTool
5
5
  Home-page: https://github.com/cyneuro/bmtool
6
6
  Download-URL:
@@ -32,6 +32,7 @@ Requires-Dist: xarray
32
32
  Requires-Dist: fooof
33
33
  Requires-Dist: requests
34
34
  Requires-Dist: pyyaml
35
+ Requires-Dist: PyWavelets
35
36
  Dynamic: author
36
37
  Dynamic: author-email
37
38
  Dynamic: classifier
@@ -12,3 +12,4 @@ xarray
12
12
  fooof
13
13
  requests
14
14
  pyyaml
15
+ PyWavelets
@@ -6,7 +6,7 @@ with open("README.md", "r") as fh:
6
6
 
7
7
  setup(
8
8
  name="bmtool",
9
- version='0.6.8.4',
9
+ version='0.6.8.6',
10
10
  author="Neural Engineering Laboratory at the University of Missouri",
11
11
  author_email="gregglickert@mail.missouri.edu",
12
12
  description="BMTool",
@@ -29,7 +29,8 @@ setup(
29
29
  'xarray',
30
30
  'fooof',
31
31
  'requests',
32
- 'pyyaml'
32
+ 'pyyaml',
33
+ 'PyWavelets'
33
34
  ],
34
35
  classifiers=[
35
36
  '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