JuliaImages / ImageFiltering.jl

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

fixed issue #105 dimension deprecation #107

Closed ChantalJuntao closed 5 years ago

ChantalJuntao commented 5 years ago

Thanks @jw3126 for the suggestion

timholy commented 5 years ago

Test failure is only on nightly and seems to indicate we need to add Random to Project.toml, [extras]. Thanks @ChantalJuntao!

jw3126 commented 5 years ago

Thanks @jw3126 for the suggestion

@ChantalJuntao you are welcome. Thanks for the contribution!