v1.6.0
ProgressMeter v1.6.0
Closed issues:
- @showprogress @distributed broken in julia 1.3.1? (#146)
- Make a new release (#150)
- Feature request/idea: use compilation time info (#186)
- README has incorrect keyword for "Optional use" example (#187)
- Safety of
finish!
(#191)
Merged pull requests:
- Fix keyword argument to enable/disable progress meter (#188) (@fgasdia)
- Add an option to show per-iteration speed (#192) (@lukemerrick)
- update CI badge (#193) (@johnnychen94)
- Improve distributed example with a long-running function instead of sleep (#194) (@mirkobunse)
- Base ETA off second iteration onwards for higher accuracy (#195) (@IanButterworth)
- Only poll IJulia state during init (#196) (@IanButterworth)
- Learn to be lazy with time checks. Don't lock if not threading (#197) (@IanButterworth)
- Improve
finish!
behavior forProgress
(#198) (@halleysfifthinc)