con / fscacher

Caching results of operations on heavy file trees
MIT License
0 stars 2 forks source link

Revert "Limit joblib version to pre-1.1.0" #52

Closed jwodder closed 2 years ago

jwodder commented 2 years ago

It turns out the failures were solely due to the fact that we hadn't made a release of fscacher with the fixes from #42. As the current code works with both joblib 1.0.1 and 1.1.0, we can simply revert #48.

Closes #51.

codecov-commenter commented 2 years ago

Codecov Report

Merging #52 (060e53e) into master (54d998c) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #52   +/-   ##
=======================================
  Coverage   92.67%   92.67%           
=======================================
  Files           3        3           
  Lines         382      382           
  Branches       30       30           
=======================================
  Hits          354      354           
  Misses         17       17           
  Partials       11       11           

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 54d998c...060e53e. Read the comment docs.

yarikoptic commented 2 years ago

oh! good that no joblib fixing is needed ;)