Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding IOBase #151

Merged
merged 6 commits into from
Sep 19, 2022
Merged

Adding IOBase #151

merged 6 commits into from
Sep 19, 2022

Conversation

AmroAlJundi
Copy link
Contributor

Added IOBase as described in #150. Specifically, the changes made are:

  • Added reading calls for the readers of edge lists, edge lists with Pigo, matrix markets, matrix markets with Pigo, and SparseBase's binary format for both orders one and two.
  • Added writer calls for SparseBase's binary format orders one and two.
  • Reading is for COO, CSR, and Array formats whenever it is implemented.
  • Added tests for all added calls.

@AmroAlJundi AmroAlJundi self-assigned this Sep 17, 2022
@AmroAlJundi AmroAlJundi linked an issue Sep 17, 2022 that may be closed by this pull request
@ardasener ardasener self-requested a review September 19, 2022 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IOBase -- single function calls for reading and writing sparse data
2 participants