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

ENH: Add ability to reject epochs using callables #12195

Merged
merged 54 commits into from
Feb 2, 2024

Commits on Nov 11, 2023

  1. Configuration menu
    Copy the full SHA
    81ef83e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8dda07 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    e9294de View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    06e6770 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Update docs

    withmywoessner committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    867496d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b4f5b3 View commit details
    Browse the repository at this point in the history
  3. Add tutorial

    withmywoessner committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    2a66049 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e16f4a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e708465 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Make flake8 compliant

    withmywoessner committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    fbdec77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e23ecc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdd2843 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd9f7b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Update mne/epochs.py

    Co-authored-by: Eric Larson <[email protected]>
    withmywoessner and larsoner authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    3f5fd84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a74ccf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0cb1b8 View commit details
    Browse the repository at this point in the history
  4. Update mne/utils/docs.py

    Co-authored-by: Eric Larson <[email protected]>
    withmywoessner and larsoner authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    7d02fca View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    1b836ad View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    f3e8841 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    984c604 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    fbe4cd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee599a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24e669c View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    bce6486 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8401c92 View commit details
    Browse the repository at this point in the history
  3. allow callables

    withmywoessner committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    cf1facf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e98bee2 View commit details
    Browse the repository at this point in the history
  5. Delete mne/_version.py

    Not supposed to be tracked
    withmywoessner authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    a579491 View commit details
    Browse the repository at this point in the history
  6. Add None Check

    withmywoessner committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    c9da4db View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Update mne/tests/test_epochs.py

    Co-authored-by: Eric Larson <[email protected]>
    withmywoessner and larsoner authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    5a7a618 View commit details
    Browse the repository at this point in the history
  2. Update mne/utils/mixin.py

    Co-authored-by: Eric Larson <[email protected]>
    withmywoessner and larsoner authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    98b92c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44fdf8a View commit details
    Browse the repository at this point in the history
  4. Update mne/epochs.py

    Co-authored-by: Eric Larson <[email protected]>
    withmywoessner and larsoner authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    3ff8a9e View commit details
    Browse the repository at this point in the history
  5. Update mne/tests/test_epochs.py

    Co-authored-by: Eric Larson <[email protected]>
    withmywoessner and larsoner authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    e729e81 View commit details
    Browse the repository at this point in the history
  6. Update mne/epochs.py

    Co-authored-by: Eric Larson <[email protected]>
    withmywoessner and larsoner authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    fd4c75f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a685b89 View commit details
    Browse the repository at this point in the history
  8. Update mne/epochs.py

    Co-authored-by: Eric Larson <[email protected]>
    withmywoessner and larsoner authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    65778d1 View commit details
    Browse the repository at this point in the history
  9. Apply suggestions from code review

    Co-authored-by: Eric Larson <[email protected]>
    withmywoessner and larsoner authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    3ece314 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    db0cf11 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    b2686c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ae37a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45b30f3 View commit details
    Browse the repository at this point in the history
  4. Add check

    withmywoessner committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    e77ae63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f560ccd View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    235f6d3 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Eric Larson <[email protected]>
    withmywoessner and larsoner authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    4e4b369 View commit details
    Browse the repository at this point in the history
  3. Add suggestions

    withmywoessner committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b7c6a36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba45b5a View commit details
    Browse the repository at this point in the history
  5. devel

    withmywoessner committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b5829b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    a11a410 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b918ea8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab009bc View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    8cf2e49 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    fb6a5b1 View commit details
    Browse the repository at this point in the history