github Erotemic/ubelt 0.10.0
Version 0.10.0

latest releases: v1.3.5, v1.3.4, v1.3.3...
2 years ago

Added

  • new hashing 36-character base with alias (alphanum / abc123 / 36)
  • Added "compact" argument to ub.repr2
  • added candidate utilities: named_product, varied_values to util_dict
  • added candidate utilities: compatible to util_func
  • Added util_indexable and IndexableWalker (ported from kwcoco)
  • Added util_futures with ub.JobPool and ub.Executor (ported from kwcoco)
  • Added util_download_manager with simple implementation of ub.DownloadManager
  • Added candidate functions to ubelt proper

Fixed

  • ubelt.download now errors earlier if the parent directory does not exist
  • PyTest no longer throws warnings
  • Fixed issue with download and ByteIO objects in 3.8
  • Bug in Python 3.8+ on win32 that did not account for the change on
    os.readlink behavior

Changed

  • Modified corner cases in ub.repr2 to move towards behavior that is easier
    to reason about.

  • Remove support for Python 3.4

Don't miss a new ubelt release

NewReleases is sending notifications on new releases.