[Numpy-discussion] next NumPy triage meeting - October 16th, 2024 at 18:00 UTC

2024-10-12 Thread Inessa Pawson via NumPy-Discussion
The next NumPy triage meeting will be held this Wednesday, October 16th at 18:00 UTC. This is a meeting where we synchronously triage prioritized PRs and issues. Join us via Zoom: https://numfocus-org.zoom.us/j/82096749952?pwd=MW9oUmtKQ1c3a2gydGk1RTdYUUVXZz09 . Everyone is welcome to attend and con

[Numpy-discussion] What to do with np.matrix

2024-10-12 Thread Dan Schult
Hello everyone, I've been helping scipy.sparse provide a sparse array interface along-side sparse matrix. With that effort making good progress, we are starting to think about bigger implications. Now may be a good time to reconsider *what to do with np.matrix*. I think we have three options: 1)

[Numpy-discussion] Re: What to do with np.matrix

2024-10-12 Thread Marten van Kerkwijk
Hi Dan, others, Great news that the sparse array implementation is getting there! The continued existence of np.matrix has in large part been because of sparse matrices, so in some sense the decision depends also on what happens to those. But generally I'm in favour of just deprecating and removi