[Numpy-discussion] next NumPy community meeting

2022-11-19 Thread Inessa Pawson
The next NumPy community meeting will be held this Wednesday, November 23rd at 19:00 (7 pm) UTC. (Note the new time!) Join us via Zoom: https://us06web.zoom.us/j/83278611437?pwd=ekhoLzlHRjdWc0NOY2FQM0NPemdkZz09 Everyone is welcome and encouraged to attend. To add to the meeting agenda the topics yo

[Numpy-discussion] Release of NumPy 1.23.5

2022-11-19 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I am pleased to announce the release of NumPy 1.23.5. NumPy 1.23.5 is a maintenance release that fixes bugs discovered after the 1.23.4 release and keeps the build infrastructure current. The Python versions supported for this release are 3.8-3.11. Wheels can b

[Numpy-discussion] Re: new time for community meetings

2022-11-19 Thread Inessa Pawson
To follow up on this topic, according to the poll, 19:00 (7 pm) UTC will work best for everyone. I’ve updated the NumPy community events calendars to reflect the change. On Mon, Nov 14, 2022 at 10:25 AM Inessa Pawson wrote: > It’s that time of the year again when some of us have to adjust our >

[Numpy-discussion] deprecating the function np.round_

2022-11-19 Thread Inessa Pawson
In NumPy, there are several functions that allow even rounding to a given number of decimals: np.around, np.round, np.round_. The function np.round_ is a disrecommended backwards-compatibility alias of the first two. I propose deprecating np.round_ to avoid further user confusion. To provide feedb