Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 67b6358

Browse files
eriknwjim22k
andauthored
Add logo and benchmarks to README (#60)
* Add logo and benchmarks to README * Add supported Python versions badge to README * badges on two lines * convert svg font to path and minify with https://vecta.io/nano (and delete png) --------- Co-authored-by: Jim Kitchen <jim22k@gmail.com>
1 parent 09776b6 commit 67b6358

File tree

5 files changed

+22
-3
lines changed

5 files changed

+22
-3
lines changed

‎MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
recursive-include graphblas_algorithms *.py
2+
prune docs
23
include setup.py
34
include README.md
45
include LICENSE
56
include MANIFEST.in
7+
docs/_static/img/logo-name-medium.png
8+
docs/_static/img/graphblas-vs-igraph.png
9+
docs/_static/img/graphblas-vs-networkx.png

‎README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,29 @@
1-
# **GraphBLAS Algorithms**
2-
1+
![GraphBLAS Algorithms](docs/_static/img/logo-name-medium.svg)
2+
<br>
33
[![conda-forge](https://img.shields.io/conda/vn/conda-forge/graphblas-algorithms.svg)](https://anaconda.org/conda-forge/graphblas-algorithms)
44
[![pypi](https://img.shields.io/pypi/v/graphblas-algorithms.svg)](https://pypi.python.org/pypi/graphblas-algorithms/)
5+
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/graphblas-algorithms)](https://pypi.python.org/pypi/graphblas-algorithms/)
56
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/python-graphblas/graphblas-algorithms/blob/main/LICENSE)
7+
<br>
68
[![Tests](https://github.com/python-graphblas/graphblas-algorithms/workflows/Tests/badge.svg?branch=main)](https://github.com/python-graphblas/graphblas-algorithms/actions)
79
[![Coverage](https://codecov.io/gh/python-graphblas/graphblas-algorithms/branch/main/graph/badge.svg)](https://codecov.io/gh/python-graphblas/graphblas-algorithms)
810
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7329185.svg)](https://doi.org/10.5281/zenodo.7329185)
911
[![Discord](https://img.shields.io/badge/Chat-Discord-blue)](https://discord.com/invite/vur45CbwMz)
1012
<!--- [![Docs](https://readthedocs.org/projects/graphblas-algorithms/badge/?version=latest)](https://graphblas-algorithms.readthedocs.io/en/latest/) --->
1113

12-
GraphBLAS algorithms written in Python with [Python-graphblas](https://python-graphblas.readthedocs.io/en/latest/). We are trying to target the NetworkX API algorithms where possible.
14+
`graphblas-algorithms` is a collection of GraphBLAS algorithms written using
15+
[`python-graphblas`](https://python-graphblas.readthedocs.io/en/latest/).
16+
It may be used directly or as an experimental
17+
[backend to NetworkX](https://networkx.org/documentation/stable/reference/classes/index.html#backends).
18+
19+
Why use GraphBLAS Algorithms? Because it is *fast*, *flexible*, and *familiar* by using the NetworkX API.
20+
21+
Are we missing any [algorithms](#Plugin-Algorithms) that you want?
22+
[Please let us know!](https://github.com/python-graphblas/graphblas-algorithms/issues)
23+
<br>
24+
<img src="docs/_static/img/graphblas-vs-networkx.png" alt="GraphBLAS vs NetworkX" title="Even faster than scipy.sparse!" width="640" />
25+
<br>
26+
<img src="docs/_static/img/graphblas-vs-igraph.png" alt="GraphBLAS vs igraph" title="igraph may use different algorithms for PageRank" width="600" />
1327

1428
### Installation
1529
```
15.7 KB
Loading[フレーム]
106 KB
Loading[フレーム]

‎docs/_static/img/logo-name-medium.svg

Lines changed: 1 addition & 0 deletions
Loading[フレーム]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /