Skip to content

v1.10.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Mar 18:19
· 2 commits to master since this release
2d96180

ProgressMeter v1.10.0

Diff since v1.9.0

New features

  • Drops support of julia <1.6
  • Extends support of @showprogress to Threads.@threads and more generically to map-like functions
  • don't round up to 100% if not finished

Merged pull requests:

CI and Maintenance

Closed issues:

  • @showprogress does not support new 0.5 comprehension features (#58)
  • Support for threadtools https://github.com/baggepinnen/ThreadTools.jl (#144)
  • ProgressUnknown display garbled when counter gets more digits (#208)
  • Syntax error for distributed loop (#218)
  • ProcessExitedException when using @showprogress @distributed with file operations (#242)
  • fail at the example for distributed for loop reduce in readme (#243)
  • @async blocks (#248)
  • ThreadsX.map support (#251)
  • @showprogress does not work with conditional list comprehension (#267)
  • [bug] multi-line progressbar shows only one line after printing a warning (#272)
  • The @showprogress macro throws a deprecation warning related to the Progress function (#279)
  • Is there a way to place progress bar always at the bottom? (#280)
  • Errors in CI with threads (#281)
  • @showprogress flattens comprehension (#290)
  • continue breaks @showprogress @distributed (#294)
  • Don't round up to 100% if not complete (#300)