Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pathpy/pathpy
An OpenSource python package for the analysis of time series data on networks using higher-order and multi-order graphical models.
https://github.com/pathpy/pathpy
Last synced: 1 day ago
JSON representation
An OpenSource python package for the analysis of time series data on networks using higher-order and multi-order graphical models.
- Host: GitHub
- URL: https://github.com/pathpy/pathpy
- Owner: pathpy
- License: agpl-3.0
- Created: 2019-08-12T16:17:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T22:20:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-02T16:22:48.885Z (about 1 month ago)
- Language: Python
- Size: 8.54 MB
- Stars: 84
- Watchers: 6
- Forks: 10
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![pathpy under construction](doc/_static/construction.png)
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](https://www.pathpy.net).
The docs include a [tutorial](https://www.pathpy.net/tutorial.html), [example gallery](https://www.pathpy.net/examples/index.html), [API reference](https://www.pathpy.net/api.html), and other useful information.
Dependencies
------------Pathpy supports Python 3.7+.
Installation requires [numpy](http://www.numpy.org/) and [scipy](https://www.scipy.org/).
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](https://github.com/pathpy/pathpy/issues).