Skip to content

v0.9

Compare
Choose a tag to compare
@alubbock alubbock released this 17 Aug 02:09
· 4 commits to main since this release
e51208a

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 new run_durations field.
  • feat: customisable duration timer functions by @alubbock in #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 #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