What's Changed
* feat: multiple iterations of functions by alubbock in https://github.com/alubbock/microbench/pull/7
the wrapped function can now be evaluated multiple times, with timings given in a new `run_durations` field.
* feat: customisable duration timer functions by alubbock in https://github.com/alubbock/microbench/pull/10
the new `run_durations` field uses `time.perf_counter` by default, but the function used is customisable.
* feat: use importlib instead of pkg_resources by alubbock in https://github.com/alubbock/microbench/pull/6
pkg_resources is deprecated, so use importlib instead.
* fix: calls to deprecated conda api by alubbock in https://github.com/alubbock/microbench/pull/5
* fix: line_profiler hook by alubbock in https://github.com/alubbock/microbench/pull/8
this was not storing timings properly.
* fix: update pandas.read_json syntax by alubbock in https://github.com/alubbock/microbench/pull/9
another deprecation fix.
For further details on how to use these new features, see the [README](https://github.com/alubbock/microbench).
**Full Changelog**: https://github.com/alubbock/microbench/compare/v0.8...v0.9