Skip to content
/ pathpy Public

An OpenSource python package for the analysis of time series data on networks using higher-order and multi-order graphical models.

License

Notifications You must be signed in to change notification settings

pathpy/pathpy

Repository files navigation

pathpy under construction

pathpy: path data analysis


An OpenSource python package for the analysis of time series data on networks using higher-order and multi-order graphical models.

Documentation

Online documentation is available at pathpy.net.

The docs include a tutorial, example gallery, API reference, and other useful information.

Dependencies

Pathpy supports Python 3.7+.

Installation requires numpy and scipy.

Installation

The latest stable release (and older versions) can be installed from PyPI:

pip install pathpy3

You may instead want to use the development version from Github:

pip install git+https://github.com/pathpy/pathpy.git#egg=pathpy

Testing

To test pathpy, run make test in the source directory.

This will exercise both the unit tests and docstring examples (using pytest).

Development

Pathpy development takes place on Github: https://github.com/pathpy/pathpy

Please submit any reproducible bugs you encounter to the issue tracker.

About

An OpenSource python package for the analysis of time series data on networks using higher-order and multi-order graphical models.

Resources

License

Stars

Watchers

Forks

Packages

No packages published