[Numpy-discussion] next NumPy triage meeting

2022-08-21 Thread Inessa Pawson
The next NumPy triage meeting will be held this Wednesday, August 24th at
16:00 (4 pm) UTC. This is a meeting where we synchronously triage
prioritized PRs and issues.
Join us via Zoom:
https://us06web.zoom.us/j/82096749952?pwd=MW9oUmtKQ1c3a2gydGk1RTdYUUVXZz09
Everyone is welcome to attend and contribute to a conversation.

Please notify us of issues or PRs that you’d like to have reviewed by
adding a GitHub link to them in the meeting agenda:
https://hackmd.io/68i_JvOYQfy9ERiHgXMPvg.

Cheers,
Inessa Pawson
Contributor Experience Lead | NumPy
https://numpy.org/
GitHub: inessapawson
___
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com


[Numpy-discussion] Re: Display runtime information through a new function: `show_runtime`

2022-08-21 Thread Matti Picus

  
  
The PR to implement this was merged
Matti

  

___
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com


[Numpy-discussion] reminder: put an upper bound on setuptools if you use numpy.distutils!

2022-08-21 Thread Ralf Gommers
Hi all,

After setuptools 65.0 was released a few days ago, all users of
numpy.distutils had their builds broken. This is already fixed in
setuptools 65.0.2 because the breakage was particularly bad. However, the
next breakage may not be fixed anymore (and more breakages *are* expected).
So this is a good time to remind you all that you should put an upper bound
on the setuptools version you allow in the releases of your package - to
the last version that is known to work with your package.

Our official stance here is that setuptools versions >=60 are not supported
- see the "deprecating numpy.distutils" thread:
https://mail.python.org/archives/list/numpy-discussion@python.org/message/PMU4P4YRP2FZA2Z6Z6Z74ZFYD6PCRXQ5/.
Newer versions may work for you, depending on what features you use. They
don't for NumPy and for SciPy; both projects pin to 59.X to avoid problems.

For the recent issue with setuptools 65.0.0, see
https://github.com/numpy/numpy/issues/22135. We have also made the warnings
about this topic in our docs more explicit, see
https://github.com/numpy/numpy/pull/22154.

Cheers,
Ralf
___
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com