Skip to content

Commit 01e35e1

Browse files
committed
hotfix channel_ids cast to numpy array
1 parent 621f152 commit 01e35e1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## UNRELEASED
8+
## [2.6.4] 2025-12-07
99

1010
### Fixed
11-
- #53 channel_ids is often provided as a list, cast numpy array
12-
11+
- #53 channel_ids is often provided as a list, cast numpy arrayW
1312

1413
## [2.6.3] 2025-11-03
1514

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Electrophysiological data analysis library used by [phy](https://github.com/kwik
99

1010
- run all tests using pytest `pytest phylib`
1111
- PR to main
12+
- update `CHANGELOG.md` and version in `phylib\__init__.py`
1213
- publish to pypi:
1314
```shell
1415
rm -R dist

phylib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
__author__ = 'Cyrille Rossant'
2424
__email__ = 'cyrille.rossant at gmail.com'
25-
__version__ = '2.6.3'
25+
__version__ = '2.6.4'
2626
__version_git__ = __version__ + _git_version()
2727

2828

0 commit comments

Comments
 (0)