Re: [Numpy-discussion] question about array slicing and element assignment

2018-06-19 Thread Stephan Hoyer
You will need to convert "a[(2,3,5),][mask]" into a single indexing expression, e.g, by using utility functions like np.nonzero() on mask. NumPy can't support assignment in chained indexing. On Tue, Jun 19, 2018 at 1:25 PM Emil Sidky wrote: > Hello, > The following is an example where an array

[Numpy-discussion] question about array slicing and element assignment

2018-06-19 Thread Emil Sidky
Hello, The following is an example where an array element assignment didn't work as I expected. Create a 6 x 3 matrix: In [70]: a =  randn(6,3) In [71]: a Out[71]: array([[ 1.73266816,  0.948849  ,  0.69188222],    [-0.61840161, -0.03449826,  0.15032552],    [ 0.4963306 ,  0.77028209,

Re: [Numpy-discussion] rackspace ssl certificates

2018-06-19 Thread Matthew Brett
Hi, On Tue, Jun 19, 2018 at 6:27 PM, Matti Picus wrote: > On 19/06/18 09:58, Charles R Harris wrote: >> >> > What I was curious about is that there were no more "daily" builds of >> > master. >> >> Is that right? That there were daily builds of master, on Appveyor? >> I don't know how those

Re: [Numpy-discussion] rackspace ssl certificates

2018-06-19 Thread Matti Picus
On 19/06/18 09:58, Charles R Harris wrote: > What I was curious about is that there were no more "daily" builds of > master.

Re: [Numpy-discussion] rackspace ssl certificates

2018-06-19 Thread Charles R Harris
On Tue, Jun 19, 2018 at 10:36 AM, Matthew Brett wrote: > On Tue, Jun 19, 2018 at 2:46 PM, Charles R Harris > wrote: > > > > > > On Tue, Jun 19, 2018 at 4:57 AM, Matthew Brett > > wrote: > >> > >> Hi, > >> > >> On Tue, Jun 19, 2018 at 2:44 AM, Charles R Harris > >> wrote: > >> > > >> > > >> >

Re: [Numpy-discussion] rackspace ssl certificates

2018-06-19 Thread Matthew Brett
On Tue, Jun 19, 2018 at 2:46 PM, Charles R Harris wrote: > > > On Tue, Jun 19, 2018 at 4:57 AM, Matthew Brett > wrote: >> >> Hi, >> >> On Tue, Jun 19, 2018 at 2:44 AM, Charles R Harris >> wrote: >> > >> > >> > On Mon, Jun 18, 2018 at 5:58 PM, Matthew Brett >> > wrote: >> >> >> >> On Tue, Jun

Re: [Numpy-discussion] rackspace ssl certificates

2018-06-19 Thread Charles R Harris
On Tue, Jun 19, 2018 at 4:57 AM, Matthew Brett wrote: > Hi, > > On Tue, Jun 19, 2018 at 2:44 AM, Charles R Harris > wrote: > > > > > > On Mon, Jun 18, 2018 at 5:58 PM, Matthew Brett > > wrote: > >> > >> On Tue, Jun 19, 2018 at 12:24 AM, Charles R Harris > >> wrote: > >> > > >> > > >> > On

[Numpy-discussion] ANN: SfePy 2018.2

2018-06-19 Thread Robert Cimrman
I am pleased to announce release 2018.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

Re: [Numpy-discussion] rackspace ssl certificates

2018-06-19 Thread Matthew Brett
Hi, On Tue, Jun 19, 2018 at 2:44 AM, Charles R Harris wrote: > > > On Mon, Jun 18, 2018 at 5:58 PM, Matthew Brett > wrote: >> >> On Tue, Jun 19, 2018 at 12:24 AM, Charles R Harris >> wrote: >> > >> > >> > On Mon, Jun 18, 2018 at 3:13 PM, Matthew Brett >> > wrote: >> >> >> >> Hi, >> >> >> >>