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

0.2.8 #926

Merged
merged 76 commits into from
Apr 6, 2024
Merged

0.2.8 #926

merged 76 commits into from
Apr 6, 2024

Commits on Nov 6, 2023

  1. 0.2.8

    DominiqueMakowski committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    fd86de2 View commit details
    Browse the repository at this point in the history
  2. Add requests

    DominiqueMakowski committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    c13a97e View commit details
    Browse the repository at this point in the history
  3. Update setup.py

    DominiqueMakowski committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    d006bf4 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

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

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    c3718f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84076ce View commit details
    Browse the repository at this point in the history
  3. fix code formatting

    JonasEmrich committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    4c93d18 View commit details
    Browse the repository at this point in the history
  4. minor

    DominiqueMakowski committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    4eff069 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    d12f22f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7674b25 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

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

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    79b4888 View commit details
    Browse the repository at this point in the history
  2. Add fig2img

    DominiqueMakowski committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    8b6d145 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    388b9f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87c8c60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72e7601 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Merge pull request #939 from JonasEmrich/ecg_peaks_vgmethod

    [Feature] Add Fast Visibility Graph Based ECG R-peak Detector
    DominiqueMakowski authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    51b48bd View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. remove tests from project

    Jonghoe Ku committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    11f8d59 View commit details
    Browse the repository at this point in the history
  2. change prune to recursive-exclude tests

    Jonghoe Ku committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    2c410f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Merge pull request #941 from Ninebell/dev

    Remove tests from pyproject
    DominiqueMakowski authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    cdbefba View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Optimise _ecg_findpeaks_elgendi

    Signed-off-by: Stavros Avramidis <[email protected]>
    purpl3F0x committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    efe3269 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Merge pull request #943 from purpl3F0x/dev

    Optimise _ecg_findpeaks_elgendi
    DominiqueMakowski authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    2a1c621 View commit details
    Browse the repository at this point in the history
  2. [Fix + Improvement] Faster _ecg_findpeaks_hamilton and bug-fix

    Signed-off-by: Stavros Avramidis <[email protected]>
    purpl3F0x committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b365588 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    576fa90 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #949 from LucaCerina/bugfix-function_ecg_findpeaks…

    …_rodrigues
    
    [Fix] Fixed rodrigues2021 ECG peaks detector (make it work with < 50Hz sampling rate)
    DominiqueMakowski authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    b25b8bb View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    7abb936 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e74b5f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Merge pull request #952 from danibene/docs/rsp_clean_khodadad2018

    [Docs] update docs to reflect implementation of respiration signal cleaning with khodadad2018
    DominiqueMakowski authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    ba9b3a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Merge pull request #947 from purpl3F0x/dev

    [Fix + Improvement] Faster _ecg_findpeaks_hamilton and bug-fix
    DominiqueMakowski authored Jan 21, 2024
    Configuration menu
    Copy the full SHA
    56aba7f View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. [BUG] rr xcorr arange steps don't match

    Line 128 uses step size of 0.25/50, but line 137 uses 0.25/60
    
    I think this is a typo, but please close if I'm wrong!
    birm authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    c016a9b View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Fix poetry config

    stasinos committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    b55b383 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4d76a0 View commit details
    Browse the repository at this point in the history
  3. Fix wrong variable name

    stasinos committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    b5e045a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9bae21 View commit details
    Browse the repository at this point in the history
  5. Send resampled signal to sparsEDA algorithm

    The input was resampled to 8Hz as required by
    sparsEDA, but the padded signalAdd variable that
    is actually used was assigned before resampling.
    stasinos committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    57184a4 View commit details
    Browse the repository at this point in the history
  6. Fix version number

    stasinos committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    ef42a48 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9bac0b6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    edcc563 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0d271d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Update ecg_hrv.ipynb

    Fixed a typo.
    Adam-Antios authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1a7743b View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Merge pull request #967 from Adam-Antios/patch-1

    Update ecg_hrv.ipynb
    danibene authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    baf4ab7 View commit details
    Browse the repository at this point in the history
  2. Commit style fixes

    DominiqueMakowski committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    d3d2b0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    092f4f0 View commit details
    Browse the repository at this point in the history
  4. Commit style fixes

    danibene committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    1372e75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71cecb2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a342f3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a00152 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aa87bde View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    376b4cf View commit details
    Browse the repository at this point in the history
  10. replace "L" by "ms"

    danibene authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    e72aff1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6f0f0a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Merge pull request #960 from birm/patch-1

    [FIX] rr xcorr arange steps don't match
    DominiqueMakowski authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    f62627d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #968 from danibene/fix/build_docs_warning

    [Fix] build docs warning
    danibene authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    0ea8a2b View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. refactor hamilton method

    danibene authored Mar 10, 2024
    Configuration menu
    Copy the full SHA
    34f3a90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    496d5dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a7fd83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c794622 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8377bba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ee5a75 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    79532f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6c21f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    590cda6 View commit details
    Browse the repository at this point in the history
  4. remote extra imports

    danibene authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6e2b150 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

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

Commits on Mar 22, 2024

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

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    88bc754 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #966 from stasinos/issue-964

    sparsEDA integration
    DominiqueMakowski authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    2f923ce View commit details
    Browse the repository at this point in the history
  3. Merge pull request #974 from tilly111/bugfix-eda_analyze_sampling_rate

    [Fix] adding sampling rate parameter to eda_intervalrelated method
    DominiqueMakowski authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    bd3939c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #975 from DerAndereJohannes/fix_acqknowledge_dupli…

    …cate_channel_names
    
    [Fix] read_acqknowledge now also imports duplicated channel names
    DominiqueMakowski authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    24939c7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #973 from danibene/fix/ecg_findpeaks_refactor

    [Fix] refactor ecg_findpeaks
    danibene authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    8e27aef View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

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

Commits on Mar 31, 2024

  1. Make the events non-overlapping

    I think it's a clearer demonstration of a possible usecase
    DominiqueMakowski committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    deb70d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    016f244 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Merge pull request #976 from DerAndereJohannes/find_stimulus_events

    [Feature] stim_events_find to retrieve multi-channel stimulus events
    DominiqueMakowski authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    8da97e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cd9ec4 View commit details
    Browse the repository at this point in the history
  3. Remove codeclimate

    DominiqueMakowski committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    8e4ee00 View commit details
    Browse the repository at this point in the history