Skip to content

Commit aa13538

Browse files
committed
Add release notes for 4.3.1
1 parent fca3253 commit aa13538

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/changes.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
823
Version 4.3.0 (Apr 2025)
924
-----------------------------
1025

0 commit comments

Comments
 (0)