Potsdam Institute for Climate Impact Research (PIK)
Interdisciplinary Center for Dynamics of Complex Systems (University of Potsdam)
Cardiovascular Physics Group (Humboldt-Universität zu Berlin)
PIK Logo
TOCSY - Toolboxes for Complex Systems
PIK/ Antique/ Blue
Home Home
 ACE
 Adaptive Filtering
 Approx. RQA
 CoinCalc
 Commandline RPs
 COPRA
 Coupling Analysis
 CRP Toolbox
 DSProlog
 Coupling Direction
 IOTA
 K2
 Makeinstall
 NEST
 PECUZAL
 PETROPY
 pyUnicorn
 RECFLOW
 RECGRAM
 RECLAC
 RP
 rqaci
 RSA
 System Identification
 TIGRAMITE
 SOWAS

pyUnicorn - UNIfied COmplex Network and Recurrence aNalysis toolbox

(Python package) | important note for Windows users

logo pyunicorn

pyunicorn

About

pyunicorn (Uni\ fied Co\ mplex Network and R\ ecurre\ N\ ce analysis toolbox) is an object-oriented Python package for the advanced analysis and modeling of complex networks. Beyond the standard measures of complex network theory (such as degree, betweenness and clustering coefficients), it provides some uncommon but interesting statistics like Newman's random walk betweenness. pyunicorn also provides novel node-weighted (node splitting invariant) network statistics, measures for analyzing networks of interacting/interdependent networks, and special tools to model spatially embedded complex networks.

Moreover, pyunicorn allows one to easily construct networks from uni- and multivariate time series and event data (functional/climate networks and recurrence networks). This involves linear and nonlinear measures of time series analysis for constructing functional networks from multivariate data (e.g., Pearson correlation, mutual information, event synchronization and event coincidence analysis). pyunicorn also features modern techniques of nonlinear analysis of time series (or pairs thereof), such as recurrence quantification analysis (RQA), recurrence network analysis and visibility graphs.

pyunicorn is fast, because all costly computations are performed in compiled C code. It can handle large networks through the use of sparse data structures. The package can be used interactively, from any Python script, and even for parallel computations on large cluster architectures. For information about individual releases, see our CHANGELOG and CONTRIBUTIONS.

License

pyunicorn is BSD-licensed (3 clause).

Reference

Please acknowledge and cite the use of this software and its authors when results are used in publications or published elsewhere. You can use the 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 <http://dx.doi.org/10.1063/1.4934554>, Preprint: arxiv.org:1507.01571 <http://arxiv.org/abs/1507.01571> [physics.data-an].

Funding

The development of pyunicorn has been supported by various funding sources, notably the German Federal Ministry for Education and Research <https://www.bmbf.de/bmbf/en/home/home_node.html> (projects GOTHAM <https://www.belmontforum.org/projects> and CoSy-CC2 <http://cosy.pik-potsdam.de/>), the Leibniz Association <https://www.leibniz-gemeinschaft.de/en/> (projects ECONS <http://econs.pik-potsdam.de/> and DominoES <https://www.pik-potsdam.de/en/institute/departments/activities/dominoes>), the German National Academic Foundation, and the Stordalen Foundation via the Planetary Boundary Research Network <https://web.archive.org/web/20200212214011/http://pb-net.org/> (PB.net) among others.

Getting Started

Installation

Official releases ................. Stable releases or uv:

$> pip install pyunicorn

Alternatively, source distributions can be downloaded from the GitHub Releases.

On Windows, please first install the latest version of the Microsoft C++ Build Tools, which is required for compiling Cython modules.

Current development version ........................... In order to use a newer version or uv instructions for installing from version control.

Dependencies ............ pyunicorn is implemented in Python 3 / Cython 3, is tested <https://app.travis-ci.com/github/pik-copan/pyunicorn> on Linux and Windows, and relies on the following packages:

  • Required:
    • numpy, scipy
    • python-igraph (for Network)
    • h5netcdf (for Data, NetCDFDictionary)
    • tqdm (for progress bars)
  • Optional:
    • Matplotlib, Cartopy (for plotting features)
    • mpi4py (for parallelizing costly computations)
    • Sphinx (for generating documentation)
    • Jupyter Notebook (for tutorial notebooks)

Documentation

For extensive HTML documentation, jump right to the homepage <http://www.pik-potsdam.de/ donges/pyunicorn/>. In a local source tree, HTML and PDF documentation can be generated using Sphinx:

$> pip install --group docs
$> cd docs; make clean html latexpdf

Tutorials

For some example applications look into the tutorials provided with the documentation. They are designed to be self-explanatory, and are set up as Jupyter notebooks.

Development

Test suite

Before committing changes or opening a pull request (PR) to the code base, please make sure that all tests pass. The test suite is managed by tox <https://tox.wiki/> and is configured to use system-wide packages when available. Install the test dependencies as follows:

$> pip install --group tests

The test suite can be run from anywhere in the project tree by issuing:

$> tox

To display the defined test environments and target them individually:

$> tox -l
$> tox -e style,lint,test,docs

To test individual files:

$> flake8 src/pyunicorn/core/network.py     # style check
$> pylint src/pyunicorn/core/network.py     # static code analysis
$> pytest tests/test_core/test_network.py   # unit tests

References

  • 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, 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

Software

available at GitHub


Note for Windows users

The current pyunicorn version is not running on MS Windows. However, there is a workaround by installing a special C++ compiler (MinGW GCC) that is correctly paired with Python using Anaconda (thanks to Nikita Frolov for this workaround!):

  1. Install the C++ compiler following the instructions at https://pystan.readthedocs.io/en/latest/windows.html, Section "Installing C++ Compiler".
  2. Next, download the modified installer (wheel) file: pyunicorn-0.6.1-cp37-cp37m-win_amd64.whl.
  3. Install pyunicorn by pip install pyunicorn-0.6.1-cp37-cp37m-win_amd64.whl

Authors

  • Jonathan Donges
  • Jobst Heitzig
  • Jakob Runge
  • Alexander Radebach
  • Aljoscha Rheinwalt
  • Marc Wiedermann
  • Hannes Kutza
  • Hanna Schultz
  • Alraune Zech
  • Jan Feldhoff
  • Boyan Beronov
  • Paul Schultz
  • Stefan Schinkel

© 2004-2026 SOME RIGHTS RESERVED
University of Potsdam, Interdisciplinary Center for Dynamics of Complex Systems, Germany
Potsdam Institute for Climate Impact Research, Complexity Science, Germany

This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 2.0 Germany License.
Imprint, Data policy, Disclaimer, Accessibility statement

Please respect the copyrights! The content is protected by the Creative Commons License. If you use the provided programmes, text or figures, you have to refer to the given publications and this web site (tocsy.pik-potsdam.de) as well.

@MEMBER OF PROJECT HONEY POT
Spam Harvester Protection Network
provided by Unspam