[Numpy-discussion] PR for keywordlabeler

2021-06-10 Thread Charles R Harris
Hi All, There is a pending PR that uses keywordlabeler to automatically label PRs and issues. Installing the app requires giving it write permissions to PRs and issues. This isn't different than with the cu

Re: [Numpy-discussion] Proposals for NumPy 1.22.0

2021-06-10 Thread bas van beek
NEP 29 says December 2021, so that'd be kind of borderline. It would allow us to use positional-only parameters, which would be quite useful. There is currently also a substantial amount of version checks in `numpy.typing` that we could get rid of with python >= 3.8. +1 Regards,