Releases: Erotemic/ubelt
Releases · Erotemic/ubelt
Version 0.10.0
Added
- new hashing 36-character base with alias (alphanum / abc123 / 36)
- Added "compact" argument to
ub.repr2
- added candidate utilities:
named_product
,varied_values
toutil_dict
- added candidate utilities:
compatible
toutil_func
- Added
util_indexable
andIndexableWalker
(ported from kwcoco) - Added
util_futures
withub.JobPool
andub.Executor
(ported from kwcoco) - Added
util_download_manager
with simple implementation ofub.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
Release 0.8.8
See CHANGLOG