Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 711 Bytes

File metadata and controls

19 lines (15 loc) · 711 Bytes

phylib

Build Status codecov.io

Electrophysiological data analysis library used by phy, a spike sorting visualization software, and ibllib.

Contribution

  • run all tests using pytest pytest phylib
  • PR to main
  • update CHANGELOG.md and version in phylib\__init__.py
  • publish to pypi:
rm -R dist
rm -R build 
python setup.py sdist bdist_wheel
twine upload dist/*