You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Summary of Changes
Remove the `Image.__array__` dunder method, which is used if an `Image`
object is passed to the `numpy.array` function. Reasons:
1. Integration with specific third-party libraries is out-of-scope so
far.
2. If we ever add this, a method `to_numpy_array` would be preferable,
since it's more visible and clearer. `__array__` could mean anything.
0 commit comments