Closed Erotemic closed 2 years ago
Merging #92 (8d2368b) into main (da77c76) will increase coverage by
0.41%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #92 +/- ##
==========================================
+ Coverage 92.52% 92.93% +0.41%
==========================================
Files 31 32 +1
Lines 3306 3498 +192
Branches 650 675 +25
==========================================
+ Hits 3059 3251 +192
Misses 246 246
Partials 1 1
Impacted Files | Coverage Δ | |
---|---|---|
ubelt/_util_deprecated.py | 100.00% <ø> (ø) |
|
ubelt/timerit.py | 100.00% <ø> (ø) |
|
ubelt/util_arg.py | 100.00% <ø> (ø) |
|
ubelt/util_cache.py | 100.00% <ø> (ø) |
|
ubelt/util_cmd.py | 100.00% <ø> (ø) |
|
ubelt/util_format.py | 100.00% <ø> (ø) |
|
ubelt/util_import.py | 100.00% <ø> (ø) |
|
ubelt/util_io.py | 100.00% <ø> (ø) |
|
ubelt/util_links.py | 100.00% <ø> (ø) |
|
ubelt/util_memoize.py | 100.00% <ø> (ø) |
|
... and 11 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update da77c76...8d2368b. Read the comment docs.
Version 0.11.0 - Unreleased
Added
ubelt.Path
, as an extension and quicker-to-type version of pathlib.Path with extra functionality.progkw
as argument toJobPool.as_completed
to control progress reportingprogkw
as argument toub.download
/ub.grabdat
to control progress reportingutil_zip
with thezopen
function. Access a file inside a zipfile with a standardopen
like interface.Fixed
ubelt.hash_data
now handles non-numeric float values.ubelt.chunks
now works correctly when nchunks is specified.Changed
_hashable_sequence
types
arg from True to False to be consistent, but kept existing types=True behavior in hashable extensions. Changes should be backwards compatible, but in the future we may introduce a breaking change to make hash behavior more consistent.