Skip to content

Commit a996496

Browse files
authored
Deprecate EventDetection.times (#635)
* Update nwb.ecephys.yaml * Update format_release_notes.rst * Update nwb.ecephys.yaml
1 parent 1078e4a commit a996496

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/nwb.ecephys.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ groups:
179179
- num_events
180180
shape:
181181
- null
182-
doc: Timestamps of events, in seconds.
182+
doc: DEPRECATED. Timestamps of events, in seconds.
183183
attributes:
184184
- name: unit
185185
dtype: text

docs/format/source/format_release_notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Minor changes
2929
- Made group quantities consistent ("1 or more") across data interfaces / wrapper types (#613)
3030
- Fixed typo and removed HTML tag from doc of behavioral neurodata types. (#600)
3131
- Improved the documentation of ``IndexSeries``. (#614)
32-
- Made ``EventDetection.times`` optional. (#620)
32+
- Made ``EventDetection.times`` optional and deprecated. Use `source_idx` instead. (#620)
3333

3434
2.8.0 (November 24, 2024)
3535
-------------------------

0 commit comments

Comments
 (0)