Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MIT-LCP/wfdb-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.1
Choose a base ref
...
head repository: MIT-LCP/wfdb-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.2
Choose a head ref
  • 9 commits
  • 6 files changed
  • 3 contributors

Commits on Apr 20, 2023

  1. bump version to v4.1.1.

    tompollard committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    e583e0e View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. _auto_signal_file_names: fix counting channels per group.

    Since the FLAC format has a hard limit of eight channels, we need to
    use multiple signal files if a record contains more than eight
    signals.
    
    Commit d1d26ba was meant to do this automatically (when
    Record.set_default or wfdb.wrsamp is used to generate the signal file
    names), but this was never tested.
    Benjamin Moody committed May 11, 2023
    Configuration menu
    Copy the full SHA
    5375b97 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #450 from MIT-LCP/flac-wrsamp-multifile

    Handle more than 8 compressed signals in wrsamp
    tompollard authored May 11, 2023
    Configuration menu
    Copy the full SHA
    0b886ea View commit details
    Browse the repository at this point in the history
  3. Add a test to check if wrsamp can write more than 8 channels to fmt516

    We should be able to read and write data with more than 8 channels
    to formats 508, 516, and 524. This test verifies that the digital signal
    generated when writing to format 516 is identical to the original signal
    loaded in from a sample record in format 16.
    alistairewj committed May 11, 2023
    Configuration menu
    Copy the full SHA
    19a34fd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #451 from MIT-LCP/test_flac_read_write

    Add a test to check if wrsamp can write more than 8 channels to format 516
    tompollard authored May 11, 2023
    Configuration menu
    Copy the full SHA
    6003485 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. ann2rr: use data type int64 rather than int.

    The alias 'np.int' has been removed from recent versions of numpy, and
    there is no particular reason to want to use it here (as an array data
    type, 'int' refers to a particular platform-dependent type, which is
    not at all the same thing as an ordinary Python integer.)
    
    Use int64 here for inter-platform consistency and to keep it simple.
    Benjamin Moody committed May 25, 2023
    Configuration menu
    Copy the full SHA
    f25f92b View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Merge pull request #454 from MIT-LCP/ann2rr-int64

    Use int64 instead of int for ann2rr
    tompollard authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    00c4ea0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da089c5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #457 from MIT-LCP/tp/bump_to_4_1_2

    Bump version to 4.1.2. Add release notes to docs.
    tompollard authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    870d792 View commit details
    Browse the repository at this point in the history
Loading