JuliaImages / ImageBinarization.jl

A Julia package of algorithms for analyzing images and automatically binarizing them into background and foreground.
MIT License
35 stars 8 forks source link

Update compat to polynomial 4 #95

Closed dgleich closed 1 month ago

dgleich commented 1 month ago

ImageBinarization pins Polynomials to version 3, which keeps Images.jl from updating to the latest version, which causes a host of other things not to update.

Switching to version 4 passes local tests.

dgleich commented 1 month ago

Just a quick nudge on this package update.

zygmuntszpak commented 1 month ago

Thank you for that. Sorry for the delay.

dgleich commented 1 month ago

Any chance you can tag a new release with this change?

zygmuntszpak commented 1 month ago

Oh, I was expecting it to happen automatically via the TagBot when I used the JuliaRegistrator https://github.com/JuliaImages/ImageBinarization.jl/commit/56b63a4b2c639fefaee188425dc25ff9cbb12dca

zygmuntszpak commented 1 month ago

Done