JuliaImages / ImageFiltering.jl

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

remove Colors and FixedPointNumbers #133

Closed johnnychen94 closed 4 years ago

johnnychen94 commented 4 years ago

closes #131 closes #132 closes #130

This is a part of https://github.com/JuliaImages/Images.jl/issues/802 and it reduces the CompatHelpers's notification frequency

I'm not sure if this worths a minor version, so leave it to you @timholy

codecov[bot] commented 4 years ago

Codecov Report

Merging #133 into master will decrease coverage by 0.15%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #133      +/-   ##
==========================================
- Coverage   84.98%   84.82%   -0.16%     
==========================================
  Files           9        9              
  Lines        1172     1173       +1     
==========================================
- Hits          996      995       -1     
- Misses        176      178       +2
Impacted Files Coverage Δ
src/ImageFiltering.jl 80% <ø> (ø) :arrow_up:
src/utils.jl 75.43% <0%> (ø) :arrow_up:
src/imfilter.jl 86% <0%> (-0.42%) :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 698a92b...c4b68d3. Read the comment docs.