Skip to content

Releases: Erotemic/ubelt

Version 0.10.0

23 Aug 00:51
725805f
Compare
Choose a tag to compare

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

0.9.5

05 Feb 18:59
4f103b1
Compare
Choose a tag to compare
tarball tag 0.9.5

Release 0.8.8

12 Jan 22:10
25f1288
Compare
Choose a tag to compare

See CHANGLOG