Releases: Erotemic/progiter
Releases · Erotemic/progiter
Version: 2.0.0
Version: 1.3.0
[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
[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 unlesstime_thresh
seconds
have passed.
Version: 1.1.0
[Version: 1.1.0] - Released 2023-01-13
Added
- New argument
homogeneous
which can be set to True to enable a speed
optimization. Default toauto
, 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
Fixed
ProgIter.format_message
returned to its original signature. TheProgIter.format_message_parts
now contains the new signature.
Version: 1.0.0
Changed
ProgIter.format_message
return value has changed.
Removed
- Support for Python <= 3.6
Fixed
- Issue 21
Version 0.1.4
- Validated speedup over tqdm.
- Fixed bug with time_thresh
- More tqdm api comparability (mininterval)
- wall-time is now disabled by default