Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
eliorc committed Sep 13, 2019
1 parent 5fa3b8e commit 0f7275b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ Python3 implementation of the node2vec algorithm Aditya Grover, Jure Leskovec an

## Changes:

New in `0.3.0`:
New in `0.3.0` (right now on version `0.3.1`):

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

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


## Installation

`pip install node2vec`
Expand Down

0 comments on commit 0f7275b

Please sign in to comment.