Re: [Numpy-discussion] Dropping Python 3.7 for NumPy 1.22

2021-08-13 Thread Ralf Gommers
On Fri, Aug 13, 2021 at 3:41 AM Charles R Harris wrote: > Hi All, > > This is to propose dropping Python 3.7 for NumPy 1.22. Doing so will allow > merging the array API standard > (keyword > only arguments), simplify removing import time compiles >

[Numpy-discussion] Idea: Simplify passing of shared memory info for ndarrays

2021-08-13 Thread Randall Pittman
Hi! First time poster to the list, long time happy user of NumPy (thank you, devs!!) I created a bit of a wrapper for using `ndarray` with Py 3.8+ `multiprocessing.shared_memory`. I really like the ability to use `SharedMemory` with `ndarray` via the `buffer` arg. (as in https://docs.python.or