[Numpy-discussion] Is it OK to extend the ndarray structure?

2020-05-22 Thread Sebastian Berg
Hi all, just curious, has anyone reservations about extending the ndarray struct (and the void scalar one)? The reason is that, I am starting to dislike the way we handle the buffer interface. Due to issues with backward compatibility, we cannot use the "right" way to free the buffer information.

Re: [Numpy-discussion] Call for Reviewers

2020-05-22 Thread Anirudh Subramanian
Apologies for the wrong message about triage rights earlier and thanks for the clarification Matti! On Fri, May 22, 2020 at 5:13 AM Matti Picus wrote: > On 20/5/20 11:27 pm, Anirudh Subramanian wrote: > > Hi all, > > > > This topic was brought up in the triage meeting today. Numpy is seeing > >

Re: [Numpy-discussion] Call for Reviewers

2020-05-22 Thread Matti Picus
On 20/5/20 11:27 pm, Anirudh Subramanian wrote: Hi all, This topic was brought up in the triage meeting today. Numpy is seeing a huge surge in the number of PRs (current open PRs: 253) which could means two things: 1. Increase in volume of incoming PRs 2. Not enough reviewers to review the PR

Re: [Numpy-discussion] Call for Reviewers

2020-05-22 Thread Ralf Gommers
On Fri, May 22, 2020 at 3:41 AM ChunLin Fang wrote: > Hi all, > > I've reviewed and submitted several Numpy PRs before, Glad to have the > right to add tags.my github id is Qiyu8 . > Hi ChunLin, thanks for your help! I've sent you an invite to the triage team. Best, Ra