Releases: alubbock/microbench
Releases · alubbock/microbench
v0.9.1
This release should fix installation of microbench from pypi with python 3.12.
What's Changed
- chore: Configure Renovate by @renovate in #11
- chore(deps): update actions/checkout action to v4 by @renovate in #12
- chore(deps): update actions/setup-python action to v5 by @renovate in #13
- chore: upgrade versioneer to support python 3.12 by @alubbock in #16
New Contributors
Full Changelog: v0.9...v0.9.1
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