-
Notifications
You must be signed in to change notification settings - Fork 314
Comparing changes
Open a pull request
base repository: MIT-LCP/wfdb-python
base: v4.1.1
head repository: MIT-LCP/wfdb-python
compare: v4.1.2
- 9 commits
- 6 files changed
- 3 contributors
Commits on Apr 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e583e0e - Browse repository at this point
Copy the full SHA e583e0eView commit details
Commits on May 11, 2023
-
_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 committedMay 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 5375b97 - Browse repository at this point
Copy the full SHA 5375b97View commit details -
Merge pull request #450 from MIT-LCP/flac-wrsamp-multifile
Handle more than 8 compressed signals in wrsamp
Configuration menu - View commit details
-
Copy full SHA for 0b886ea - Browse repository at this point
Copy the full SHA 0b886eaView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 19a34fd - Browse repository at this point
Copy the full SHA 19a34fdView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6003485 - Browse repository at this point
Copy the full SHA 6003485View commit details
Commits on May 25, 2023
-
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 committedMay 25, 2023 Configuration menu - View commit details
-
Copy full SHA for f25f92b - Browse repository at this point
Copy the full SHA f25f92bView commit details
Commits on Jun 16, 2023
-
Merge pull request #454 from MIT-LCP/ann2rr-int64
Use int64 instead of int for ann2rr
Configuration menu - View commit details
-
Copy full SHA for 00c4ea0 - Browse repository at this point
Copy the full SHA 00c4ea0View commit details -
Configuration menu - View commit details
-
Copy full SHA for da089c5 - Browse repository at this point
Copy the full SHA da089c5View commit details -
Merge pull request #457 from MIT-LCP/tp/bump_to_4_1_2
Bump version to 4.1.2. Add release notes to docs.
Configuration menu - View commit details
-
Copy full SHA for 870d792 - Browse repository at this point
Copy the full SHA 870d792View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.1.1...v4.1.2