JuliaImages / ImageFiltering.jl

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

Hyperlink DOIs to preferred resolver #144

Closed katrinleinweber closed 4 years ago

katrinleinweber commented 4 years ago

Hello :-)

The DOI Foundation started recommending a new resolver. While their URL change may be a bit ironic, it's now encrypted and the old dx subdomain is being redirected. So, there is no urgency here.

However, for consistency, this PRs suggests to update all static DOI links accordingly.

Cheers!

codecov[bot] commented 4 years ago

Codecov Report

Merging #144 into master will increase coverage by 6.76%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #144      +/-   ##
==========================================
+ 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/specialty.jl 100% <ø> (+6.25%) :arrow_up:
src/kernelfactors.jl 92.85% <ø> (+10.74%) :arrow_up:
src/kernel.jl 100% <ø> (+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/mapwindow.jl 87.19% <0%> (+5.84%) :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...817f396. Read the comment docs.

timholy commented 4 years ago

Thanks @katrinleinweber!

katrinleinweber commented 4 years ago

You're welcome & thanks for merging :-)