pydata / sparse

Sparse multi-dimensional arrays for the PyData ecosystem
https://sparse.pydata.org
BSD 3-Clause "New" or "Revised" License
604 stars 127 forks source link

docs: Added docstring for `COO.mT` #722

Closed DeaMariaLeon closed 4 months ago

DeaMariaLeon commented 4 months ago

Could you please tell me if the docstrings should be like this?

DeaMariaLeon commented 4 months ago

I'd copy the descriptions from the Array API docs as much as I can.

I changed the description then.

I think I addressed the rest of the comments too. Please let me know if something else is needed.

hameerabbasi commented 4 months ago

Thanks for the work on this @DeaMariaLeon! This should merge once required CI passes.