Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

propose more stimulus types #559

Merged
merged 11 commits into from
Feb 5, 2024
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
Loading