Skip to content

Releases: eliorc/node2vec

v0.5.0: Merge pull request #115 from Crosswind/master

02 Aug 11:13
a39910b

Choose a tag to compare

Fixes issues with dependencies, keeps minimum python version at 3.8.

Thanks to @Crosswind

Fix Multigraph Bug

01 Aug 11:34

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

Choose a tag to compare

Bug Fixes

Poetry and faster random walks

09 Oct 06:10
f46ba9d

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

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

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

Choose a tag to compare

Minor change, default to use skip-gram in gensim

v0.4.0

28 Nov 08:59

Choose a tag to compare

New Features

v0.3.3

03 Oct 07:49

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

Choose a tag to compare

Merge pull request #33 from eliorc/pull/32

Pull/32