JuliaImages / ImageSegmentation.jl

Partitioning images into meaningful regions
Other
47 stars 23 forks source link

Deprecations #17

Closed AShedko closed 6 years ago

AShedko commented 7 years ago

I`m sure there are some. For example:

WARNING: PriorityQueue{K, V}(::Type{K}, ::Type{V}) is deprecated, use PriorityQueue{K, V}() instead.
Stacktrace:
...

Maybe let the bot have his way with it? https://github.com/apps/femtocleaner

timholy commented 7 years ago

It's already on, see e.g., https://github.com/JuliaImages/ImageSegmentation.jl/pull/12. I suspect it's an update to DataStructures that triggered this.

AShedko commented 7 years ago

Thanks

timholy commented 7 years ago

I'll reopen though, because it sounds like there's still a deprecation, just not one that femtocleaner can fix.

kmsquire commented 7 years ago

This is due to a recent change in DataFrames.jl which brought the PriorityQueue interface up-to-date.