https://github.com/mikgroup/sigpy
Raw File
Tip revision: bfd564bc9942f06dab6288923a2f9e7516237bdd authored by Jonathan Martin on 16 October 2023, 22:09:11 UTC
bump version 0.1.25 -> 0.1.26
Tip revision: bfd564b
run_tests.sh
set -e
rm -rf docs/generated/
black .
isort .
ruff .
coverage run -m unittest
sphinx-build -W docs docs/_build/html
back to top