Skip to content

Releases: krishnanlab/PecanPy

v2.0.9

10 Jan 16:11
Compare
Choose a tag to compare

Bug fixes and minor changes.

What's Changed

New Contributors

Dependencies

Read more

v2.0.8

07 Sep 14:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.7...v2.0.8

v2.0.7

23 Aug 14:37
Compare
Choose a tag to compare

What's Changed

  • Require numba<0.56

v2.0.6

10 Aug 17:42
Compare
Choose a tag to compare

What's Changed

Auto dependency version bumps

New Contributors

Full Changelog: v2.0.5...v2.0.6

v2.0.5

02 May 15:49
Compare
Choose a tag to compare

Update dependencies and project metadata.

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.0.5

v2.0.3 Minor bug fixes and changes

26 Mar 11:50
Compare
Choose a tag to compare

TL;DR

  • AdjLst fixes and save edgelist file
  • Specify delimiter for edgelist file (thanks to @justinlboyer !)
  • Random seeds for random walk generation

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.0.3

First order walks and major refactoring

11 Jan 15:28
ac71ef7
Compare
Choose a tag to compare

Summary

New features

  • Implemented fast and memory efificent first-order walk modes PreCompFirstOrder and FirstOrderUnweighted (when p = q = 1, or even faster when the graph is unweighted)
  • Added new gamma hyperparameter for node2vec+

Others

  • Setup automated testing
  • Refactor graph objects

What's Changed

Full Changelog: v2.0.1...v2.0.2

Progress bar and csr graph read/write

25 Nov 16:48
Compare
Choose a tag to compare

New features

  • Progress bar via numba-progress, enable by specifying --verbose
  • Read and write CSR sparse graph as .npz (with the convention of .csr.npz for csr graph and .dense.npz for dense graph)
  • Convert weighted dense graph to unweighted dense graph

Minor changes

  • Refactor Timer
  • Enforce BLACK formatting

Node2vec+

17 Sep 00:49
Compare
Choose a tag to compare
  • Node2vec+ implementation.
  • Several fixes of node2vec with improved usage of PecanPy from Python script.

Improve doc and major bugs fixed

04 May 02:28
Compare
Choose a tag to compare
  • Improved the documentation of the package and hosted on readthedoc
  • Enforced coding style consistency through flake
  • Fixed bug in setting in-out bias according to q
  • Fixed gensim.word2vec keywords back compatibility for gensim 4.0.1