[NumPy-Tickets] [NumPy] #1551: Deprecate old Numeric type codes
NumPy Trac
numpy-tickets@scipy....
Tue Jul 20 03:34:12 CDT 2010
#1551: Deprecate old Numeric type codes
-------------------------------+--------------------------------------------
Reporter: pv | Owner: somebody
Type: enhancement | Status: new
Priority: normal | Milestone: 2.0.0
Component: numpy.core | Version:
Keywords: Numeric type code |
-------------------------------+--------------------------------------------
The old Numeric-style type codes ('Float8', 'Complex32', ...) should
probably be deprecated; at least for complex numbers they are confusing:
{{{
>>> np.array([0], dtype='Complex32')
array([ 0.+0.j], dtype=complex64)
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1551>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list