[Numpy-discussion] PyData SV Proposals

2014-04-02 Thread Leah Silen
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

[Numpy-discussion] structured array assignments

2014-04-02 Thread mbyt
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]:

Re: [Numpy-discussion] ANN: NumPy 1.8.1 release

2014-04-02 Thread Chris Barker - NOAA Federal
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