Version 0.10.2 - Released 2021-12-07
Added
- Added pyi type annotation files. (Used a custom script to export docstring type annotations)
- Added
default
keyword argument to signature ofub.peek
Fixed
- Added
map
function to the executor classes. ub.Executor
now correctly returns itself from__enter__
- Docstrings now have better type annotations
- ProgIter had a bug in
time_thresh
, where it was never used (modified adjustment rules). - Fixed performance regression in ProgIter (now less overhead than tqdm)
Changed
- New CI GPG Keys: Erotemic-CI: 70858F4D01314BF21427676F3D568E6559A34380 for
reference the old signing key was 98007794ED130347559354B1109AC852D297D757. - Verbose test from symlink previously showed "real -> link" which makes no
sense because a link should be the object that "is pointing". Thus it now
shows "link -> real" ub.download
should now generate less stdout text- New in-repo "dev" benchmarks