- Notifications
You must be signed in to change notification settings - Fork441
Closed
Labels
Milestone
Description
The latest version ofnumpy
is listing thematrix
class as something that may be deprecated in the future (seenumpy-discussion thread). This is currently generating warning messages in our unit tests (see issue#232) but otherwise not causing any harm.
At some point we have to decide whether to switch out internal operations to use thearray
class, as recommended in thenumpy documentation.