[Numpy-tickets] [NumPy] #253: numpy/oldnumeric/alter_code1.py should convert old-style types.
NumPy
numpy-tickets at scipy.net
Thu Aug 17 16:37:03 CDT 2006
#253: numpy/oldnumeric/alter_code1.py should convert old-style types.
-------------------------+--------------------------------------------------
Reporter: zachrahan | Owner: somebody
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Other | Version:
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
Recently types like numpy.Float32 and numpy.Float were deprecated in favor
of numpy.float32 and numpy.float_.
These changes should be reflected in the alter_code*.py routines.
Specifically, old-style capitalized type names should be substituted for
their current counterparts.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/253>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list