Re: [Numpy-discussion] understanding buffering done when broadcasting

2015-11-27 Thread Eli Bendersky
On Wed, Nov 25, 2015 at 12:21 AM, Sebastian Berg wrote: > On Di, 2015-11-24 at 16:49 -0800, Eli Bendersky wrote: > > > > > > On Mon, Nov 23, 2015 at 2:09 PM, Sebastian Berg > > wrote: > > On Mo, 2015-11-23 at 13:31 -0800, Eli Bendersky wrote: > > > Hello, > > > > >

Re: [Numpy-discussion] FeatureRequest: support for array construction from iterators

2015-11-27 Thread Alan G Isaac
On 11/27/2015 5:37 AM, Stephan Sahm wrote: I like to request a generator/iterator support for np.array(...) as far as list(...) supports it. http://docs.scipy.org/doc/numpy/reference/generated/numpy.fromiter.html hth, Alan Isaac ___ NumPy-Discussio

[Numpy-discussion] FeatureRequest: support for array construction from iterators

2015-11-27 Thread Stephan Sahm
​​ [ this ​request /discussion refers to numpy issue ​​ ​​ #5863 ​ ​ ​​ https://github.com/numpy/numpy/pull/5863#issuecomment-159738368 ] Dear all, As far as I can think, the expected functionality of np.array(...) would be np.array(list(...)) or something even nicer. Therefore, I like to reques

[Numpy-discussion] ENH: added vector operators: divergence, curl and laplacian #6727

2015-11-27 Thread Antonio Lara
Hello, I have corrected the errors in my previous pull request that includes the new functions divergence, curl and laplacian. https://github.com/numpy/numpy/pull/6727 Thank you, Antonio ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org https