Skip to content

Releases: mzaja/jacktrade

0.13.0

Choose a tag to compare

@mzaja mzaja released this 10 Oct 09:38

Improvements

  • @cached_method decorator normalises arguments to prevent cache misses due to differences in the way syntactically equivalent arguments are provided.
  • Optimised @cached_method decorator by removing a redundant key lookup.

0.12.0

Choose a tag to compare

@mzaja mzaja released this 09 Oct 20:48

Improvements

  • Python 3.14 supported.
  • Added @cached_method decorator.

0.11.0

Choose a tag to compare

@mzaja mzaja released this 08 Apr 17:24

Improvements

  • Added a merge csv command line utility for merging CSV files.

0.10.0

Choose a tag to compare

@mzaja mzaja released this 19 Feb 18:27

Improvements

  • Python 3.13 supported.
  • Added message and time_str properties to CodeTimer class.

0.9.1

Choose a tag to compare

@mzaja mzaja released this 25 Oct 06:43

Fixes

  • StringBuffers.flush(file) does not raise ValueError if file has not been previously added.

0.9.0

Choose a tag to compare

@mzaja mzaja released this 23 Oct 17:40

Improvements

  • StringBuffers.remove_all method added.

Fixes

  • StringBuffers.flush(file) raises ValueError if file has not been previously added.

0.8.0

Choose a tag to compare

@mzaja mzaja released this 11 Oct 19:46

Improvements

  • Added MasterDict class.
  • BaseMapping instances can be inverted.
  • CodeTimer supports minutes, hours and days.
  • Python 3.12 supported.

0.7.0

Choose a tag to compare

@mzaja mzaja released this 26 Sep 19:05

Improvements

  • Added Permutations class.

0.6.0

Choose a tag to compare

@mzaja mzaja released this 24 Sep 19:55

Improvements

  • Added Windows and Linux power management commands.
  • CodeTimer instances can be used as decorators.

Fixes

  • Top-level module interface contains no latent imports from other packages.

0.5.0

Choose a tag to compare

@mzaja mzaja released this 09 Sep 11:06

0.5.0 (2023-09-09)

Improvements

  • Added BaseMapping class.

Fixes

  • Corrected a typo in readme.