News

We can cast an ordinary python list as a NumPy one-dimensional array. We can also cast a python list of lists to a NumPy two-dimensional array. Usually we will build arrays by using NumPy's ...
Is this possible currently with some work-around (maybe with record arrays), and will this be supported officially in the future? As a side-note, this kind of heterogeneous data ("ragged" arrays) is ...
NumPy is known for being fast, but could it go even faster? Here’s how to use Cython to accelerate array iterations in NumPy. NumPy gives Python users a wickedly fast library for working with ...
Would be nice to have a Dask Array implementation of NumPy's kron. A generalization of outer products for two tensors.