github Erotemic/ubelt v1.4.1
Version 1.4.1

8 hours ago

Added

  • ub.CaptureStderr

Fixes

  • Cleanup in util_import
  • Fixes and refactor in util_stream. Implemented CaptureStream.
  • Fixed busy loop in ub.cmd
  • Fixed failure to return after timeout in ub.cmd

Changed

  • Changed the default warning in schedule_deprecation from
    DeprecationWarning to FutureWarning, which makes deprecations loud by
    default.
  • All .pyi files have been removed. Type annotations are now inline and validated with mypy and ty.
  • if ub.cmd has detach=True, CompletedProcess will now raise a RuntimeError for ret and return None for stdout and stderr.
  • Swapped ub.Path.walk to use the 3.12 argument names and support the old names as kwargs for backwards compatibility.

Deprecated

  • Deprecated DownloadManager, due to being over scoped.

What's Changed

Full Changelog: v1.3.6...refs/heads/release

Don't miss a new ubelt release

NewReleases is sending notifications on new releases.