[Numpy-discussion] next NumPy community meeting

2023-01-30 Thread Inessa Pawson
The next NumPy community meeting will be held this Wednesday, February 1st at 19:00 (7 pm) UTC. 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 you’d like to discuss, f

[Numpy-discussion] GitHub codespace is now available for numpy/numpy

2023-01-30 Thread Inessa Pawson
A GitHub codespace is now available for numpy/numpy. Refer to the GitHub documentation for usage while we are finalizing a tutorial specific to numpy/numpy. Please submit all your feedback on the NumPy codespace in this tracking iss

[Numpy-discussion] Numpy tools for getting the results of indexing operations

2023-01-30 Thread Mark Harfouche
I'm trying to make a few different file backed array-like objects. However, I find myself struggling to get all the indexing operations right. Is there a collection of utilities that answer questions like: 1. Given a shape, and key that would be valid in numpy, what is the resulting shape. 2. Gi