Skip to content

Commit e9d67b9

Browse files
committed
updated readmes
1 parent ec204a3 commit e9d67b9

File tree

3 files changed

+168
-123
lines changed

3 files changed

+168
-123
lines changed

HISTORY.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
=======
21
History
32
=======
43

4+
2.0.0 (2018-08-17)
5+
------------------
6+
7+
* PyPi Release of 2.0 release version.
8+
59
2.0.0a (2018-08-07)
610
------------------
711

8-
* First public release on PyPI.
12+
* First public release of 2.0 alpha on PyPI.
913

1014
1.2.1 (2018-02-23)
1115
------------------

README.md

Lines changed: 33 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,71 +2,75 @@
22

33
# Introduction
44

5-
`pathpy` is an OpenSource python package for the analysis of time series data on networks using **higher-order** and **multi-order** graphical models.
5+
`pathpy` is an OpenSource python package for the analysis of time series data on networks using higher- and multi-order network models.
66

7-
The package is specifically tailored to analyze temporal networks as well as sequential data that capture multiple short, independent paths observed in an underlying graph topology.
8-
Examples for data that can be analysed with `pathpy` include time-stamped social networks, user click streams in information networks, biological pathways, or traces of information propagating in social media.
9-
Unifying the analysis of pathways and temporal networks, `pathpy` provides various methods to extract time-respecting paths from time-stamped network data.
10-
It extends (and will eventually supersede) the package [`pyTempnets`](https://github.com/IngoScholtes/pyTempNets).
7+
`pathpy` is specifically tailored to analyse temporal networks as well as time series and sequence data that capture multiple short, independent paths observed in an underlying graph or network. Examples for data that can be analysed with pathpy include time-stamped social networks, user click streams in information networks, biological pathways, citation networks, or information cascades in social networks.
8+
9+
Unifying the modelling and analysis of path statistics and temporal networks, `pathpy` provides efficient methods to extract causal or time-respecting paths from time-stamped network data. The current PyPI package `pathpy2` supersedes the packages [`pyTempnets`](https://github.com/IngoScholtes/pyTempNets) as well as version 1.0 of pathpy.
1110

1211
`pathpy` facilitates the analysis of temporal correlations in time series data on networks.
1312
It uses a principled model selection technique to infer higher-order graphical representations that capture both topological and temporal characteristics.
1413
It specifically allows to answer the question when a network abstraction of time series data is justified and when higher-order network representations are needed.
1514

16-
The theoretical foundation of this package, **higher-order network models**, was developed in the following research works:
15+
`pathpy` facilitates the analysis of temporal correlations in time series data on networks. It uses model selection and statistical learning to generate optimal higher- and multi-order models that capture both topological and temporal characteristics. It can help to answer the important question when a network abstraction of complex systems is justified and when higher-order representations are needed instead.
16+
17+
The theoretical foundation of this package, **higher- and multi-order network models**, was developed in the following published works:
1718

1819
1. I Scholtes: [When is a network a network? Multi-Order Graphical Model Selection in Pathways and Temporal Networks](http://dl.acm.org/citation.cfm?id=3098145), In KDD'17 - Proceedings of the 23rd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Halifax, Nova Scotia, Canada, August 13-17, 2017
1920
2. I Scholtes, N Wider, A Garas: [Higher-Order Aggregate Networks in the Analysis of Temporal Networks: Path structures and centralities](http://dx.doi.org/10.1140/epjb/e2016-60663-0), The European Physical Journal B, 89:61, March 2016
2021
3. I Scholtes, N Wider, R Pfitzner, A Garas, CJ Tessone, F Schweitzer: [Causality-driven slow-down and speed-up of diffusion in non-Markovian temporal networks](http://www.nature.com/ncomms/2014/140924/ncomms6024/full/ncomms6024.html), Nature Communications, 5, September 2014
2122
4. R Pfitzner, I Scholtes, A Garas, CJ Tessone, F Schweitzer: [Betweenness preference: Quantifying correlations in the topological dynamics of temporal networks](http://journals.aps.org/prl/abstract/10.1103/PhysRevLett.110.198701), Phys Rev Lett, 110(19), 198701, May 2013
2223

23-
`pathpy` extends this approach towards **multi-layer graphical models** that capture temporal correlations at multiple length scales simultaneously.
24-
An illustrative example for a collection of paths (left) and a multi-order graphical representation is shown below.
25-
All mathematical details of the framework can be found in this [recent research paper](http://dl.acm.org/citation.cfm?id=3098145).
26-
27-
[![Watch promotional video](https://img.youtube.com/vi/CxJkVrD2ZlM/0.jpg)](https://www.youtube.com/watch?v=CxJkVrD2ZlM)
24+
`pathpy` extends higher-order modelling approaches towards multi-order models for paths that capture temporal correlations at multiple length scales simultaneously. All mathematical details of the framework can be found in this [openly available preprint](https://arxiv.org/abs/1702.05499).
2825

2926
<img src="https://github.com/IngoScholtes/pathpy/blob/master/multiorder.png" width="500" alt="Illustration of Multi-Order Model" />
3027

28+
A broader view on higher-order models in the analyis of complex systems can be found [here](https://arxiv.org/abs/1806.05977).
29+
30+
`pathpy` is fully integrated with `jupyter`, providing rich and interactive in-line visualisations of networks, temporal networks, higher-, and multi-order models. Visualisations can be exported to HTML5 files that can be shared and published onthe Web.
31+
3132
# Download and installation
3233

33-
`pathpy` is pure python code. It has no platform-specific dependencies and should thus work on all platforms.
34-
It builds on `numpy` and `scipy`.
35-
The latest version of `pathpy` can be installed by typing:
34+
`pathpy` is pure python code. It has no platform-specific dependencies and should thus work on all platforms. pathpy requires python 3.x. It builds on numpy and scipy. The latest release version 2.0 of pathpy can be installed by typing:
3635

37-
`> pip install git+git://github.com/IngoScholtes/pathpy.git`
36+
`> pip install pathpy2`
3837

3938
# Tutorial
4039

41-
A [comprehensive educational tutorial](https://ingoscholtes.github.io/pathpy/tutorial.html) which shows how you can use `pathpy` to analyze data on pathways and temporal networks is [available online](https://ingoscholtes.github.io/pathpy/tutorial.html).
42-
Moreover, a tutorial which illustrates the abstraction of **higher-order networks** in the modeling of dynamical processes in temporal networks is [available here](https://www.sg.ethz.ch/team/people/ischoltes/research-insights/temporal-networks-demo/).
43-
The latter tutorial is based on the predecessor library [`pyTempNets`](https://github.com/IngoScholtes/pyTempNets). Most of its features have been ported to `pathpy`.
40+
A comprehensive 3 hour hands-on tutorial that shows how you can use `pathpy` to analyse data on pathways and temporal networks is available [online](https://ingoscholtes.github.io/kdd2018-tutorial/).
41+
42+
An explanatory video that introduces the science behind `pathpy` is available here:
43+
44+
[![Watch promotional video](https://img.youtube.com/vi/CxJkVrD2ZlM/0.jpg)](https://www.youtube.com/watch?v=CxJkVrD2ZlM)
45+
46+
A promotional video showcasing some of `pathpy`'s features is available here:
47+
48+
[![Watch promotional video](https://img.youtube.com/vi/QIPqFaR2Z5c/0.jpg)](https://www.youtube.com/watch?v=QIPqFaR2Z5c )
4449

4550
# Documentation
4651

47-
The code is fully documented via docstrings which are accessible through python's built-in help system. Just type `help(SYMBOL_NAME)` to see the documentation of a class or method. A [reference manual is available here](https://ingoscholtes.github.io/pathpy/hierarchy.html).
52+
The code is fully documented via docstrings which are accessible through python's built-in help system. Just type help(SYMBOL_NAME) to see the documentation of a class or method. A reference manual is available here https://ingoscholtes.github.io/pathpy/hierarchy.html
4853

4954
# Releases and Versioning
5055

51-
The first public beta release of pathpy (released February 17 2017) is [v1.0-beta](https://github.com/IngoScholtes/pathpy/releases/tag/v1.0-beta.1).
52-
Following versions are named MAJOR.MINOR.PATCH according to [semantic versioning](http://semver.org/).
53-
The date of each release is encoded in the PATCH version.
56+
The first public beta release of `pathpy` (released February 17 2017) is v1.0-beta. Following versions are named MAJOR.MINOR.PATCH according to semantic versioning. The current version is 2.0.0.
5457

5558
# Known issues
5659

5760
- Depending on whether or not `scipy` has been compiled with or without the numerics package `MKL`, considerable numerical differences can occur, e.g. for eigenvalue centralities, PageRank, and other measures that depend on the eigenvectors and eigenvalues of matrices. Please refer to `scipy.show_config()` to show compilation flags.
58-
- Interactive visualizations in jupyter are currently only supported for juypter notebooks, stand-alone HTML files, and the jupyter display integrated in IDEs like Visual Studio Code (which we highly recommend to work with pathpy). Due to its new widget mechanism, interactive d3js visualizations are currently not available for jupyterLab. Due to the complex document object model generated by jupyter notebooks, visualization performance is best in stand-alone HTML files and in Visual Studio Code.
59-
- The visualization of temporal networks currently does not support the drawing of edge arrows for directed edges. However, a powerful templating mechanism is available to support custom interactive and dynamic visualizations of temporal networks.
60-
- The visualization of paths in terms of alluvial diagrams within Jupyter is currently unstable for networks with large delay. This is due to the asynchronous loading of external scripts.
61+
- Interactive visualisations in `jupyter` are currently only supported for `juypter` notebooks, stand-alone HTML files, and the jupyter display integrated in IDEs like Visual Studio Code (which we highly recommend to work with `pathpy`). Due to its new widget mechanism, interactive d3js visualizations are currently not available for `jupyterLab`. Due to the complex document object model generated by `jupyter` notebooks, visualization performance is best in stand-alone HTML files and in Visual Studio Code.
62+
- The visualisation of temporal networks currently does not support the drawing of edge arrows for directed edges. However, a powerful templating mechanism is available to support custom interactive and dynamic visualizations of temporal networks.
63+
- The visualisation of paths in terms of alluvial diagrams within `jupyter` is currently unstable for networks with large delay. This is due to the asynchronous loading of external scripts.
6164

6265
# Acknowledgements
6366

64-
The research behind this data analysis framework was funded by the Swiss State Secretariat for Education, Research and Innovation [(Grant C14.0036)](https://www.sg.ethz.ch/projects/seri-information-spaces/).
65-
The development of this package was generously supported by the [MTEC Foundation](http://www.mtec.ethz.ch/research/support/MTECFoundation.html) in the context of the project [The Influence of Interaction Patterns on Success in Socio-Technical Systems: From Theory to Practice](https://www.sg.ethz.ch/projects/mtec-interaction-patterns/).
67+
The research behind this data analysis framework was generously funded by the Swiss State Secretariate for Education, Research and Innovation via Grant C14.0036. The development of the predecessor package pyTempNets was further supported by the MTEC Foundation in the context of the project "The Influence of Interaction Patterns on Success in Socio-Technical Systems: From Theory to Practice".
68+
69+
The further development of `pathpy` is currently supported by the Swiss National Science Foundation via [Grant 176938](http://p3.snf.ch/Project-176938).
6670

6771
# Contributors
6872

69-
[Ingo Scholtes](http://www.ingoscholtes.net) (project lead, development)
73+
[Ingo Scholtes](http://www.ifi.uzh.ch/dag) (project lead, development)
7074
[Luca Verginer](https://www.verginer.eu/) (development, test suite integration)
7175

7276
# Past Contributors
@@ -78,4 +82,4 @@ Nicolas Wider (testing)
7882

7983
`pathpy` is licensed under the [GNU Affero General Public License](https://choosealicense.com/licenses/agpl-3.0/).
8084

81-
(c) Copyright ETH Zürich, Chair of Systems Design, 2015-2017
85+
(c) Copyright ETH Zürich & University of Zurich, 2015-2018

0 commit comments

Comments
 (0)