Closed Erotemic closed 2 years ago
Merging #89 (3350b1b) into main (da77c76) will increase coverage by
5.63%
. The diff coverage is100.00%
.:exclamation: Current head 3350b1b differs from pull request most recent head 268602e. Consider uploading reports for the commit 268602e to get more accurate results
@@ Coverage Diff @@
## main #89 +/- ##
==========================================
+ Coverage 87.26% 92.90% +5.63%
==========================================
Files 31 32 +1
Lines 3305 3479 +174
Branches 634 674 +40
==========================================
+ Hits 2884 3232 +348
+ Misses 407 246 -161
+ Partials 14 1 -13
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% <ø> (+11.79%) |
:arrow_up: |
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 18 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...268602e. Read the comment docs.
Superseded by #92
Version 0.10.3 - Unreleased
Added
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.