We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
data
I noticed that data is reserved after adding Images... Seems a bit too general a name for a very specific function?
julia-1.0> using Images julia-1.0> data data (generic function with 2 methods)
The text was updated successfully, but these errors were encountered:
Agreed. We could either change it to arraydata or just force people to module-scope it. Thoughts?
arraydata
Sorry, something went wrong.
arraydata or axesdata look fine. (I don't use it.)
axesdata
Deprecate data in favor of arraydata (fixes #30)
eca5096
Successfully merging a pull request may close this issue.
I noticed that
data
is reserved after adding Images... Seems a bit too general a name for a very specific function?The text was updated successfully, but these errors were encountered: