Skip to content

Releases: eliorc/node2vec

Fix Multigraph Bug

01 Aug 11:34
Compare
Choose a tag to compare

Bug fixes

  • Fixes #91 , where weights would be None. Now default to 1

v0.4.5

30 Apr 05:55
Compare
Choose a tag to compare

Bug Fixes

Poetry and faster random walks

09 Oct 06:10
f46ba9d
Compare
Choose a tag to compare
  • Switch to Poetry for package management
  • Faster random walk generation by @Neronuser

Gensim > 4.0.0 support for edges

16 Apr 07:45
Compare
Choose a tag to compare

Edge embedding support for gensim 4.0.0

Resolved #63

Gensim > 4.0.0 support

02 Apr 06:40
81a3c23
Compare
Choose a tag to compare

Due to naming changes, gensim > 4.0.0 caused lib to fail.
This patch fixes that.

Thanks to @raminqaf and @jinhangjiang

Default to skip-gram

09 Jan 08:40
Compare
Choose a tag to compare

Minor change, default to use skip-gram in gensim

v0.4.0

28 Nov 08:59
Compare
Choose a tag to compare

New Features

v0.3.3

03 Oct 07:49
Compare
Choose a tag to compare

Bug fix

  • Fix bug where nodes with no in-degree will get no neighbors resulting in walks starting from them being empty. #46

v0.3.2

19 May 21:08
db45ac6
Compare
Choose a tag to compare
Merge pull request #33 from eliorc/pull/32

Pull/32