On Sat, Oct 19, 2024 at 2:18 PM Dan Schult wrote:
> This is quite helpful. Thanks!
>
> Github search:
> I'm not surprised that many github hits are like homework problems. The
> big resistance to removing np.matrix early on (~2008) came from educators
> who wanted a Matrix oriented experience for
This is quite helpful. Thanks!
Github search:
I'm not surprised that many github hits are like homework problems. The big
resistance to removing np.matrix early on (~2008) came from educators who
wanted a Matrix oriented experience for their students who had recent linear
algebra background. It
On Sat, Oct 12, 2024 at 6:23 PM Marten van Kerkwijk
wrote:
> 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
> happe
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'
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.
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
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
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