[NumPy-Tickets] [NumPy] #2073: stride_tricks with float16
NumPy Trac
numpy-tickets@scipy....
Mon Mar 12 12:42:40 CDT 2012
#2073: stride_tricks with float16
--------------------+-------------------------------------------------------
Reporter: npinto | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: Other | Version: 1.6.1
Keywords: |
--------------------+-------------------------------------------------------
Comment(by mwiebe):
I suspect the stride tricks code has hard-coded knowledge about the numpy
dtypes. This should be changed so it directly uses the information
provided by the dtype object instead, so that it would work with third-
party extension dtypes, too.
This should be a relatively straightforward Python-level code fix, anyone
with a decent knowledge of Python should be able to tackle this bug. Too
bad there's no way to mark that in a nice searchable field yet.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2073#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list