Skip to content

Commit c2150a8

Browse files
authored
Merge pull request #55 from DynamicsAndNeuralSystems/jmoo2880-add-darkmode-logo
Jmoo2880 add darkmode logo
2 parents e69be26 + 4926caa commit c2150a8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
<p align="center"><img src="img/pyspi_logo.png" alt="pyspi logo" height="200"/></p>
1+
<p align="center">
2+
<picture>
3+
<source srcset="img/pyspi_logo_dark.png" media="(prefers-color-scheme: dark)">
4+
<img src="img/pyspi_logo.png" alt="pyspi logo" height="200"/>
5+
</picture>
6+
</p>
27

38
<h1 align="center"><em>pyspi</em>: Python Toolkit of Statistics for Pairwise Interactions</h1>
49

img/pyspi_logo_dark.png

65.4 KB
Loading

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
'data/forex.npy',
6262
'data/standard_normal.npy']},
6363
include_package_data=True,
64-
version='0.4.0',
64+
version='0.4.1',
6565
description='Library for pairwise analysis of time series data.',
6666
author='Oliver M. Cliff',
6767
author_email='oliver.m.cliff@gmail.com',

0 commit comments

Comments
 (0)