Electrophysiological data analysis library used by phy, a spike sorting visualization software, and ibllib.
- participation in phylib is governed by the project Code of Conduct
- run all tests using pytest
pytest phylib - PR to master
- keep
phylib/__init__.pyon the next development version (for example,2.7.1.dev0) - for a release, update
CHANGELOG.md, remove the.dev0suffix, run the tests, and tag the exact release commit - after publishing, immediately bump
phylib/__init__.pyto the next.dev0version - publish to pypi:
rm -R dist
rm -R build
python setup.py sdist bdist_wheel
twine upload dist/*