Skip to content

Releases: mne-tools/mne-rsa

Version 1.0

12 Dec 07:38

Choose a tag to compare

The first official release of MNE-RSA! 🎉

From here on we will try our best to retain backwards compatibility whenever we make changes to the API.

Changes:

  • Improvements to the documentation.
  • A paper in the Journal of Open Source Software (JOSS)

Version 0.10

16 Jun 19:15
0d01b14

Choose a tag to compare

Important API changes:

  • the y parameter has been deprecated in favor of labels_X and labels_rdm_model. This should expose a friendlier interface for making sure your data and model RDMs are in the same order.
  • When performing rsa_array with multiple model RDMs, the first dimension of the result now contains the RSA values for each model RDM (this used to be the last dimension).

Other changes:

  • MNE-RSA is now hosted under the mne-tools family where it belongs
  • An RSA tutorial has been added to the documentation
  • We now have good unit test coverage

Version 0.9.1

23 May 07:53

Choose a tag to compare

Small maintenance release.

Version 0.8

20 Sep 14:56

Choose a tag to compare

Add support for NaNs and ROI analysis. Fixes a bug with mne_rsa.rsa_stcs and mne_rsa.dsm_stsc with spatial_radius=None.

Version 0.6

02 Mar 12:48

Choose a tag to compare

The API of searchlight has changed slightly. Instead of a sel_samples parameter, we now have samples_from and samples_to to specify a range of samples to use. This forces the selected samples to be consecutive.