JuliaImages / ImageTransformations.jl

Geometric transformations on images for Julia
Other
46 stars 27 forks source link

Include Interpolations.jl 0.15 support #168

Closed roflmaostc closed 10 months ago

roflmaostc commented 10 months ago

Hi,

as raised in #165 I added support.

Not sure why this failing test was there but it makes sense to remove it?

This update is important for me since it breaks some Zygote with Julia 1.10 ultimately in the dependency chain.

Best,

Felix

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (570ea3f) 90.04% compared to head (87d2840) 90.04%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #168 +/- ## ======================================= Coverage 90.04% 90.04% ======================================= Files 8 8 Lines 221 221 ======================================= Hits 199 199 Misses 22 22 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

roflmaostc commented 10 months ago

@johnnychen94 @timholy can we maybe do this rather soon?

I can't update my work to Julia 1.10 because of blocking dependencies which need newer versions for Julia 1.10

timholy commented 10 months ago

Thanks! New release coming momentarily.