Skip to content

Commit

Permalink
Merge pull request #457 from MIT-LCP/tp/bump_to_4_1_2
Browse files Browse the repository at this point in the history
Bump version to 4.1.2. Add release notes to docs.
  • Loading branch information
tompollard committed Jun 16, 2023
2 parents 00c4ea0 + da089c5 commit 870d792
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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.1.2 (June 2023)
-----------------------------

**Handle more than 8 compressed signals in wrsamp**
Previously, the package did not support writing of compressed records with more than 8 channels.

**Use int64 instead of int for ann2rr**
Fixes 'np has no attribute np.int' error raised when running ann2rr.

Version 4.1.1 (April 2023)
-----------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wfdb"
version = "4.1.1"
version = "4.1.2"
description = "The WFDB Python package: tools for reading, writing, and processing physiologic signals and annotations."
authors = ["The Laboratory for Computational Physiology <contact@physionet.org>"]
readme = "README.md"
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.1.1"
__version__ = "4.1.2"

0 comments on commit 870d792

Please sign in to comment.