Skip to content

Commit

Permalink
propose more stimulus types (#559)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Ly <[email protected]>
  • Loading branch information
CodyCBakerPhD and rly authored Feb 5, 2024
1 parent 308c5d8 commit 10d2fc2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions core/nwb.file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,16 @@ groups:
- neurodata_type_inc: TimeSeries
doc: TimeSeries objects containing data of presented stimuli.
quantity: '*'
- neurodata_type_inc: NWBDataInterface
doc: 'Generic NWB data interfaces, usually from an extension,
containing data of presented stimuli.'
quantity: '*'
- neurodata_type_inc: DynamicTable
doc: DynamicTable objects containing data of presented stimuli.
quantity: '*'
# even though TimeSeries is a child type of NWBDataInterface, we do not remove TimeSeries
# in order to maintain backwards compatibility in the APIs that
# use the neurodata_type_inc from the schema to set the variable name
- name: templates
doc: 'Template stimuli. Timestamps in templates are based on stimulus
design and are relative to the beginning of the stimulus. When templates are
Expand Down
5 changes: 3 additions & 2 deletions docs/format/source/format_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ Release Notes
Minor changes
^^^^^^^^^^^^^
- Fixed typos in docstrings. (#560)
- Deprecated `ImagingRetinotopy` neurodata type. (#565)
- Modified `OptogeneticSeries` to allow 2D data, primarily in extensions of `OptogeneticSeries`. (#564)
- Deprecated ``ImagingRetinotopy`` neurodata type. (#565)
- Modified ``OptogeneticSeries`` to allow 2D data, primarily in extensions of ``OptogeneticSeries``. (#564)
- Added optional ``stimulus_template`` column to ``IntracellularStimuliTable`` as part of the ``IntracellularRecordingsTable``. (#545)
- Added support for ``NWBDataInterface`` and ``DynamicTable`` in ``NWBFile.stimulus``. (#559)

2.6.0 (January 17, 2023)
-----------------------
Expand Down

0 comments on commit 10d2fc2

Please sign in to comment.