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

Refactor Biosignal (1) #64

Open
wants to merge 47 commits into
base: main
Choose a base branch
from
Open

Refactor Biosignal (1) #64

wants to merge 47 commits into from

Commits on Feb 7, 2023

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

Commits on Feb 11, 2023

  1. 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 committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    1a58476 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Configuration menu
    Copy the full SHA
    7db9af7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26816e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f79c03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0320e2a View commit details
    Browse the repository at this point in the history
  5. Add Timeline

    jomy-kk committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    6b7dc0c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a29c76b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e827943 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1eb77cd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9a75e12 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    983e2dd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    37651ff View commit details
    Browse the repository at this point in the history
  12. Fix Biosignal.doamin_timeline (temporarly)

    This feature is to be refactored to Biosignal.domain
    jomy-kk committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    34682d1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ca2ec85 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    21e8784 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d7f668e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    84e0166 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    c8ea213 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5467c50 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Refactoring modules (1)

    jomy-kk committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    5fa6871 View commit details
    Browse the repository at this point in the history
  2. Add BOXEN option

    jomy-kk committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    6a5dba3 View commit details
    Browse the repository at this point in the history
  3. Update docs and changelog

    jomy-kk committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    500a40c View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

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

Commits on Jun 21, 2023

  1. Major refactor (1)

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

Commits on Aug 30, 2023

  1. More tests

    jomy-kk committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    be1e15d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    b6df3cd View commit details
    Browse the repository at this point in the history
  2. Moved old test suits

    jomy-kk committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    77c4037 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41164af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7112e71 View commit details
    Browse the repository at this point in the history
  5. Add Segment test statistics

    jomy-kk committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a7d2a7f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    179c470 View commit details
    Browse the repository at this point in the history
  7. Fix Segment logics tests

    jomy-kk committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    464e653 View commit details
    Browse the repository at this point in the history
  8. Add Segment joining tests

    jomy-kk committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    1a3c858 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    71b4232 View commit details
    Browse the repository at this point in the history
  10. Fix Segment arithmetic tests

    jomy-kk committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    fe6ac45 View commit details
    Browse the repository at this point in the history
  11. Add more custom Exceptions

    jomy-kk committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    30362ad View commit details
    Browse the repository at this point in the history
  12. Fix units -> unit

    jomy-kk committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    75a02e0 View commit details
    Browse the repository at this point in the history
  13. Fix Segment + add statistics

    jomy-kk committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    e589415 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    50dc343 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6cf64a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Configuration menu
    Copy the full SHA
    4b42d12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96a089e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dda5168 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

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

Commits on Nov 30, 2023

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