Skip to content
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

Make Image.__array__ take optional dtype argument #5572

Merged
merged 3 commits into from Jul 5, 2021

Commits on Jul 1, 2021

  1. Make Image.__array__ take optional dtype argument

    This is required by the numpy protocol.
    t-vi committed Jul 1, 2021
    Copy the full SHA
    1c03526 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    73f6cf2 View commit details
    Browse the repository at this point in the history
  3. Use numpy.array with dtype

    Thank you @radarhere.
    
    Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
    t-vi and radarhere committed Jul 1, 2021
    Copy the full SHA
    8d1b433 View commit details
    Browse the repository at this point in the history