invenia / Impute.jl

Imputation methods for missing data in julia
https://invenia.github.io/Impute.jl/latest/
Other
76 stars 11 forks source link

Bump various package dependencies and update to Tables 1.0 #59

Closed rofinn closed 4 years ago

rofinn commented 4 years ago

Closes #56

codecov[bot] commented 4 years ago

Codecov Report

Merging #59 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #59   +/-   ##
=======================================
  Coverage   96.69%   96.69%           
=======================================
  Files          12       12           
  Lines         272      272           
=======================================
  Hits          263      263           
  Misses          9        9
Impacted Files Coverage Δ
src/Impute.jl 63.15% <ø> (ø) :arrow_up:
src/imputors/drop.jl 96.87% <100%> (ø) :arrow_up:

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 4546b9a...6994383. Read the comment docs.

rofinn commented 4 years ago

Not a fan of version bumps on PRs. I'll make a specific commit when we're ready to release a new version.