stephenhky / GraphFlow

Algorithms for Graph Flow Analysis

Home Page:https://graphflow.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphflow : Algorithms for Graph Flow Analysis

CircleCI GitHub release Documentation Status Updates Python 3 pypi download stars

This Python package provides numerical routines for graph flow analysis, particularly:

  • PageRank
  • Linear System of Resistance
  • Non-linear System of Resistance
  • HITS (Hyperlink-Induced Topic Search)

Installation

You must have numpy pre-installed. GCC and GFORTRAN compilers have to be available in the machine. After ensuring they have been installed, type the following to install graphflow:

>>> pip install -U graphflow

News

  • 10/10/2023: graphflow 0.6.0 released.
  • 08/18/2023: graphflow 0.5.1 released.
  • 06/20/2023: graphflow 0.5.0 released.
  • 10/29/2022: graphflow 0.4.5 released.
  • 10/04/2022: graphflow 0.4.4 released.
  • 12/31/2021: graphflow 0.4.3 released.
  • 12/15/2021: graphflow 0.4.2 released.
  • 04/19/2021: graphflow 0.4.1 released.
  • 04/10/2021: graphflow 0.4.0 released.
  • 04/09/2020: graphflow 0.3.0 released.
  • 04/07/2020: graphflow 0.2.1 released.
  • 09/12/2018: graphflow 0.2.0 released.
  • 09/03/2018: graphflow 0.1.6 released.
  • 07/19/2018: graphflow 0.1.5 released.
  • 06/27/2018: graphflow 0.1.4 released.
  • 06/14/2018: graphflow 0.1.3 released.
  • 06/06/2018: graphflow 0.1.2 released.
  • 04/12/2018: graphflow 0.1.1 released.

About

Algorithms for Graph Flow Analysis

https://graphflow.readthedocs.io/

License:MIT License


Languages

Language:Python 97.4%Language:Cython 2.6%