Skip to content

Commit 0f7275b

Browse files
committed
Update README
1 parent 5fa3b8e commit 0f7275b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ Python3 implementation of the node2vec algorithm Aditya Grover, Jure Leskovec an
66

77
## Changes:
88

9-
New in `0.3.0`:
9+
New in `0.3.0` (right now on version `0.3.1`):
1010

1111
Added support for big graphs which cannot be fit into memory during algorithm execution (causing OOM errors).
1212

1313
Thanks [`@pg2455`](https://github.com/pg2455) for the contribution of this feature.
1414

15+
1516
## Installation
1617

1718
`pip install node2vec`

0 commit comments

Comments
 (0)