File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ This page lists recent changes in the `wfdb` package (since version 4.0.0) that
55
66.. _development repository : https://github.com/MIT-LCP/wfdb-python
77
8+ Version 4.3.1 (Feb 2026)
9+ -----------------------------
10+
11+ **Add fix for Pandas 3.0 **
12+ In Pandas 3.0, DataFrame.set_index() no longer accepts a raw numpy array as the keys argument. Adds fix by wrapping the index array in pd.Index().
13+
14+ **Fix ADC formula **
15+ Fixes [formula for ADC gain](https://github.com/MIT-LCP/wfdb-python/pull/551).
16+
17+ **Allow multifrequency signals to be written with expanded argument **
18+ Allow [expanded parameter in MultiRecord.wrsamp](https://github.com/MIT-LCP/wfdb-python/pull/555).
19+
20+ **Date validation when saving multi-segment records **
21+ Adds validation check for date and time fields in headers when saving multi-segment records.
22+
823Version 4.3.0 (Apr 2025)
924-----------------------------
1025
You can’t perform that action at this time.
0 commit comments