Re: [Numpy-discussion] UC Berkeley hiring developers to work on NumPy

2017-05-19 Thread Nathaniel Smith
On Mon, May 15, 2017 at 1:43 AM, Matthew Brett wrote: > Hi, > > On Sun, May 14, 2017 at 10:56 PM, Charles R Harris > wrote: >> >> >> On Sat, May 13, 2017 at 11:45 PM, Nathaniel Smith wrote: >>> >>> Hi all, >>> >>> As some of you know, I've been working for... quite some time now to >>> try to se

Re: [Numpy-discussion] UC Berkeley hiring developers to work on NumPy

2017-05-19 Thread Nathaniel Smith
Okay, a few more details :-) The initial funding here is a grant from the Gordon and Betty Moore Foundation to UCB with me as PI, in the amount of $645,020. There's also another thing in the pipeline that might supplement that, but it'll be ~6 months yet before we know for sure. So keep your finge

Re: [Numpy-discussion] accumulating version of numpy.put?

2017-05-19 Thread Eric Wieser
Frank, I think you’re looking for np.add.at(a, ind, v), documented here Eric ​ On Fri, 19 May 2017 at 17:13 Frank Horowitz wrote: > Hi All, > > In the numpy library, are there any equivalences of numpy.put to > additive

[Numpy-discussion] accumulating version of numpy.put?

2017-05-19 Thread Frank Horowitz
Hi All, In the numpy library, are there any equivalences of numpy.put to additively store the values rather than simply overwriting? Alternatively, would there be significant speed penalties to code of the form a.flat[ind] += v Thanks in advance for any help you might be able to provide! Fra

[Numpy-discussion] ANN: SfePy 2017.2

2017-05-19 Thread Robert Cimrman
I am pleased to announce release 2017.2 of SfePy. Description --- SfePy (simple finite elements in Python) is a software for solving systems of coupled partial differential equations by the finite element method or by the isogeometric analysis (limited support). It is distributed under t