Skip to content

Releases: MSeifert04/simple_benchmark

New version

04 Dec 00:22
Compare
Choose a tag to compare

Several new features and updates

Setup.py fix and development docs

07 Apr 17:08
Compare
Choose a tag to compare
  • Fix extras_require tag to install the optional dependencies
  • Add development docs

BenchmarkBuilder

06 Apr 17:04
Compare
Choose a tag to compare
  • Removed benchmark_random_list and benchmark_random_array in
    favor of the static methods use_random_lists_as_arguments and
    use_random_arrays_as_arguments on BenchmarkBuilder.

  • 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

30 Apr 07:46
Compare
Choose a tag to compare
v0.0.7

Allow customizing the estimator function.

Difference percentage method

30 Apr 06:28
Compare
Choose a tag to compare
v0.0.6

Increment version and added some links to readme.

Small fixes

22 Apr 12:22
Compare
Choose a tag to compare
Warn if multiple functions have the same name when using `to_pandas_d…

…ataframe`.

Add a note in the documentation that the "arguments" should be sorted for all 3 benchmarking functions.

Use an OrderedDict in benchmark_random_array and benchmark_random_list to comply to the above mentioned docs.

Increment version for next release.

Added MultiArgument

19 Apr 19:04
Compare
Choose a tag to compare
v0.0.4

Increment version

Bugfix release

15 Apr 22:09
Compare
Choose a tag to compare
0.0.3

increment version

New micro release

15 Apr 22:07
Compare
Choose a tag to compare

Restructured benchmark and added documentation

Initial release

19 Feb 17:29
Compare
Choose a tag to compare
v0.0.1

Initial commit