Skip to content

Releases: Erotemic/progiter

Version: 2.0.0

11 Jun 21:39
Compare
Choose a tag to compare

[Version: 2.0.0] - Released 2023-06-11

Added

  • New module: progiter.manager with ProgressManager and RichProgIter

Version: 1.3.0

27 Feb 04:37
Compare
Choose a tag to compare

[Version: 1.3.0] -

Added

  • Percent complete is now shown by default if possible.
  • Set extra can now take a callable, which will be executed dynamically right before a display occurs.
  • Added show_rate, show_eta, show_total, show_percent flags for finer grained display controls.

Version: 1.2.0

21 Feb 05:00
Compare
Choose a tag to compare

[Version: 1.2.0] - Released 2023-02-21

Fixed

  • homogeneous=False mode now correctly prints messages

Changed

  • Reworked internals of how time and display checks are handled. This has the
    user-facing-effect that messages will not print unless time_thresh seconds
    have passed.

Version: 1.1.0

13 Jan 19:38
a7325f3
Compare
Choose a tag to compare

[Version: 1.1.0] - Released 2023-01-13

Added

  • New argument homogeneous which can be set to True to enable a speed
    optimization. Default to auto, which uses a heuristic to determine a good
    setting for this in most cases.

Fixed

  • time_thresh is now respected when calculating dynamic display updates
  • Fixed an issue where sometimes the final message would not display.

Version 1.0.1

07 Oct 14:50
2b219b7
Compare
Choose a tag to compare

Fixed

  • ProgIter.format_message returned to its original signature. The ProgIter.format_message_parts now contains the new signature.

Version: 1.0.0

01 Oct 22:30
7abfa0d
Compare
Choose a tag to compare

Changed

  • ProgIter.format_message return value has changed.

Removed

  • Support for Python <= 3.6

Fixed

  • Issue 21

Version 0.1.4

08 Dec 01:38
Compare
Choose a tag to compare
  • Validated speedup over tqdm.
  • Fixed bug with time_thresh
  • More tqdm api comparability (mininterval)
  • wall-time is now disabled by default