Skip to content

Commit 9a6ea57

Browse files
Alberto NogalesAlberto Nogales
authored andcommitted
release: bump version to 0.2.0
1 parent 9745f0f commit 9a6ea57

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Change Log
22
==========
33

4+
0.2.0 (2026-06-19)
5+
------------------
6+
- Added 6 new connectivity measures: AEC, AEC_orth, Mutual_information,
7+
Sync_likelihood, Granger_causality, Transfer_entropy.
8+
- Added 4 new graph-theoretic metrics: modularity, assortativity,
9+
transitivity, rich_club_coefficient (via compute_graph_metrics()).
10+
- Added GitHub Actions CI workflow replacing deprecated Travis CI.
11+
- Added GitHub Actions docs workflow (MkDocs Material site).
12+
- Fixed numba version constraint (>=0.60) for NumPy 2.x compatibility.
13+
- Fixed logo image URL in README (raw.githubusercontent.com).
14+
- Fixed setup.py: updated author, URL, python_requires, added extras_require.
15+
- Updated requirements.txt: relaxed pinned versions to >= constraints.
16+
417
0.1.17 (2026-06-12)
518
------------------
619
- Fixed re_scaling(): result of df.sub() was discarded; now correctly assigned back.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
setup(
3232
name='EEGRAPH',
33-
version='0.1.17',
33+
version='0.2.0',
3434
description='Open-source Python library for modeling EEGs as graphs',
3535
url='https://github.com/albertonogales/EEGRAPH',
3636
author='Alberto Nogales, Álvaro José García-Tejedor',

0 commit comments

Comments
 (0)