This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients lgautier, mattip, ncoghlan, pitrou, skrah
Date 2019-01-31.11:27:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548934059.03.0.900218216678.issue34778@roundup.psfhosted.org>
In-reply-to
Content
+1 for Antoine's comment - while our approach with memoryview has generally been "If you're doing serious work with n-dimensional data, you still need NumPy (or an equivalent)", we've also been open to borrowing more NumPy behaviours for memoryview as particular pain points arise, and I think that applies here.
History
Date User Action Args
2019-01-31 11:27:40ncoghlansetrecipients: + ncoghlan, pitrou, lgautier, skrah, mattip
2019-01-31 11:27:39ncoghlansetmessageid: <1548934059.03.0.900218216678.issue34778@roundup.psfhosted.org>
2019-01-31 11:27:39ncoghlanlinkissue34778 messages
2019-01-31 11:27:38ncoghlancreate