Skip to content

Commit ac29d72

Browse files
authored
Quickfix: Make speed_filter_on_above_threshold optional (#14)
* make speef filter direction optional * update changelog * restrict pynwb version due to device formatting change
1 parent a694869 commit ac29d72

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog for ndx-franklab-novela
22

3+
## 0.2.2 (Unreleased)
4+
5+
- Make `speed_filter_on_above_threshold` optional in `FrankLabOptogeneticEpochsTable`
6+
37
## 0.2.1 (July 1, 2025)
48

59
- Updated repository structure to use the latest NDX template.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ keywords = [
3535
'ndx-extension',
3636
]
3737
dependencies = [
38-
"pynwb>=2.8.3,<4",
38+
"pynwb>=2.8.3,<3.1",
3939
"hdmf>=4.0.0,<5",
4040
"ndx-optogenetics>=0.2.0",
4141
]

src/spec/create_extension_spec.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ def main():
413413
neurodata_type_inc="VectorData",
414414
doc=("If the speed filter was used, True if active when speed above threshold."),
415415
dtype="bool",
416+
quantity="?",
416417
),
417418
NWBDatasetSpec(
418419
name="stimulus_signal",

0 commit comments

Comments
 (0)