[Numpy-tickets] [NumPy] #266: Problems creating chararrays from numarray chararray objects
NumPy
numpy-tickets at scipy.net
Thu Aug 24 15:00:44 CDT 2006
#266: Problems creating chararrays from numarray chararray objects
------------------------+---------------------------------------------------
Reporter: faltet | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone: 1.0 Release
Component: numpy.core | Version: devel
Severity: normal | Resolution: wontfix
Keywords: |
------------------------+---------------------------------------------------
Changes (by oliphant):
* status: new => closed
* resolution: => wontfix
Comment:
This is an issue with the array interface. Numarray is not exporting
version 3 of the Python side of the interface (and NumPy is no longer
looking for the other attributes that numarray is exporting).
Therefore conversion is occurring through the generic "sequence" interface
(and numarray.strings.array's clip on item access). As a result, NumPy
thinks the size of each element is 1.
Support for version 2 of the Python side of the array interface is gone in
NumPy 1.0.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/266>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list