Skip to content

Commit 81eda46

Browse files
committed
added numba to graphtools graph construction. added unittest for numba
1 parent 5d9c9d0 commit 81eda46

File tree

5 files changed

+662
-25
lines changed

5 files changed

+662
-25
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ Or, to install the latest version from github::
4444

4545
pip install --user git+git://github.com/KrishnaswamyLab/graphtools.git
4646

47+
For improved performance with large datasets, install with numba acceleration::
48+
49+
pip install --user graphtools[fast]
50+
4751
Usage example
4852
-------------
4953

0 commit comments

Comments
 (0)