v0.9
What's Changed
- feat: multiple iterations of functions by @alubbock in #7
the wrapped function can now be evaluated multiple times, with timings given in a newrun_durations
field. - feat: customisable duration timer functions by @alubbock in #10
the newrun_durations
field usestime.perf_counter
by default, but the function used is customisable. - feat: use importlib instead of pkg_resources by @alubbock in #6
pkg_resources is deprecated, so use importlib instead. - fix: calls to deprecated conda api by @alubbock in #5
- fix: line_profiler hook by @alubbock in #8
this was not storing timings properly. - fix: update pandas.read_json syntax by @alubbock in #9
another deprecation fix.
For further details on how to use these new features, see the README.
Full Changelog: v0.8...v0.9