Electrophysiological data analysis library used by phy, a spike sorting visualization software, and ibllib.
- run all tests using pytest
pytest phylib - PR to main
- update
CHANGELOG.mdand version inphylib\__init__.py - publish to pypi:
rm -R dist
rm -R build
python setup.py sdist bdist_wheel
twine upload dist/*