[Numpy-discussion] Community Review #4 of the NumPy Comics

2024-10-14 Thread Mars Lee via NumPy-Discussion
Hi all, The “How to Contribute to NumPy” comics are open for review again! Since the last review, I have added the last 6 pages, back cover and credits section. Here’s the issue link: https://github.com/numpy/numpy/issues/27375 Here’s the comic link: https://heyzine.com/flip-book/3e66a13901.html

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

2024-10-14 Thread Charles R Harris via NumPy-Discussion
On Mon, Oct 14, 2024 at 8:09 AM Sebastian Berg wrote: > On Sat, 2024-10-12 at 12:13 -0400, Marten van Kerkwijk wrote: > > Hi Dan, others, > > > > > > > Regardless, since there have been 7 years of > > PendingDeprecationWarning, > > I think changing that to a regular DeprecationWarning should not

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

2024-10-14 Thread Charles R Harris via NumPy-Discussion
On Mon, Oct 14, 2024 at 9:10 AM Nathan wrote: > Here's a github code search for the string "np.matrix": > > https://github.com/search?q=%22np.matrix%22&type=code > > First, if you narrow down to just Python code, there are almost 60 > thousand results, which is quite high, much higher than we we'

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

2024-10-14 Thread Sebastian Berg
On Sat, 2024-10-12 at 12:13 -0400, Marten van Kerkwijk wrote: > Hi Dan, others, > > Regardless, since there have been 7 years of > PendingDeprecationWarning, > I think changing that to a regular DeprecationWarning should not > surprise anybody, at least not if they had built a package based on

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

2024-10-14 Thread Nathan via NumPy-Discussion
Here's a github code search for the string "np.matrix": https://github.com/search?q=%22np.matrix%22&type=code First, if you narrow down to just Python code, there are almost 60 thousand results, which is quite high, much higher than we we're comfortable with for outright removals for NumPy 2.0.