Releases: mne-tools/mne-rsa
Releases · mne-tools/mne-rsa
Version 1.0
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
Important API changes:
- the
yparameter has been deprecated in favor oflabels_Xandlabels_rdm_model. This should expose a friendlier interface for making sure your data and model RDMs are in the same order. - When performing
rsa_arraywith 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-toolsfamily where it belongs - An RSA tutorial has been added to the documentation
- We now have good unit test coverage
Version 0.9.1
Small maintenance release.
Version 0.8
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
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.