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

LtBio V.2 #69

Merged
merged 128 commits into from
Mar 11, 2024
Merged

LtBio V.2 #69

merged 128 commits into from
Mar 11, 2024

Commits on Mar 30, 2023

  1. Make to_array public

    jomy-kk committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    1b4cb65 View commit details
    Browse the repository at this point in the history
  2. Fix Timeseries.to_array

    jomy-kk committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    c2f7378 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13a2d65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b7eab3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b85ca53 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

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

Commits on Apr 28, 2023

  1. Add derived biosignals: ACCMAG, IBI, RRI, HR

    jomy-kk authored and João Saraiva committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    3cbe016 View commit details
    Browse the repository at this point in the history
  2. Fix bug in Segment._partition

    When called during Segmenter.apply, the _partition method did not consider the last complete fragment of the Segment, and so this would be lost. This was an issue when the no. samples was divisible by the given fragment's length.
    jomy-kk authored and João Saraiva committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    e38397d View commit details
    Browse the repository at this point in the history
  3. Add some quality indexes for EDA

    jomy-kk authored and João Saraiva committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    e86e6c7 View commit details
    Browse the repository at this point in the history
  4. Add some quality indexes for HR

    jomy-kk authored and João Saraiva committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    faa9088 View commit details
    Browse the repository at this point in the history
  5. Add some quality indexes for PPG

    jomy-kk authored and João Saraiva committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    c9e6b16 View commit details
    Browse the repository at this point in the history
  6. Add some quality indexes for TEMP

    jomy-kk authored and João Saraiva committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    a69cd86 View commit details
    Browse the repository at this point in the history
  7. Add Timeline

    jomy-kk authored and João Saraiva committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    1b29336 View commit details
    Browse the repository at this point in the history
  8. Remove segment copies on making new Segment and Timeseries

    jomy-kk authored and João Saraiva committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    280e100 View commit details
    Browse the repository at this point in the history
  9. Fix tests regarding previous commit 1a58476

    jomy-kk authored and João Saraiva committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    65c9d31 View commit details
    Browse the repository at this point in the history
  10. Fix visibility of 'aux_date' from E4

    jomy-kk authored and João Saraiva committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    1339309 View commit details
    Browse the repository at this point in the history
  11. Add Biosignal.when and shortcuts for binary logical operations

    jomy-kk authored and João Saraiva committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    fd5a707 View commit details
    Browse the repository at this point in the history
  12. Add Biosignal indexing with Timeline

    jomy-kk authored and João Saraiva committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    aafb50b View commit details
    Browse the repository at this point in the history
  13. Fix Biosignal indexing with tuple

    jomy-kk authored and João Saraiva committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    a1595c5 View commit details
    Browse the repository at this point in the history
  14. Fix Biosignal.doamin_timeline (temporarly)

    This feature is to be refactored to Biosignal.domain
    jomy-kk authored and João Saraiva committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    9ab624a View commit details
    Browse the repository at this point in the history
  15. Fix 'source' in binary Biosignal operations

    jomy-kk authored and João Saraiva committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    4d1153d View commit details
    Browse the repository at this point in the history
  16. Add Biosignal.acquisition_scores and onbody score example for E4

    jomy-kk authored and João Saraiva committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    e7392b8 View commit details
    Browse the repository at this point in the history
  17. Add DateTimeRange operability to Timeseries._indices_to_timepoints

    jomy-kk authored and João Saraiva committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    c214c39 View commit details
    Browse the repository at this point in the history
  18. Remove compression on saving Biosignals (v. 2023.0)

    jomy-kk authored and João Saraiva committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    e986415 View commit details
    Browse the repository at this point in the history
  19. Add union and intersection methods to Timeline

    jomy-kk authored and João Saraiva committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    912dd13 View commit details
    Browse the repository at this point in the history
  20. Fix semantic bug in E4.onbody

    jomy-kk authored and João Saraiva committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    367dfe0 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    dcf78fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02cbf70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f4211f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f40efb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9e700c View commit details
    Browse the repository at this point in the history
  6. Wednesday research

    jomy-kk committed May 3, 2023
    Configuration menu
    Copy the full SHA
    0948d44 View commit details
    Browse the repository at this point in the history
  7. New logic for ECG.flatrate

    jomy-kk committed May 3, 2023
    Configuration menu
    Copy the full SHA
    2e15fd8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    58dee0c View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    474b175 View commit details
    Browse the repository at this point in the history
  2. Fix minor bug

    jomy-kk committed May 4, 2023
    Configuration menu
    Copy the full SHA
    8c1d0cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6b0344 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6438d3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c27270a View commit details
    Browse the repository at this point in the history
  6. Refactor Sense.onbody for ECG

    está muito mau
    jomy-kk committed May 4, 2023
    Configuration menu
    Copy the full SHA
    3ffd1dd View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    62f5b09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c5f08d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    708b9a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f22eb5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62174b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8c7f89 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6407993 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    799587a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    abe1f77 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    142668a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

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

Commits on May 9, 2023

  1. Research Tuesday

    jomy-kk committed May 9, 2023
    Configuration menu
    Copy the full SHA
    9910130 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e36e44 View commit details
    Browse the repository at this point in the history
  3. Add Biosignal.timeshift

    jomy-kk committed May 9, 2023
    Configuration menu
    Copy the full SHA
    4095f5e View commit details
    Browse the repository at this point in the history
  4. Remove sorting intervals of Timeline, when indexing a Biosignal with …

    …Timeline
    
    This assumes they already come ordered from Timeline._as_index, which I am not sure if that's guaranteed. But for the current use cases, they come sorted.
    jomy-kk committed May 9, 2023
    Configuration menu
    Copy the full SHA
    a7c0cb7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62dcc2a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    985d8d5 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    03e935c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69962d0 View commit details
    Browse the repository at this point in the history
  3. Wednesday Research on EMG

    jomy-kk committed May 10, 2023
    Configuration menu
    Copy the full SHA
    a07934e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e407ced View commit details
    Browse the repository at this point in the history
  5. Second commit of EMG quality methods

    Validated today
    jomy-kk committed May 10, 2023
    Configuration menu
    Copy the full SHA
    3a40e72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d56424 View commit details
    Browse the repository at this point in the history
  7. Add - operation to Timeline

    In proper mathematical terms, this computes A\B, i.e. A except B, where A and B are two Timelines with intervals.
    jomy-kk committed May 10, 2023
    Configuration menu
    Copy the full SHA
    90c9d69 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Add centi as Unit Multiplier

    jomy-kk committed May 12, 2023
    Configuration menu
    Copy the full SHA
    0d84956 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fb609d View commit details
    Browse the repository at this point in the history
  3. Thursday research

    jomy-kk committed May 12, 2023
    Configuration menu
    Copy the full SHA
    064545c View commit details
    Browse the repository at this point in the history
  4. Fix minor bug in Timeline.intersection

    Intersection with empty single Group would not be returned. There's probably the same issue in Timeline.union
    jomy-kk committed May 12, 2023
    Configuration menu
    Copy the full SHA
    da5effb View commit details
    Browse the repository at this point in the history
  5. Add / operator to Biosignal

    jomy-kk committed May 12, 2023
    Configuration menu
    Copy the full SHA
    6b7143b View commit details
    Browse the repository at this point in the history
  6. Fix minor bug in Biosignal.quality_score

    Exception was raised when denominator (onbody duration) was zero. In this case, quality is 0. But shouldn't it be None or something else, to pass the idea of n.a.?
    jomy-kk committed May 12, 2023
    Configuration menu
    Copy the full SHA
    ae71627 View commit details
    Browse the repository at this point in the history
  7. Add RESOLUTION to Sense

    jomy-kk committed May 12, 2023
    Configuration menu
    Copy the full SHA
    0233f8e View commit details
    Browse the repository at this point in the history
  8. Add Sense.onbody for EDA

    jomy-kk committed May 12, 2023
    Configuration menu
    Copy the full SHA
    e4fbe23 View commit details
    Browse the repository at this point in the history
  9. Add transfer function for Bitalino RESP sensor inside Sense

    Should we not refactor BiosignalSources, in order to have hierarchy of sensors, devices, institutions, etc.?
    jomy-kk committed May 12, 2023
    Configuration menu
    Copy the full SHA
    4e27c97 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Friday research

    jomy-kk committed May 13, 2023
    Configuration menu
    Copy the full SHA
    6c040a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8644c59 View commit details
    Browse the repository at this point in the history
  3. Add ACC.acceptable_quality

    jomy-kk committed May 13, 2023
    Configuration menu
    Copy the full SHA
    a121c25 View commit details
    Browse the repository at this point in the history
  4. Saturday research

    jomy-kk committed May 13, 2023
    Configuration menu
    Copy the full SHA
    7c18ce2 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    d59fe83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0ee56a View commit details
    Browse the repository at this point in the history
  3. Add Event.timeshift

    jomy-kk committed May 15, 2023
    Configuration menu
    Copy the full SHA
    206ac80 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    239e4ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f7dd43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcb6077 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ec86c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c4dae5 View commit details
    Browse the repository at this point in the history
  6. Minor fix in Biosignal.__contains__ when looking if channel is in Bio…

    …signal using its name
    jomy-kk committed May 16, 2023
    Configuration menu
    Copy the full SHA
    afb9f68 View commit details
    Browse the repository at this point in the history
  7. Major fix in Biosignal.timeshift, Add Patient.timeshift

    Dates of surgical procedures wer not being shifted
    jomy-kk committed May 16, 2023
    Configuration menu
    Copy the full SHA
    3f8aaa5 View commit details
    Browse the repository at this point in the history
  8. Add Event.domain_timeline

    jomy-kk committed May 16, 2023
    Configuration menu
    Copy the full SHA
    88e959b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    02d5ac3 View commit details
    Browse the repository at this point in the history
  10. Minor (temporary) fix in Segment._memory_map

    Case where Segment is empty
    jomy-kk committed May 16, 2023
    Configuration menu
    Copy the full SHA
    be5d8f2 View commit details
    Browse the repository at this point in the history
  11. Make G unit's SHORT lowercase

    jomy-kk committed May 16, 2023
    Configuration menu
    Copy the full SHA
    4cb787d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3f9e2d5 View commit details
    Browse the repository at this point in the history
  13. EDA previews of 30 seconds

    jomy-kk committed May 16, 2023
    Configuration menu
    Copy the full SHA
    cff89a2 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Last Friday research

    jomy-kk committed May 17, 2023
    Configuration menu
    Copy the full SHA
    e921990 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f976fc View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Weekend research

    jomy-kk committed May 22, 2023
    Configuration menu
    Copy the full SHA
    dd7e33e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6945513 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d31ab15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be287fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b53543 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b33bdf9 View commit details
    Browse the repository at this point in the history
  7. Add Timeline.agglomerate

    jomy-kk committed May 22, 2023
    Configuration menu
    Copy the full SHA
    01ff18c View commit details
    Browse the repository at this point in the history
  8. Monday's research

    jomy-kk committed May 22, 2023
    Configuration menu
    Copy the full SHA
    65c370e View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Tuesday's research

    jomy-kk committed May 23, 2023
    Configuration menu
    Copy the full SHA
    ff914e1 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Add COVID.__repr__

    jomy-kk committed May 25, 2023
    Configuration menu
    Copy the full SHA
    4a55263 View commit details
    Browse the repository at this point in the history
  2. Thursday's research

    jomy-kk committed May 25, 2023
    Configuration menu
    Copy the full SHA
    ba28bef View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Friday's research

    jomy-kk committed May 26, 2023
    Configuration menu
    Copy the full SHA
    39baf11 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. To EDF (1)

    jomy-kk committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    cbaa716 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Dataset Article fixes

    jomy-kk committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    74d36ed View commit details
    Browse the repository at this point in the history
  2. Minor fixes

    jomy-kk committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    0cf08f7 View commit details
    Browse the repository at this point in the history
  3. EDF and Numpy core

    jomy-kk committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    95373d3 View commit details
    Browse the repository at this point in the history
  4. Add exceptions module

    jomy-kk committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    be777b1 View commit details
    Browse the repository at this point in the history
  5. Add operations module

    jomy-kk committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    f7235b9 View commit details
    Browse the repository at this point in the history
  6. IT research update

    jomy-kk committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    52470a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    63d25b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Research

    jomy-kk committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b6174bf View commit details
    Browse the repository at this point in the history
  2. Fix patient_code method

    jomy-kk committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    0af5d95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    911bb61 View commit details
    Browse the repository at this point in the history
  4. Delete .readthedocs.yaml

    jomy-kk committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b101791 View commit details
    Browse the repository at this point in the history
  5. Add new .readthedocs.yaml

    jomy-kk committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    276eec8 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Re-submition to Physionet

    jomy-kk committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    16f2c22 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Delete research folders

    jomy-kk committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    f4d1ad5 View commit details
    Browse the repository at this point in the history
  2. Update requirements.txt

    jomy-kk committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    8882ae9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d156956 View commit details
    Browse the repository at this point in the history
  4. Relax PyQt5 versions

    jomy-kk committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    32a4adb View commit details
    Browse the repository at this point in the history
  5. Relax MNE versions

    jomy-kk committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    d23101c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Fix tests for v2

    jomy-kk committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    9d97dc6 View commit details
    Browse the repository at this point in the history