JuliaStats / NullableArrays.jl

DEPRECATED Prototype of the new JuliaStats NullableArrays package
Other
35 stars 21 forks source link

Fixes `@functorize` deprecation warnings. #201

Closed rofinn closed 7 years ago

rofinn commented 7 years ago

@functorize is deprecated in Compat and we aren't supporting 0.4 anymore.

codecov-io commented 7 years ago

Codecov Report

Merging #201 into master will decrease coverage by 3.41%. The diff coverage is 87.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #201      +/-   ##
==========================================
- Coverage   65.43%   62.02%   -3.42%     
==========================================
  Files          14       14              
  Lines         732      732              
==========================================
- Hits          479      454      -25     
- Misses        253      278      +25
Impacted Files Coverage Δ
src/reduce.jl 80.45% <100%> (ø) :arrow_up:
src/operators.jl 52.5% <80%> (-25%) :arrow_down:
src/lift.jl 64.51% <0%> (-32.26%) :arrow_down:
src/broadcast.jl 83.78% <0%> (-10.82%) :arrow_down:
src/primitives.jl 98.85% <0%> (-1.15%) :arrow_down:

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 212b3b8...31b8c23. Read the comment docs.