Skip to content

Releases: MKLab-ITI/pygrank

New docs, backend optimizations

11 Jun 11:56
Compare
Choose a tag to compare

These changes are in preparation for pygrank's third major release (0.3.0):

  • The updated documentation can be found here: https://pygrank.readthedocs.io/en/latest/
  • Backends now admit initialization parameters, such as preferred device and mode of operations. Additionally, GPU backends have a default mode of trying to use dense matrices to represent graphs, as long as those matrices reside in memory. This ensures that the fastest possible computations will be performed out-of-the-box.
  • Backend bottlenecks have been optimized to require similar execution time as other fast computations.

Bug fixes and maintenance, improved documentation

18 Oct 09:24
Compare
Choose a tag to compare
0.2.10

sparse_mkl backend integration

0.2.7 - Archival release (fully covered code base)

06 Feb 05:13
Compare
Choose a tag to compare
optimized density and conductance to use fast computations and allow …