enthought / enable

Enable: low-level drawing and interaction
Other
91 stars 45 forks source link

Remove support for Numeric (as opposed to NumPy) from Kiva #1011

Closed corranwebster closed 1 year ago

corranwebster commented 1 year ago

It turns out there was some code that was available to support, and some that used, the Numeric C API (ie. the predecessor to NumPy). The compatibility headers that NumPy provided to help with this are going away, so this PR removes all uses of Numeric code.

Fixes #1005

Changes needed:

This will also need #1007 merged in at some point.

corranwebster commented 1 year ago

Thanks!