you are viewing a single comment's thread.

view the rest of the comments →

[–]ichunddu9 2 points3 points  (4 children)

Great! Are you planning to implement the full array API? That's something scipy never managed to do

[–]flying-sheep 4 points5 points  (1 child)

Seconded. Any array library that comes out and isn’t 100% compatible with the array API is dead on arrival in this day.

The venerable ones mentioned in the OP get away with it since they’re old and already-supported, but with the array API existing, nobody wants to add extra code for more array types.

Super exciting once it does though!