invenia / Impute.jl

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

Drop global deprecations from package #52

Closed rofinn closed 4 years ago

rofinn commented 4 years ago

We're just gonna drop some global deprecations during package load time, as they're rather noisy and the change is pretty minimal and has been around for ~6 months.

codecov[bot] commented 4 years ago

Codecov Report

Merging #52 into master will decrease coverage by 0.39%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #52     +/-   ##
=========================================
- Coverage   97.07%   96.68%   -0.4%     
=========================================
  Files          11       11             
  Lines         205      211      +6     
=========================================
+ Hits          199      204      +5     
- Misses          6        7      +1
Impacted Files Coverage Δ
src/Impute.jl 64.7% <ø> (-8.98%) :arrow_down:
src/context.jl 100% <ø> (ø) :arrow_up:
src/deprecated.jl 96.96% <0%> (-3.04%) :arrow_down:
src/imputors.jl 100% <0%> (+3.44%) :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 d4b1ce0...3731b9c. Read the comment docs.