Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 005f3e1

Browse files
authored
Merge pull request DynamicsAndNeuralSystems#36 from anniegbryant/main
Update the supplementary paper link
2 parents 194fb26 + ace17b9 commit 005f3e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ For instance, the following code will extract the covariance matrix computed wit
5252
5353
print(calc.table['cov_EmpiricalCovariance'])
5454
55-
The identifiers for many of the statistics are outlined in the Supplementary Material of our `preprint <https://arxiv.org/abs/2201.11941>`_.
55+
The identifiers for many of the statistics are outlined in the Supplementary Material of our `paper <https://doi.org/10.1038/s43588-023-00519-x>`_.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@
6969
'data/forex.npy']},
7070
include_package_data=True,
7171
version='0.4.0',
72-
description='Network analysis for time series',
72+
description='Library for pairwise analysis of time series data.',
7373
author='Oliver M. Cliff',
7474
author_email='oliver.m.cliff@gmail.com',
75-
url='https://github.com/olivercliff/pyspi',
75+
url='https://github.com/DynamicsAndNeuralSystems/pyspi',
7676
long_description=long_description,
7777
classifiers=[
7878
"Programming Language :: Python",

0 commit comments

Comments
 (0)