Re: [Numpy-discussion] defining a NumPy API standard?

2019-06-01 Thread William Ray Wing
> On Jun 1, 2019, at 4:17 AM, Ralf Gommers wrote: > > Hi all, > > I have an idea that I've discussed with a few people in person, and the > feedback has generally been positive. So I'd like to bring it up here, to get > a sense of if this is going to fly. Note that this is NOT a proposal at

Re: [Numpy-discussion] Slice nested arrays, How to

2017-07-24 Thread William Ray Wing
> On Jul 24, 2017, at 10:37 AM, Bob wrote: > > Hello, > > I created the following array by converting it from a nested list: > >a = np.array([np.array([ 17.56578416, 16.82712825, 16.57992292, > 15.83534836]), > np.array([ 17.9002445 , 17.35024876, 16.69733472, 15.78809856]), >