What’s new in the package

A catalog of new features, improvements, and bug-fixes in each release.

v0.9.dev

v0.8 (February 2025)

v0.7 (October 2024)

v0.6 (April 2024)

v0.5 (Jun 2023)

v0.4 (Feb 2023)

v0.3 (July 2022)

v0.2.7 (June 2021)

v0.2.6 (March 2020)

  • Remove support for Python 2, and update code for better scikit-learn v0.22 support. #79 by @alexandrebarachant

v0.2.5 (January 2018)

  • Add BilinearFilter.

  • Add a permutation test for generic scikit-learn estimator.

  • Enhance stats module, with distance based t-test and f-test.

  • Remove two way permutation test.

  • Add FlatChannelRemover. #30 by @kingjr

  • Add support for Python 3.5 in travis.

  • Add Shrinkage transformer. #38 by @alexandrebarachant

  • Add Coherences transformer.

  • Add Embedding class. #54 by @plcrodrigues

v0.2.4 (June 2016)

  • Improve documentation.

  • Add TSclassifier for out-of the box tangent space classification.

  • Add Wasserstein distance and mean.

  • Add KNearestNeighbor classifier.

  • Add softmax probabilities for MDM.

  • Add CSP for covariance matrices.

  • Add approximate joint diagonalization algorithms: JADE, PHAM, UWEDGE.

  • Add ALE mean.

  • Add multiclass CSP.

  • Correct param name in CospCovariances to comply to scikit-learn.

  • Correct attributes name in most modules to comply to the scikit-learn naming convention.

  • Add HankelCovariances estimation.

  • Add SPoC spatial filtering.

  • Add harmonic mean.

  • Add Kullback-Leibler mean.

v0.2.3 (November 2015)

  • Add multiprocessing for MDM with joblib.

  • Add Kullback-Leibler divergence.

  • Add Riemannian Potato.

  • Add sample_weight for mean estimation and MDM.