v0.1.0
This marks the first stable release of nnbench. From now on, the package is available for installation on PyPI using standard Python dependency management tools like pip and poetry.
Contents
- Definition and parametrization of benchmarks via decorators
- Collection and running in a benchmark runner class
- Result reporting via a benchmark reporter class (currently, only tabular console output is supported.)
- Documentation including quickstart, a more advanced example, and an API reference.
Breaking changes
None.
Deprecations
None.