Conversation

jim22k
  • Add conda install instructions
  • Show basic usage of calling algorithms
  • Show usage as a NetworkX plugin

- Add conda install instructions
- Show basic usage of calling algorithms
- Show usage as a NetworkX plugin
@jim22kjim22k requested a review from eriknw November 18, 2022 21:46
@jim22kjim22k linked an issue Nov 18, 2022that may be closed by this pull request
jim22k and others added 2 commits November 30, 2022 10:56
)

- Use proper constructors for classes rather than `from_graphblas`.
- Add .matrix property for (Di)Graph
@jim22k

@eriknw Looks like the same bug from flake8 is happening here. Can you fix that, then I'll merge, and verify this PR is passing before I merge. Thanks!

@eriknw

The fix is now on main branch. Should be good to go!

@codecov-commenter

Codecov Report

Base: 72.67% // Head: 72.67% // No change to project coverage 👍

Coverage data is based on head (19d622b) compared to base (4652c98).
has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #34   +/-   ##
=======================================
  Coverage   72.67%   72.67%           
=======================================
  Files          69       69           
  Lines        2569     2569           
  Branches      475      475           
=======================================
  Hits         1867     1867           
  Misses        531      531           
  Partials      171      171           
Impacted FilesCoverage Δ
graphblas_algorithms/interface.py97.33% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jim22kjim22k merged commit 83bfa40 into python-graphblas:main Nov 30, 2022
Sign up for free to join this conversation on . Already have an account? Sign in to comment
None yet
None yet

Successfully merging this pull request may close these issues.

Update README