From b9fea02228c932e7a0925acc2c1158615bf620e3 Mon Sep 17 00:00:00 2001 From: Jonathan Donges Date: Sun, 15 Nov 2015 15:05:42 +0100 Subject: [PATCH] Added ref to pyunicorn description paper + minor fixes to docs --- README.rst | 2 ++ docs/source/changelog.rst | 4 ++++ docs/source/conf.py | 2 +- docs/source/download.rst | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a2be59c6..7af0a863 100644 --- a/README.rst +++ b/README.rst @@ -120,6 +120,8 @@ following reference: J.F. Donges, J. Heitzig, B. Beronov, M. Wiedermann, J. Runge, Q.-Y. Feng, L. Tupikina, V. Stolbova, R.V. Donner, N. Marwan, H.A. Dijkstra, and J. Kurths, Unified functional network and nonlinear time series analysis for complex systems science: The pyunicorn package, + `Chaos 25, 113101 (2015), doi:10.1063/1.4934554, + `_ `Preprint: arxiv.org:1507.01571 [physics.data-an]. `_ diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index e6d5ee44..d86d59b6 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -4,6 +4,10 @@ Changelog A summary of major changes made in each release of ``pyunicorn``: +**0.5.1** + - Added reference to pyunicorn description paper published in the + journal Chaos. + **0.5.0** - Substantial update of ``CouplingAnalysis``. - New methods in ``RecurrenceNetwork``: ``transitivity_dim_single_scale``, diff --git a/docs/source/conf.py b/docs/source/conf.py index 8f42bc63..855ccf44 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -62,7 +62,7 @@ # The short X.Y version. version = '0.5' # The full version, including alpha/beta/rc tags. -release = '0.5.0' +release = '0.5.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/download.rst b/docs/source/download.rst index 6088db93..e249fa51 100644 --- a/docs/source/download.rst +++ b/docs/source/download.rst @@ -33,5 +33,5 @@ An easy way to go may be a Python distribution like `Anaconda `_ that already include many libraries. .. include:: ../../README.rst - :start-after: documentation) + :start-after: development) :end-before: Test suite