Skip to content

2022.12.1

Compare
Choose a tag to compare
@eriknw eriknw released this 01 Dec 07:15
· 35 commits to main since this release
83bfa40
  • Update README to show installation instructions and basic usage (#34)
    • Including use as a NetworkX plugin!
  • Create Graph from Matrix as Graph(A) instead of Graph.from_graphblas(A)(#35)
  • Update more places to use to_coo and from_coo instead of to_values and from_values (#32)
  • Use faster algorithm for s_metric (#38)
  • Add environment.yml to create developer environment (#37)
  • Add DOI from Zenodo to README (#33)