[Numpy-discussion] NumPy Community Survey

2019-08-28 Thread Inessa Pawson
You know that NumPy is essential to the Python community. The NumPy team wants you to know that YOU, our user and developer community, are essential to us. That’s why we are putting together a team to create the inaugural NumPy Community Survey. We hope feedback will provide insights that will help

Re: [Numpy-discussion] NumPy Community Survey

2019-08-28 Thread Ralf Gommers
On Wed, Aug 28, 2019 at 9:42 PM Inessa Pawson wrote: > You know that NumPy is essential to the Python community. The NumPy team > wants you to know that YOU, our user and developer community, are essential > to us. That’s why we are putting together a team to create the inaugural > NumPy Communit

[Numpy-discussion] Allowing Dependabot access to the numpy repo

2019-08-28 Thread Matti Picus
In PR 14378 https://github.com/numpy/numpy/pull/14378 I moved all our python test dependencies to a test_requirements.txt file (for building numpy the only requirement is cython). This is worthy since it unifies the different "pip install" commands across the diff

Re: [Numpy-discussion] Allowing Dependabot access to the numpy repo

2019-08-28 Thread Juan Nunez-Iglesias
I’m confused about why it needs write access to code... if I were doing this for scikit-image I would possibly clone the code to a new repo. > On 29 Aug 2019, at 8:03 am, Matti Picus wrote: > > In PR 14378 https://github.com/numpy/numpy/pull/14378 I moved all our python > test dependencies to