Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ This page lists recent changes in the `wfdb` package (since version 4.0.0) that

.. _development repository: https://github.com/MIT-LCP/wfdb-python

Version 4.3.1 (Feb 2026)
-----------------------------

**Add fix for Pandas 3.0**
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().

**Fix ADC formula**
Fixes [formula for ADC gain](https://github.com/MIT-LCP/wfdb-python/pull/551).

**Allow multifrequency signals to be written with expanded argument**
Allow [expanded parameter in MultiRecord.wrsamp](https://github.com/MIT-LCP/wfdb-python/pull/555).

**Date validation when saving multi-segment records**
Adds validation check for date and time fields in headers when saving multi-segment records.

Version 4.3.0 (Apr 2025)
-----------------------------

Expand Down
2 changes: 1 addition & 1 deletion wfdb/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.3.0"
__version__ = "4.3.1"