Skip to content

Releases: eliorc/node2vec

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

Choose a tag to compare

@eliorc eliorc released this 02 Aug 11:13
a39910b

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

Thanks to @Crosswind

Fix Multigraph Bug

Choose a tag to compare

@eliorc eliorc released this 01 Aug 11:34

Bug fixes

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

v0.4.5

Choose a tag to compare

@eliorc eliorc released this 30 Apr 05:55

Bug Fixes

Poetry and faster random walks

Choose a tag to compare

@eliorc eliorc released this 09 Oct 06:10
f46ba9d
  • Switch to Poetry for package management
  • Faster random walk generation by @Neronuser

Gensim > 4.0.0 support for edges

Choose a tag to compare

@eliorc eliorc released this 16 Apr 07:45

Edge embedding support for gensim 4.0.0

Resolved #63

Gensim > 4.0.0 support

Choose a tag to compare

@eliorc eliorc released this 02 Apr 06:40
81a3c23

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

Choose a tag to compare

@eliorc eliorc released this 09 Jan 08:40

Minor change, default to use skip-gram in gensim

v0.4.0

Choose a tag to compare

@eliorc eliorc released this 28 Nov 08:59

New Features

v0.3.3

Choose a tag to compare

@eliorc eliorc released this 03 Oct 07:49

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

Choose a tag to compare

@eliorc eliorc released this 19 May 21:08
db45ac6
Merge pull request #33 from eliorc/pull/32

Pull/32