Skip to content

Releases: ufvceiec/EEGRAPH

v0.2.0 — New connectivity measures, graph metrics & CI overhaul

Choose a tag to compare

@albertonogales albertonogales released this 19 Jun 08:32

What's new in v0.2.0

New features

  • 6 new connectivity measures: AEC, AEC_orth, Mutual Information, Sync Likelihood, Granger Causality, Transfer Entropy
  • 4 new graph-theoretic metrics added to compute_graph_metrics(): modularity, assortativity, transitivity, rich_club_coefficient
  • Full MkDocs Material documentation site

CI & infrastructure

  • Replaced deprecated Travis CI with GitHub Actions (Python 3.10 & 3.11)
  • Fixed numba>=0.60 constraint for NumPy 2.x compatibility
  • Modernised requirements.txt: relaxed pinned versions to >= constraints
  • Fixed logo image URL in README

Bug fixes (carried from 0.1.17)

  • Fixed 9 bugs in tools.py, strategy.py, modelateData.py, importData.py
  • Fixed NumPy ≥ 1.25 deprecation warnings
  • Fixed eval() security issues replaced with dispatch dicts

v0.1.13

Choose a tag to compare

@fernandoperezlara fernandoperezlara released this 21 Jun 10:07

0.1.13 (21/06/2022)

  • Code cleaned.
  • Fixed some bugs for loading EEGs.

v0.1.12

Choose a tag to compare

@fernandoperezlara fernandoperezlara released this 06 Apr 12:00
27d00f3

0.1.12 (31/03/2022)

  • Removed exclude option for VHDR files.

v0.1.11

Choose a tag to compare

@pchazarra pchazarra released this 24 Jun 11:38

0.1.11 (06/09/2021)

  • Fixing returned connectivity matrix for single channel connectivity measures (Power Spectrum, Spectral Entropy, Shannon Entropy).
  • Graph visualization with single channel connectivity measures now include the value for each node.

v0.1.9

Choose a tag to compare

@pchazarra pchazarra released this 05 May 08:56
  • Adding custom input percentage threshold for spectral entropy, power spectrum and shannon entropy.
  • Updating DTF to generate directed graphs.

v0.1.8

Choose a tag to compare

@pchazarra pchazarra released this 04 May 10:22
  • Updating Corrected cross-correlation default threshold.
  • Rescaling data for Corrected cross-correlation.

v0.1.7

Choose a tag to compare

@pchazarra pchazarra released this 23 Apr 09:08

0.1.7 (05/22/2021)

  • Updating Entropy depedency to Antropy, all dependencies are now installed with pip.
  • Updating np.complex to complex, deprecation warning numpy 1.20.