Be sure and get your proposals in for PyData Silicon Valley 2014 by April 6!
The event brings together scientists, analysts, developers, engineers,
architects and others from the Python data science community to discuss new
techniques and tools for management, analytics and visualization of dat
Hello,
I am writing due to an issue in structured array assignments. Let's
consider the following example:
In [31]: x = np.empty(1, dtype=[('field', 'i4', 10)])
In [32]: type(x[0])
Out[32]: numpy.void
In [33]: x[0] = np.ones(10, dtype='i4').view('V40')
In [34]:
On Apr 1, 2014, at 4:36 PM, Nathaniel Smith wrote:
> We could just ship all numpy's extension modules in the same directory
> if we wanted. It would be pretty easy to stick some code at the top of
> numpy/__init__.py to load them from numpy/all_dlls/ and then slot them
> into the appropriate plac