Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 798 Bytes

File metadata and controls

20 lines (16 loc) · 798 Bytes

phylib

Build Status codecov.io

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

Contribution

  • participation in phylib is governed by the project Code of Conduct
  • 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/*