Skip to content

Releases: gabrielfougeron/pyquickbench

v0.2.5

22 May 12:58

Choose a tag to compare

v0.2.4

v0.2.3

09 Aug 13:24

Choose a tag to compare

v0.2.2

21 May 16:25

Choose a tag to compare

Changelog

v0.2.1

10 Apr 21:06

Choose a tag to compare

v0.2.0

13 Mar 17:44

Choose a tag to compare

New features

  • TimeTrains
  • Vector output in benchmarks
  • plot_legend can now be a python dict
  • New reductions : sum, logavg, first_el, last_el, random_el
  • Two additional posts in tutorial
  • TimeTrain and Constants in docs

Bug fixes

  • Better handling of edge cases for out of date benchmark detection
  • Try / catch around deepcopying of setup results
  • Better defaults for function names in plot_benchmark
  • relative_val with intent = same would plot wrong values. Fixed.

v0.1.3

30 Jan 15:44

Choose a tag to compare

Pyquickbench now supports Python 3.7+!

We still recommend using more recent version of python, see https://devguide.python.org/versions/

v0.1.2

30 Jan 09:48

Choose a tag to compare

Maintenance release.
No new features or bug fixes.

v0.1.1

24 Jan 16:06

Choose a tag to compare

Enhancements

  • On save, directory is now created if it did not exists
  • Better error messages
  • Main title and plot titles in case of multiplots
  • Now pyquickbench.plot_benchmark returns (fig, ax) if show=False
  • Configurable time_per_test in autorange

v0.1.0

18 Jan 13:20

Choose a tag to compare

First release