Skip to content

Commit 55cf8c1

Browse files
committed
update
1 parent e9d67b9 commit 55cf8c1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
`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.
88

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.
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 package distributed via the PyPI name `pathpy2` supersedes the packages [`pyTempnets`](https://github.com/IngoScholtes/pyTempNets) as well as version 1.0 of `pathpy`.`
1010

1111
`pathpy` facilitates the analysis of temporal correlations in time series data on networks.
1212
It uses a principled model selection technique to infer higher-order graphical representations that capture both topological and temporal characteristics.
@@ -35,6 +35,8 @@ A broader view on higher-order models in the analyis of complex systems can be f
3535

3636
`> pip install pathpy2`
3737

38+
Please make sure that you use the pyPI name `pathpy2` as the package name `pathpy` is currently blocked.
39+
3840
# Tutorial
3941

4042
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/).

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ pathways, citation networks, or information cascades in social networks.
1313

1414
Unifying the modelling and analysis of path statistics and temporal networks,
1515
pathpy provides efficient methods to extract causal or time-respecting paths from
16-
time-stamped network data. The current PyPI module pathpy2 supersedes the
17-
packages pyTempnets as well as version 1.0 of pathpy.
16+
time-stamped network data. The current package distributed via the PyPI name
17+
pathpy2 supersedes the packages pyTempnets as well as version 1.0 of pathpy.
1818

1919
pathpy facilitates the analysis of temporal correlations in time
2020
series data on networks. It uses model selection and statistical
@@ -68,6 +68,7 @@ can be installed by typing:
6868

6969
pip install pathpy2
7070

71+
Please make sure that you use the pyPI name pathpy2 as the package name pathpy is currently blocked.
7172

7273
Tutorial
7374
========

0 commit comments

Comments
 (0)