pydata / sparse

Sparse multi-dimensional arrays for the PyData ecosystem

Home Page:https://sparse.pydata.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inconsistent tocoo/to_coo methods on different sparse types

mangecoeur opened this issue · comments

There is some inconsistencies in the naming of to-coo methods: GCXS has tocoo, DOK has to_coo. I assume to some extent it's to have some compatibility with scipy sparse. But then why not just have both methods on all types?

We're considering deprecating those and using asformat always instead.