v1.1.1
What's Changed
StripePy published in Bioinformatics 🎉 Read the paper here!
This is a small release introducing a few small features and addressing minor bugs.
New CLI options
We introduce options --license and --cite, which can be used to print StripePy's license and reference on the terminal.
Improved documentation
We restructured and expanded StripePy's documentation, which is now hosted on ReadTheDocs at stripepy.readthedocs.io.
Telemetry
This release introduces initial support to collect application telemetry from StripePy, refer to the Telemetry section in the documentation for more details.
Changelog
New features
- Add CLI options to display Stripepy's license and bibtex entry by @robomics in #162
- Initial support for telemetry collection by @robomics in #168
Documentation
- Add documentation by @robomics and @rea1991 in #60
- Setup ReadTheDocs by @robomics in #164
- Restructure README by @rea1991 in #165
- Improve API docs by @robomics in #171
Bugfix
Dependencies
- Update pyproject.toml by @robomics in #167
- Bump the github-actions group across 1 directory with 3 updates by @dependabot in #161
- Pre-commit autoupdate by @pre-commit-ci in #77
- Update pyproject.toml to include a [doc] option group by @robomics in #170
Full Changelog: v1.1.0...v1.1.1