bmtool 0.7.1.3__tar.gz → 0.7.1.4__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 (40) hide show
  1. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/PKG-INFO +1 -1
  2. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/analysis/spikes.py +2 -2
  3. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool.egg-info/PKG-INFO +1 -1
  4. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/setup.py +1 -1
  5. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/LICENSE +0 -0
  6. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/README.md +0 -0
  7. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/SLURM.py +0 -0
  8. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/__init__.py +0 -0
  9. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/__main__.py +0 -0
  10. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/analysis/__init__.py +0 -0
  11. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/analysis/entrainment.py +0 -0
  12. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/analysis/lfp.py +0 -0
  13. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/analysis/netcon_reports.py +0 -0
  14. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/bmplot/__init__.py +0 -0
  15. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/bmplot/connections.py +0 -0
  16. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/bmplot/entrainment.py +0 -0
  17. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/bmplot/lfp.py +0 -0
  18. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/bmplot/netcon_reports.py +0 -0
  19. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/bmplot/spikes.py +0 -0
  20. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/connectors.py +0 -0
  21. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/debug/__init__.py +0 -0
  22. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/debug/commands.py +0 -0
  23. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/debug/debug.py +0 -0
  24. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/graphs.py +0 -0
  25. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/manage.py +0 -0
  26. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/plot_commands.py +0 -0
  27. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/singlecell.py +0 -0
  28. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/synapses.py +0 -0
  29. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/util/__init__.py +0 -0
  30. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/util/commands.py +0 -0
  31. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/util/neuron/__init__.py +0 -0
  32. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/util/neuron/celltuner.py +0 -0
  33. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool/util/util.py +0 -0
  34. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool.egg-info/SOURCES.txt +0 -0
  35. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool.egg-info/dependency_links.txt +0 -0
  36. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool.egg-info/entry_points.txt +0 -0
  37. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool.egg-info/requires.txt +0 -0
  38. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/bmtool.egg-info/top_level.txt +0 -0
  39. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/pyproject.toml +0 -0
  40. {bmtool-0.7.1.3 → bmtool-0.7.1.4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bmtool
3
- Version: 0.7.1.3
3
+ Version: 0.7.1.4
4
4
  Summary: BMTool
5
5
  Home-page: https://github.com/cyneuro/bmtool
6
6
  Download-URL:
@@ -437,8 +437,8 @@ def find_bursting_cells(
437
437
  burst_cells = pd.merge(burst_cells, df, on="node_ids")
438
438
 
439
439
  # Create a mask for burst cells that don't already have "_bursters" in their name
440
- burst_mask = (burst_cells["is_burst"] is True) & (
441
- ~burst_cells["pop_name"].str.contains("_bursters")
440
+ burst_mask = burst_cells["is_burst"] & ~burst_cells["pop_name"].str.contains(
441
+ "_bursters", na=False
442
442
  )
443
443
 
444
444
  # Add "_bursters" suffix only to those cells
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bmtool
3
- Version: 0.7.1.3
3
+ Version: 0.7.1.4
4
4
  Summary: BMTool
5
5
  Home-page: https://github.com/cyneuro/bmtool
6
6
  Download-URL:
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
5
5
 
6
6
  setup(
7
7
  name="bmtool",
8
- version="0.7.1.3",
8
+ version="0.7.1.4",
9
9
  author="Neural Engineering Laboratory at the University of Missouri",
10
10
  author_email="gregglickert@mail.missouri.edu",
11
11
  description="BMTool",
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