Re: [Numpy-discussion] deprecating assignment to ndarray.data

2016-01-21 Thread Jonathan J. Helmus
On 1/21/2016 8:32 PM, Nathaniel Smith wrote: > Does this apply in any way to the .data attribute in scipy.sparse matrices? Nope! -n How about the .data attribute of masked arrays? I'm guessing there may be a decent amount of code that uses array.data to try to duck-type ndarrays and

Re: [Numpy-discussion] using f2py with a module containing a derived type?

2015-01-17 Thread Jonathan J. Helmus
On 1/17/2015 9:11 AM, Greg Fischer wrote: Hello, I would like to use f2py to wrap a Fortran module that contains a derived data type. I don't necessarily need to access the data that is inside the derived type from Python, but I would really like to be able to call the subroutines that are

Re: [Numpy-discussion] Splitting numpydoc to a separate repo

2013-07-24 Thread Jonathan J. Helmus
On Jul 24, 2013, at 10:33 AM, Pauli Virtanen p...@iki.fi wrote: Hi, How about splitting doc/sphinxext out from the main Numpy repository to a separate `numpydoc` repo under Numpy project? It's a separate Python package, after all. Moreover, this would make it easier to use it as a git

Re: [Numpy-discussion] quickselect

2013-06-11 Thread Jonathan J. Helmus
On Jun 9, 2013, at 11:27 AM, Julian Taylor jtaylor.deb...@googlemail.com wrote: On 09.06.2013 12:10, josef.p...@gmail.com wrote: On Wed, May 29, 2013 at 3:19 PM, josef.p...@gmail.com wrote: On Wed, May 29, 2013 at 12:25 PM, Julian Taylor jtaylor.deb...@googlemail.com wrote: On 05/29/2013