Road to NumPy 2.0
hackmd.io
Road to NumPy 2.0
1–10 of 24 posts
Re: Road to NumPy 2.0
#2Re: Road to NumPy 2.0
#3Re: Road to NumPy 2.0
#4I think that ndarray is the most successful abstraction I've come across. Numerical computing is a domain ripe for terrible code, but multi-indexing, broadcasting, mask arrays, .reshape(), .where(), linspace(), and all that are so well made and useful they are now the standard grammar of data science. Yes you've seen horrible numpy code before, but how much worse would it be if it had been written by the same person…
Re: Road to NumPy 2.0
#5Re: Road to NumPy 2.0
#6I think that ndarray is the most successful abstraction I've come across. Numerical computing is a domain ripe for terrible code, but multi-indexing, broadcasting, mask arrays, .reshape(), .where(), linspace(), and all that are so well made and useful they are now the standard grammar of data science. Yes you've seen horrible numpy code before, but how much worse would it be if it had been written by the same person…