Skip to content

0.4.4

Compare
Choose a tag to compare
@ejolly ejolly released this 16 Apr 16:52
· 58 commits to master since this release
4966277

General

  • Removed mne as a dependency
  • Clarify doctstring for Adjacency.distance_to_similarity to note we currently only support euclidean and correlation distance

Bug Fixes

  • Path objects now reliably work for Brain_Data and Adjacency classes with passing tests
  • Fixed major bug in isps where hilbert trasform was being applied to the wrong axises

New Features

Adjacency

  • new generate_permutations method which acts as python generator that can be used for iteration
  • new .cluster_summary method to summarize with and between cluster distances
  • new .sum method to add adjacency matrices
  • new .fisher_z_r method to invert .fisher_r_z

Stats

  • new align_states function that implements the Hungarian Algorithm
  • isps gains a new pairwise argument