Skip to content

Commit cc389a6

Browse files
committed
clarified versioning scheme
1 parent 90a151d commit cc389a6

File tree

4 files changed

+1245
-1266
lines changed

4 files changed

+1245
-1266
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,25 @@ a collection of pathways (left) and a multi-order graphical representation of th
3838

3939
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).
4040
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/). The
41-
latter tutorial is based on the predecessor library `pyTempNets` but most of its features have already been included in `pathpy`.
41+
latter tutorial is based on the predecessor library [`pyTempNets`](https://github.com/IngoScholtes/pyTempNets). Most of its features have been ported to `pathpy`.
4242

4343
# Documentation
4444

4545
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).
4646

47+
# Releases and Versioning
48+
49+
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). Following versions are named MAJOR.MINOR.PATCH according to [semantic versioning](http://semver.org/). The date of each release is encoded in the PATCH version.
50+
4751
# Acknowledgements
4852

4953
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/). 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/).
5054

5155
# Contributors
5256

53-
[Ingo Scholtes](http://www.ingoscholtes.net) (project lead, development)
54-
Roman Cattaneo (development)
55-
Nicolas Wider (testing)
57+
[Ingo Scholtes](http://www.ingoscholtes.net) (project lead, development)
58+
Roman Cattaneo (development)
59+
Nicolas Wider (testing)
5660

5761
# Copyright
5862

0 commit comments

Comments
 (0)