Skip to content

Releases: mberr/torch-ppr

v0.0.8

20 Jul 16:22
Compare
Choose a tag to compare

What's Changed

  • Update error message of validate_adjacency by @mberr in #18
  • Add option to add identity matrix by @mberr in #20

Full Changelog: v0.0.7...v0.0.8

v0.0.7

29 Jun 20:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6

29 Jun 15:39
Compare
Choose a tag to compare

What's Changed

  • Fix language tag in docs by @cthoyt in #13
  • Fix torch.sparse.addmm use by @mberr in #12
  • Enable CI on multiple versions of pytorch by @cthoyt in #14
  • Improve sparse CSR support by @mberr in #15
  • Increase numerical tolerance by @mberr in #16

Full Changelog: v0.0.5...v0.0.6

v0.0.5

12 May 08:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

10 May 17:13
Compare
Choose a tag to compare

What's Changed

  • Expose num_nodes parameter by @mberr in #8

Full Changelog: v0.0.3...v0.0.4

v0.0.3

10 May 08:12
Compare
Choose a tag to compare

What's Changed

  • Add imports to code examples in README by @cthoyt in #6
  • Expose API functions from top-level by @cthoyt in #7

New Contributors

  • @cthoyt made their first contribution in #6

Full Changelog: v0.0.2...v0.0.3

v0.0.2

09 May 13:38
Compare
Choose a tag to compare

What's Changed

  • Fix device resolution order by @mberr in #5

Full Changelog: v0.0.1...v0.0.2

v.0.0.1 - Initial Release

06 May 15:39
Compare
Choose a tag to compare

What's Changed

  • Implementations of (Personalized) Page-Rank via PyTorch

Full Changelog: https://github.com/mberr/torch-ppr/commits/v0.0.1