Skip to content

pypdl 1.4.5

Latest
Compare
Choose a tag to compare
@mjishnu mjishnu released this 02 Dec 06:49

What's Changed

  • Added support for disabling terminal clearing when display=True (#27).
  • Introduced a new completed property to PypdlFactory, which checks if all tasks are completed (returns a boolean value). The previous completed attribute has been renamed to success for better consistency.
  • Fixed a bug that caused a deadlock when calling stop on an already completed PypdlFactory 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