- Notifications
You must be signed in to change notification settings - Fork15
Read Matrix Market withfast_matrix_market#391
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
22 commits Select commitHold shift + click to select a range
e458cad Read Matrix Market with `fast_matrix_market`
eriknw8795df1 oops print statement
eriknw44783db Merge branch 'main' into fast-matrix-market
eriknwc009b8c Merge branch 'main' into fast-matrix-market
eriknwe18210c Merge branch 'main' into fast-matrix-market
eriknwfaaf1c7 Update usage of `from_dense` and `to_dense` in docs and notebooks
eriknw00c6539 Ignore warning from new version of pydata/sparse (we should investiga…
eriknw632ebef `to_pydata_sparse(v)` on Vector should create 1-d array
eriknw89279c5 Merge branch 'main' into fast-matrix-market
eriknw64d32a0 ruff 253
eriknwdecad90 Merge branch 'main' into fast-matrix-market
eriknwf9dd5f8 Merge branch 'main' into fast-matrix-market
eriknw46e0c62 bump awkward to 2.1.0
eriknw0c1a1a8 Merge branch 'main' into fast-matrix-market
eriknw2faf499 Maybe trust `ruff` to fix some things
eriknwb0544d8 Add a few notes to pre-commit hooks
eriknw5969089 Add `fast-matrix-market` to optional dependencies documentation
eriknwd9ceebc Drop autoflake in pre-commit (use ruff instead)
eriknw47c9bdf bump
eriknw7bf394d bump ruff
eriknweb60ec5 Note that `scipy` is needed for all backends for mmread and mmwrite
eriknw0004520 Add Matrix Market to `io` docs
eriknwFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
11 changes: 6 additions & 5 deletions.github/workflows/test_and_build.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
29 changes: 20 additions & 9 deletions.pre-commit-config.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletionREADME.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletionsdev-requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletionsdocs/getting_started/index.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletionsdocs/user_guide/io.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionenvironment.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -23,7 +23,7 @@ dependencies: | ||
| - pandas | ||
| # For I/O | ||
| - awkward | ||
| - fast_matrix_market | ||
| - networkx | ||
| - scipy | ||
| - sparse | ||
5 changes: 2 additions & 3 deletionsgraphblas/core/expr.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
11 changes: 4 additions & 7 deletionsgraphblas/core/matrix.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
31 changes: 11 additions & 20 deletionsgraphblas/core/ss/matrix.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
15 changes: 6 additions & 9 deletionsgraphblas/core/ss/vector.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
9 changes: 4 additions & 5 deletionsgraphblas/core/vector.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.