Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of Block Covariance estimation #154

Merged
merged 27 commits into from Dec 21, 2021

Commits on Mar 29, 2021

  1. fix for new sklearn version

    Gabriel Wagner vom Berg committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    d27e99e View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. fetch upstream

    gabelstein committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    5ca7137 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    53cf78e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93a3398 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Apply suggestions from code review

    Co-authored-by: Sylvain Chevallier <sylvain.chevallier@uvsq.fr>
    gabelstein and Sylvain Chevallier committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    111baaf View commit details
    Browse the repository at this point in the history
  2. flake8

    gabelstein committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    0716fdb View commit details
    Browse the repository at this point in the history
  3. Update whatsnew.rst

    gabelstein committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    3ec030b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e571aba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    081eb80 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    0f1abae View commit details
    Browse the repository at this point in the history
  2. CI

    gabelstein committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    7d035dd View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com>
    gabelstein and qbarthelemy committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    fd6d793 View commit details
    Browse the repository at this point in the history
  4. Fix Docstrings

    gabelstein committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    8ecafac View commit details
    Browse the repository at this point in the history
  5. flake8

    gabelstein committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    0b189b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Extended Docstrings

    gabelstein committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    7505318 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8945dd View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Apply suggestions from code review

    Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com>
    gabelstein and qbarthelemy committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    5e41262 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    713fbb3 View commit details
    Browse the repository at this point in the history
  3. Delete workspace.xml

    gabelstein committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    7f6fea5 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. suggestions

    gabelstein committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    ebf00fc View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. flake8

    gabelstein committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    006edfa View commit details
    Browse the repository at this point in the history
  2. Update pyriemann/utils/covariance.py

    Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com>
    gabelstein and qbarthelemy committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    455e040 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75821a9 View commit details
    Browse the repository at this point in the history
  4. Update test_estimation.py

    gabelstein committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    c836d1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7be9818 View commit details
    Browse the repository at this point in the history
  6. complete doc

    qbarthelemy committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    9a59c11 View commit details
    Browse the repository at this point in the history
  7. correct flake8

    qbarthelemy committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    857e6df View commit details
    Browse the repository at this point in the history