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
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
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
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