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
Most likely this would (in the first step, at least) involve reading in the image data and compatibility within BaseImage subclassed objects to access the data in these formats. Most likely the rendering stages would remain all numpy for now.
Following the Python Array API Standard will allow us to visualize images in those arrays.
Most likely this would (in the first step, at least) involve reading in the image data and compatibility within
BaseImage
subclassed objects to access the data in these formats. Most likely the rendering stages would remain all numpy for now.A PR for this would obviate the need for #805.
The text was updated successfully, but these errors were encountered: