[Numpy-discussion] Re: Seeking feedback: design doc for `namedarray`, a lightweight array data structure with named dimensions

2023-10-19 Thread Dom Grigonis
I would make use of it if it was also supporting pure-numpy indices too. Pure-numpy n-dim array with indices is what I was after for a while now. The reason is exactly that - to shed heavy dependencies as pandas and have performance of pure numpy. Regards, DG > On 20 Oct 2023, at 00:51, Anders

[Numpy-discussion] Seeking feedback: design doc for `namedarray`, a lightweight array data structure with named dimensions

2023-10-19 Thread Anderson Banihirwe
:wave:t5: folks, [there has been growing interest in a lightweight array structure](https://github.com/pydata/xarray/issues/3981) that's in the same vein as [xarray's Variable](https://docs.xarray.dev/en/stable/generated/xarray.Variable.html). we've put together a design doc for `namedarray`, a