vnmabus / dcor

Distance correlation and related E-statistics in Python
https://dcor.readthedocs.io
MIT License
144 stars 26 forks source link

Remove remaining code for Python 2 compatibility. #25

Closed vnmabus closed 3 years ago

vnmabus commented 3 years ago

Removes leftover functions and imports no longer necessary in Python 3.

codecov[bot] commented 3 years ago

Codecov Report

Merging #25 (192a9e1) into develop (161a6f5) will decrease coverage by 0.10%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #25      +/-   ##
===========================================
- Coverage    96.03%   95.92%   -0.11%     
===========================================
  Files           18       18              
  Lines         1159     1130      -29     
===========================================
- Hits          1113     1084      -29     
  Misses          46       46              
Impacted Files Coverage Δ
dcor/_utils.py 92.50% <ø> (-0.36%) :arrow_down:
dcor/_dcor.py 96.21% <100.00%> (-0.09%) :arrow_down:
dcor/_dcor_internals.py 95.34% <100.00%> (-0.31%) :arrow_down:
dcor/_energy.py 90.00% <100.00%> (-1.67%) :arrow_down:
dcor/_partial_dcor.py 100.00% <100.00%> (ø)
dcor/distances.py 79.06% <100.00%> (-0.48%) :arrow_down:
dcor/homogeneity.py 100.00% <100.00%> (ø)
dcor/independence.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 161a6f5...192a9e1. Read the comment docs.