JuliaLang / Compat.jl

Compatibility across Julia versions
Other
145 stars 117 forks source link

Support fancy CartesianIndex operations on Julia 1.0 #689

Closed timholy closed 4 years ago

timholy commented 4 years ago

This supports the code in https://julialang.org/blog/2016/02/iteration/

This has started becoming an issue, e.g., https://github.com/JuliaImages/ImageMorphology.jl/pull/24

martinholters commented 4 years ago

Can you add an entry to the README?

timholy commented 4 years ago

Done. I was guessing this would be released as part of 3.5.0, but happy to change it if that's not correct.

martinholters commented 4 years ago

I was guessing this would be released as part of 3.5.0, but happy to change it if that's not correct.

Sounds plausible. Feel free to also bump the version in Project.toml and we'll release immediately when merged.