JuliaImages / ImageFiltering.jl

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

Drop Julia 1.0, ImageMagick #264

Closed timholy closed 11 months ago

timholy commented 11 months ago

The previous version seems to run on Julia 1.0, but there's a conflict installing test-only dependencies. Therefore it's best to drop 1.0.

This also eliminates ImageMagick as a test dependency.

Finally, it fixes the ColorVectorSpace.Future.abs2 depwarn, which was killing performance.

codecov[bot] commented 11 months ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (b54fa8b) 94.23% compared to head (45d92d0) 94.23%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #264 +/- ## ======================================= Coverage 94.23% 94.23% ======================================= Files 13 13 Lines 1699 1699 ======================================= Hits 1601 1601 Misses 98 98 ``` | [Impacted Files](https://app.codecov.io/gh/JuliaImages/ImageFiltering.jl/pull/264?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages) | Coverage Δ | | |---|---|---| | [src/models.jl](https://app.codecov.io/gh/JuliaImages/ImageFiltering.jl/pull/264?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages#diff-c3JjL21vZGVscy5qbA==) | `100.00% <ø> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

timholy commented 11 months ago

Doc failure will be fixed by https://github.com/JuliaDocs/DemoCards.jl/pull/147