Recent Releases of node2vec
node2vec -
Fixes issues with dependencies, keeps minimum python version at 3.8.
Thanks to @Crosswind
- Python
Published by eliorc over 1 year ago
node2vec - Fix Multigraph Bug
Bug fixes
- Fixes #91 , where weights would be
None. Now default to 1
- Python
Published by eliorc over 3 years ago
node2vec - Poetry and faster random walks
- Switch to Poetry for package management
- Faster random walk generation by @Neronuser
- Python
Published by eliorc over 4 years ago
node2vec - Gensim > 4.0.0 support for edges
Edge embedding support for gensim 4.0.0
Resolved #63
- Python
Published by eliorc almost 5 years ago
node2vec - Gensim > 4.0.0 support
Due to naming changes, gensim > 4.0.0 caused lib to fail. This patch fixes that.
Thanks to @raminqaf and @jinhangjiang
- Python
Published by eliorc almost 5 years ago
node2vec - Default to skip-gram
Minor change, default to use skip-gram in gensim
- Python
Published by eliorc about 5 years ago