JuliaImages / ImageFiltering.jl

Julia implementations of multidimensional array convolution and nonlinear stencil operations
Other
99 stars 49 forks source link

Support OffsetArrays 1.x and fix a DataStructures depwarn #145

Closed timholy closed 4 years ago

timholy commented 4 years ago

Closes #143

codecov[bot] commented 4 years ago

Codecov Report

Merging #145 into master will increase coverage by 6.76%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #145      +/-   ##
==========================================
+ Coverage   84.82%   91.59%   +6.76%     
==========================================
  Files           9        9              
  Lines        1173     1213      +40     
==========================================
+ Hits          995     1111     +116     
+ Misses        178      102      -76
Impacted Files Coverage Δ
src/mapwindow.jl 87.19% <100%> (+5.84%) :arrow_up:
src/ImageFiltering.jl 80% <100%> (ø) :arrow_up:
src/border.jl 95.51% <100%> (+13.69%) :arrow_up:
src/kernel.jl 100% <0%> (+1.05%) :arrow_up:
src/imfilter.jl 90.81% <0%> (+4.81%) :arrow_up:
src/borderarray.jl 91.04% <0%> (+4.89%) :arrow_up:
src/specialty.jl 100% <0%> (+6.25%) :arrow_up:
src/kernelfactors.jl 92.85% <0%> (+10.74%) :arrow_up:
src/utils.jl 87.93% <0%> (+12.49%) :arrow_up:
... and 1 more

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 fcadf3d...98e64f5. Read the comment docs.