Skip to content

Release 0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 18:56
· 0 commits to feee08c7650cfa6b9c5fa686e5a671074f519d10 since this release

[0.5.0] - 2022-03-15

Added

  • Pólya-Urn method for integer weighted graphs now uses JIT compilation to
    speed up the computation.
  • Tests for integer weighted graphs.
  • Makefile targets to build and install the package in a single command.
  • Fast math implementation for Beta-log and Gamma-log functions.
  • Tests for for fast math implementations.

Fixed

  • Disparity filter
  • Pólya-Urn methdo for integer weighted graphs
  • Tests

Changed

  • Same variable name for weight, weighted degree, etc.
  • Folder structure.