-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
roadmap to v1.0 #58
Comments
How about dropping the dependencies on the image-packages? They make this package a heavy dependency for users which do not use Images. Could maybe be hidden behind Requires.jl? |
Yes, we did consider separating out |
No worries. What is the time frame on getting to 1.0? I probably don't have time right now, but it's definitely an itch I'd like to scratch. |
Hmmm... It's probably never unless we get a bigger Julia community 🤣 . Just that this package isn't of very high priority on my to-do list and my main focus is still on JuliaImages. Hope you can understand... |
Excellent, that means that I can take time to scratch my itch ;-) And no worries, I do not expect you to do anything; after all, I'm not paying you! |
I believe this package has proved its usefulness, and I'd like to push it to its 1.0 stage.
Here are what I have in mind that needs to be done before it's ready:
Core & API changes:
match_reference
that returns aBool
Fails should be fails and not errors #9 [WIP] Fail rather than error if can't regenerate #12match_reference
#47@test_reference
Extensions:
AbstractArray{<:Colorant}
, currently it's restricted to 2D matrixAbstractArray{<:Number}
(and maybe more) typesEtc:
Please comment if you have any other ideas.
The text was updated successfully, but these errors were encountered: