Skip to content

Commit 9643077

Browse files
authored
Merge pull request #52 from cortex-lab/params
Add param file to ALF output
2 parents 11a5298 + 27d8cd6 commit 9643077

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
## [2.6.3] 2025-11-03
9+
10+
### Added
11+
12+
- Add `iblsorter_parameters.yaml` as a dataset to be copied during ALF export.
13+
814
## [2.6.2] 2025-10-21
915

1016
### Added

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.2'
25+
__version__ = '2.6.3'
2626
__version_git__ = __version__ + _git_version()
2727

2828

phylib/io/alf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
_FILE_RENAMES = [ # file_in, file_out, squeeze (bool to squeeze vector from matlab in npy)
3333
('params.py', 'params.py', None),
34+
('iblsorter_parameters.yaml', 'iblsorter_parameters.yaml', None),
3435
('cluster_KSLabel.tsv', 'cluster_KSLabel.tsv', None),
3536
('spike_clusters.npy', 'spikes.clusters.npy', True),
3637
('spike_templates.npy', 'spikes.templates.npy', True),

0 commit comments

Comments
 (0)