File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
Original file line number Diff line number Diff 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
1415rm -R dist
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments