[Numpy-discussion] Python 3.11.0rc1 is out

2022-08-08 Thread Charles R Harris
Hi All, Just to note that Python 3.11.0rc1 has been released. I plan to make a NumPy 1.23.2 release with support for that as soon as it is available on our build platforms. Chuck ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubs

[Numpy-discussion] Re: Additional aliases for MaskedArray

2022-08-08 Thread Ross Barnowski
On the one hand it does seem like `ma` versions of these functions, especially `ones_like` and `zeros_like`, are sensible additions given that they should be relatively straightforward extensions of the core functions. OTOH in my experience "relatively straightforward changes" to the masked array p