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 - v0.4.5

Bug Fixes

  • Bug fixed with weight initialization, #88 thanks to @ndrus-softserve

- Python
Published by eliorc almost 4 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

node2vec - v0.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)

- Python
Published by eliorc about 5 years ago

node2vec - v0.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

- Python
Published by eliorc over 5 years ago

node2vec - v0.3.2

- Python
Published by eliorc almost 6 years ago