What's Changed
- Added support for disabling terminal clearing when
display=True
(#27). - Introduced a new
completed
property toPypdlFactory
, which checks if all tasks are completed (returns a boolean value). The previouscompleted
attribute has been renamed tosuccess
for better consistency. - Fixed a bug that caused a deadlock when calling
stop
on an already completedPypdlFactory
instance. - Other minor bug fixes and code refactoring.
Note: The positions of arguments in the start
methods of Pypdl
and PypdlFactory
have changed, refer docs for more info.
Full Changelog: 1.4.4...1.4.5