Skip to content

Commit 870d792

Browse files
authored
Merge pull request #457 from MIT-LCP/tp/bump_to_4_1_2
Bump version to 4.1.2. Add release notes to docs.
2 parents 00c4ea0 + da089c5 commit 870d792

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

docs/changes.rst

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.1.2 (June 2023)
9+
-----------------------------
10+
11+
**Handle more than 8 compressed signals in wrsamp**
12+
Previously, the package did not support writing of compressed records with more than 8 channels.
13+
14+
**Use int64 instead of int for ann2rr**
15+
Fixes 'np has no attribute np.int' error raised when running ann2rr.
16+
817
Version 4.1.1 (April 2023)
918
-----------------------------
1019

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "wfdb"
3-
version = "4.1.1"
3+
version = "4.1.2"
44
description = "The WFDB Python package: tools for reading, writing, and processing physiologic signals and annotations."
55
authors = ["The Laboratory for Computational Physiology <[email protected]>"]
66
readme = "README.md"

wfdb/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.1.1"
1+
__version__ = "4.1.2"

0 commit comments

Comments
 (0)