Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Consider adding x.ss methods as vanilla methods on objects #295

Open
@eriknw

Description

@eriknw

For example, now that we can import/export CSR and CSC (which incurs a copy, but may be more efficient than COO in general), we may want to consider moving some methods on x.ss to x if we like the API, find the functionality useful, and can implement it efficiently (say with numba in parallel).

Methods to consider:

- split
- concat
- head
- reshape
- scan / scan_rowwise / scan_columnwise
- selectk, selectk_rowwise / selectk_columnwise
- compactify / compactify_rowwise / compactify_columnwise

Metadata

Metadata

Assignees

No one assigned

    Labels

    discussionDiscussing a topic with no specific actions yetenhancementImprove existing functionality or make things work better

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions