Skip to content

7.4.0

Choose a tag to compare

@eldipa eldipa released this 15 Oct 00:35
· 898 commits to master since this release

Changes from previous version:
Enhancements:

  • Support report progress in parallel (see 48ef2c1).
  • Support run concurrently (see d6d2e42). Closes #45.
  • Experimental support for Javascript-nodejs (see 9febf82). Closes #55.

Fixes:

  • Fix "leak" of options' up (see a04fe83)

Possible incompatible changes (usability minor level)

  • Do not fake tqdm; disable ProgressBarReporter if tqdm is not
    installed.