[Numpy-tickets] [NumPy] #630: If float('123.45') works, so should numpy.float32('123.45')
NumPy
numpy-tickets@scipy....
Mon Dec 17 03:29:01 CST 2007
#630: If float('123.45') works, so should numpy.float32('123.45')
-------------------------+--------------------------------------------------
Reporter: AndrewStraw | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: numpy.core | Version: none
Severity: normal | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by stefan):
Note to self: Float64 is the Python float, which can be constructed from a
string. Float32 is instantiated in PyArray_Scalar (arrayobject.c:1332),
which doesn't (yet) support this.
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/630#comment:1>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list