From 22440661d7028168c601f10a09dfbb680b2a0638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Briatte?= Date: Tue, 11 Feb 2025 07:39:36 +0100 Subject: [PATCH] add pathpy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ef8efe4..5efb0c6 100755 --- a/README.md +++ b/README.md @@ -670,6 +670,7 @@ __Note:__ searching for ‘@’ will return all Twitter accounts listed on this - [nngt](https://nngt.readthedocs.io) - Library-agnostic graph generation and analysis that wraps around `networkx`, `igraph` and `graph-tool`). Includes normalized graph measures, advanced visualizations, (geo)spatial tools, and interfaces for neuroscience simulators. - [npartite](https://github.com/ike002jp/npartite) - Python algorithms for community detection in n-partite networks. - [parag](https://github.com/rraadd88/parag) - Interactive visualization of higher-order graphs in Python. +- [pathpy](https://www.pathpy.net/) - Analysis of time series data on networks using higher-order and multi-order graphical models. - [PyGraphistry](https://github.com/graphistry/pygraphistry) - Python library to extract, transform, and visually explore big graphs. - [python-igraph](http://igraph.org/python/) - Python version of the igraph network analysis package. - [python-louvain](https://perso.crans.org/aynaud/communities/) - A solid implementation of Louvain community detection algorithm.