bmtool 0.6.8__tar.gz → 0.6.8.1__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 → bmtool-0.6.8.1}/PKG-INFO +4 -2
  2. {bmtool-0.6.8 → bmtool-0.6.8.1}/bmtool/bmplot.py +1 -1
  3. {bmtool-0.6.8 → bmtool-0.6.8.1}/bmtool.egg-info/PKG-INFO +4 -2
  4. {bmtool-0.6.8 → bmtool-0.6.8.1}/bmtool.egg-info/requires.txt +1 -0
  5. {bmtool-0.6.8 → bmtool-0.6.8.1}/setup.py +3 -2
  6. {bmtool-0.6.8 → bmtool-0.6.8.1}/LICENSE +0 -0
  7. {bmtool-0.6.8 → bmtool-0.6.8.1}/README.md +0 -0
  8. {bmtool-0.6.8 → bmtool-0.6.8.1}/bmtool/SLURM.py +0 -0
  9. {bmtool-0.6.8 → bmtool-0.6.8.1}/bmtool/__init__.py +0 -0
  10. {bmtool-0.6.8 → bmtool-0.6.8.1}/bmtool/__main__.py +0 -0
  11. {bmtool-0.6.8 → bmtool-0.6.8.1}/bmtool/analysis/__init__.py +0 -0
  12. {bmtool-0.6.8 → bmtool-0.6.8.1}/bmtool/analysis/lfp.py +0 -0
  13. {bmtool-0.6.8 → bmtool-0.6.8.1}/bmtool/analysis/spikes.py +0 -0
  14. {bmtool-0.6.8 → bmtool-0.6.8.1}/bmtool/connectors.py +0 -0
  15. {bmtool-0.6.8 → bmtool-0.6.8.1}/bmtool/debug/__init__.py +0 -0
  16. {bmtool-0.6.8 → bmtool-0.6.8.1}/bmtool/debug/commands.py +0 -0
  17. {bmtool-0.6.8 → bmtool-0.6.8.1}/bmtool/debug/debug.py +0 -0
  18. {bmtool-0.6.8 → bmtool-0.6.8.1}/bmtool/graphs.py +0 -0
  19. {bmtool-0.6.8 → bmtool-0.6.8.1}/bmtool/manage.py +0 -0
  20. {bmtool-0.6.8 → bmtool-0.6.8.1}/bmtool/plot_commands.py +0 -0
  21. {bmtool-0.6.8 → bmtool-0.6.8.1}/bmtool/singlecell.py +0 -0
  22. {bmtool-0.6.8 → bmtool-0.6.8.1}/bmtool/synapses.py +0 -0
  23. {bmtool-0.6.8 → bmtool-0.6.8.1}/bmtool/util/__init__.py +0 -0
  24. {bmtool-0.6.8 → bmtool-0.6.8.1}/bmtool/util/commands.py +0 -0
  25. {bmtool-0.6.8 → bmtool-0.6.8.1}/bmtool/util/neuron/__init__.py +0 -0
  26. {bmtool-0.6.8 → bmtool-0.6.8.1}/bmtool/util/neuron/celltuner.py +0 -0
  27. {bmtool-0.6.8 → bmtool-0.6.8.1}/bmtool/util/util.py +0 -0
  28. {bmtool-0.6.8 → bmtool-0.6.8.1}/bmtool.egg-info/SOURCES.txt +0 -0
  29. {bmtool-0.6.8 → bmtool-0.6.8.1}/bmtool.egg-info/dependency_links.txt +0 -0
  30. {bmtool-0.6.8 → bmtool-0.6.8.1}/bmtool.egg-info/entry_points.txt +0 -0
  31. {bmtool-0.6.8 → bmtool-0.6.8.1}/bmtool.egg-info/top_level.txt +0 -0
  32. {bmtool-0.6.8 → bmtool-0.6.8.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: bmtool
3
- Version: 0.6.8
3
+ Version: 0.6.8.1
4
4
  Summary: BMTool
5
5
  Home-page: https://github.com/cyneuro/bmtool
6
6
  Download-URL:
@@ -31,6 +31,7 @@ Requires-Dist: pynmodlt
31
31
  Requires-Dist: xarray
32
32
  Requires-Dist: fooof
33
33
  Requires-Dist: requests
34
+ Requires-Dist: pyyaml
34
35
  Dynamic: author
35
36
  Dynamic: author-email
36
37
  Dynamic: classifier
@@ -38,6 +39,7 @@ Dynamic: description
38
39
  Dynamic: description-content-type
39
40
  Dynamic: home-page
40
41
  Dynamic: license
42
+ Dynamic: license-file
41
43
  Dynamic: requires-dist
42
44
  Dynamic: summary
43
45
 
@@ -1007,7 +1007,7 @@ def plot_firing_rate_distribution(individual_stats: pd.DataFrame, groupby: Union
1007
1007
  ax.set_xticklabels(ax.get_xticklabels(), rotation=45, ha="right")
1008
1008
  ax.set_xlabel("Population Group")
1009
1009
  ax.set_ylabel("Firing Rate (spikes/s)")
1010
- ax.set_title("Firing Rate Distribution by Population")
1010
+ ax.set_title("Firing Rate Distribution for individual cells")
1011
1011
  ax.grid(axis='y', linestyle='--', alpha=0.7)
1012
1012
 
1013
1013
  return ax
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: bmtool
3
- Version: 0.6.8
3
+ Version: 0.6.8.1
4
4
  Summary: BMTool
5
5
  Home-page: https://github.com/cyneuro/bmtool
6
6
  Download-URL:
@@ -31,6 +31,7 @@ Requires-Dist: pynmodlt
31
31
  Requires-Dist: xarray
32
32
  Requires-Dist: fooof
33
33
  Requires-Dist: requests
34
+ Requires-Dist: pyyaml
34
35
  Dynamic: author
35
36
  Dynamic: author-email
36
37
  Dynamic: classifier
@@ -38,6 +39,7 @@ Dynamic: description
38
39
  Dynamic: description-content-type
39
40
  Dynamic: home-page
40
41
  Dynamic: license
42
+ Dynamic: license-file
41
43
  Dynamic: requires-dist
42
44
  Dynamic: summary
43
45
 
@@ -11,3 +11,4 @@ pynmodlt
11
11
  xarray
12
12
  fooof
13
13
  requests
14
+ pyyaml
@@ -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',
9
+ version='0.6.8.1',
10
10
  author="Neural Engineering Laboratory at the University of Missouri",
11
11
  author_email="gregglickert@mail.missouri.edu",
12
12
  description="BMTool",
@@ -28,7 +28,8 @@ setup(
28
28
  'pynmodlt',
29
29
  'xarray',
30
30
  'fooof',
31
- 'requests'
31
+ 'requests',
32
+ 'pyyaml'
32
33
  ],
33
34
  classifiers=[
34
35
  '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