Due to naming changes, gensim > 4.0.0 caused lib to fail. This patch fixes that.
Thanks to raminqaf and jinhangjiang
0.4.1
Minor change, default to use skip-gram in `gensim`
0.4.0
New Features
- Enable controlling the random seed for reproducible results (38 by gerritjandebruin) - Autopick tqdm bar for better display on CLI/Notebooks (49 by LucaCappelletti94)
0.3.3
Bug fix
- Fix bug where nodes with no in-degree will get no neighbors resulting in walks starting from them being empty. 46