Matthew Rocklin

Results 1063 comments of Matthew Rocklin

I'm actually totally fine with something that shows off Datashader over Dask. The examples.dask.org repository is more of a showcase for the kinds of things that you can do with...

There is a trade off here. I think that categoricals are fantastic. However I also appreciate that bcolz has a simple data model that exactly mirrors NumPy. I like the...

Probably somewhere in Dask we look at x.nbytes when instead we should call nbytes(x) . A fix upstream for that would be welcome. On Wed, Nov 10, 2021, 7:05 AM...

I recommend raising upstream. Pinging me directly is no longer a reliable way to report issues to Dask. On Thu, Nov 11, 2021, 1:34 PM Matthew Rocklin ***@***.***> wrote: >...

I'd love to keep this alive if we could On Thu, Jun 10, 2021 at 8:24 PM stale[bot] ***@***.***> wrote: > This issue has been automatically marked as stale because...

FWIW this is a great demonstration of the value of NumPy's use of protocols. It would be great if we could get an alternative ndarray implementation, `sparse`, to work with...

Is this already reported upstream in NumPy?

In most applications that I care about `tensordot` is critical. I'm happy to depend on scipy separately though. Of course, we could always make our own CSR :)

- BLAS generally doesn't have L3 operations for sparse matrices. I notice that scipy.sparse makes reference to Eigen, so perhaps they're linking to a sparse implementation there. In practice though...

No strong thoughts from me. Nice testing suites are nice. On Thu, Jun 28, 2018 at 12:14 PM Hameer Abbasi wrote: > I was thinking of moving the tests to...