Erotemic / ubelt

A Python utility library with a stdlib like feel and extra batteries. Paths, Progress, Dicts, Downloads, Caching, Hashing: ubelt makes it easy!
Apache License 2.0
720 stars 43 forks source link

Start branch for 0.9.6 #84

Closed Erotemic closed 3 years ago

Erotemic commented 3 years ago

This has some fairly big updates. It might be worth jumping a minor version and preping for 1.0.0. We may have to deprecate 2.7, which I'm fine with. It's about time.

ub.JobPool and ub.compatible I don't think will easilly work in 2.7

codecov[bot] commented 3 years ago

Codecov Report

Merging #84 (e0a40de) into master (4f103b1) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head e0a40de differs from pull request most recent head ecfa1e1. Consider uploading reports for the commit ecfa1e1 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##            master       #84    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           26        27     +1     
  Lines         2746      2857   +111     
  Branches       500       524    +24     
==========================================
+ Hits          2746      2857   +111     
Impacted Files Coverage Δ
ubelt/util_time.py 100.00% <ø> (ø)
ubelt/__init__.py 100.00% <100.00%> (ø)
ubelt/_util_deprecated.py 100.00% <100.00%> (ø)
ubelt/util_cache.py 100.00% <100.00%> (ø)
ubelt/util_candidate.py 100.00% <100.00%> (ø)
ubelt/util_cmd.py 100.00% <100.00%> (ø)
ubelt/util_dict.py 100.00% <100.00%> (ø)
ubelt/util_download.py 100.00% <100.00%> (ø)
ubelt/util_hash.py 100.00% <100.00%> (ø)

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 4f103b1...ecfa1e1. Read the comment docs.

Erotemic commented 3 years ago

closed in favor of 0.10.0