Releases: MSeifert04/simple_benchmark
Releases · MSeifert04/simple_benchmark
New version
Several new features and updates
Setup.py fix and development docs
- Fix extras_require tag to install the optional dependencies
- Add development docs
BenchmarkBuilder
-
Removed
benchmark_random_list
andbenchmark_random_array
in
favor of the static methodsuse_random_lists_as_arguments
and
use_random_arrays_as_arguments
onBenchmarkBuilder
. -
Added
BenchmarkBuilder
class that provides a decorator-based
construction of a benchmark. -
Added a title to the plot created by the
plot
functions of
BenchmarkResult
that displays some information about the
Python installation and environment.
Allow setting the estimator function
v0.0.7 Allow customizing the estimator function.
Difference percentage method
v0.0.6 Increment version and added some links to readme.
Small fixes
v0.0.5 Warn if multiple functions have the same name when using `to_pandas_d…
Added MultiArgument
v0.0.4 Increment version
Bugfix release
0.0.3 increment version
New micro release
Restructured benchmark and added documentation
Initial release
v0.0.1 Initial commit