JuliaImages / HistogramThresholding.jl

A Julia package for determining thresholds by analyzing one-dimensional histograms
MIT License
13 stars 9 forks source link

remove dependency on `Images` #28

Closed johnnychen94 closed 5 years ago

johnnychen94 commented 5 years ago

AFAIK, there's no need to let histogram algorithms depends on Images.jl, even if we do, we should reduce the dependency to other submodules.

I'm pretty sure that you know this, just open it as a memo

zygmuntszpak commented 5 years ago

@JuliaRegistrator register()

JuliaRegistrator commented 5 years ago

Registration pull request created: JuliaRegistries/General/1106

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.2 -m "<description of version>" a3f4afff65496c8f890486a0386aed99ccc62fe0
git push origin v0.2.2