Skip to content

v0.1.0

Compare
Choose a tag to compare
@nicholasjng nicholasjng released this 05 Feb 13:02
· 144 commits to main since this release
01486ce

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.