Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions core/nwb.misc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ groups:
shape:
- null
doc: The mean Gaussian filters, in Hz.
quantity: '?'
- name: band_stdev
neurodata_type_inc: VectorData
dtype: float32
Expand All @@ -166,6 +167,7 @@ groups:
shape:
- null
doc: The standard deviation of Gaussian filters, in Hz.
quantity: '?'
links:
- name: source_timeseries
target_type: TimeSeries
Expand Down
1 change: 1 addition & 0 deletions docs/format/source/format_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Minor changes
- Added optional ``was_generated_by`` attribute to ``NWBFile`` to store provenance information (#578)
- Deprecated ``EventWaveform`` neurodata type. (#584)
- Deprecated ``ImageMaskSeries`` neurodata type. (#583)
- Made ``band_mean`` and ``band_std`` in ``DecompositionSeries`` optional. (#593)
- Added ``Device.model_number``, ``Device.model_name``, ``Device.serial_number`` (#594)

2.7.0 (February 7, 2024)
Expand Down
Loading