From 01844ce22cffbc4b0ca0b4e311619795f67e791c Mon Sep 17 00:00:00 2001 From: Isaac Brooks Date: Fri, 28 Jul 2023 12:14:48 -0400 Subject: [PATCH 1/5] Add stimulus_template to IntracellularStimuliTable as an optional column --- core/nwb.icephys.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/nwb.icephys.yaml b/core/nwb.icephys.yaml index 7f717315..55da10f5 100644 --- a/core/nwb.icephys.yaml +++ b/core/nwb.icephys.yaml @@ -286,6 +286,10 @@ groups: - name: stimulus neurodata_type_inc: TimeSeriesReferenceVectorData doc: Column storing the reference to the recorded stimulus for the recording (rows). + - name: stimulus_template + neurodata_type_inc: TimeSeriesReferenceVectorData + doc: Column storing the reference to the stimulus template for the recording (rows). + quantity: ? - neurodata_type_def: IntracellularResponsesTable neurodata_type_inc: DynamicTable From 9d8e0e898f8a758987df12798f30d54ab4c1399e Mon Sep 17 00:00:00 2001 From: Steph Prince Date: Wed, 6 Dec 2023 10:31:20 -0800 Subject: [PATCH 2/5] update release notes and version string --- core/nwb.file.yaml | 2 +- docs/format/source/conf.py | 2 +- docs/format/source/format_release_notes.rst | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/core/nwb.file.yaml b/core/nwb.file.yaml index 682a5844..21913dae 100644 --- a/core/nwb.file.yaml +++ b/core/nwb.file.yaml @@ -7,7 +7,7 @@ groups: attributes: - name: nwb_version dtype: text - value: "2.6.0" + value: "2.6.0-alpha" doc: File version string. Use semantic versioning, e.g. 1.2.1. This will be the name of the format with trailing major, minor and patch numbers. datasets: diff --git a/docs/format/source/conf.py b/docs/format/source/conf.py index 349c8b59..f04276ae 100644 --- a/docs/format/source/conf.py +++ b/docs/format/source/conf.py @@ -85,7 +85,7 @@ def setup(app): # The short X.Y version. version = '2.6.0' # The full version, including alpha/beta/rc tags. -release = '2.6.0' +release = '2.6.0-alpha' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/format/source/format_release_notes.rst b/docs/format/source/format_release_notes.rst index 0bec10c4..3799a7ee 100644 --- a/docs/format/source/format_release_notes.rst +++ b/docs/format/source/format_release_notes.rst @@ -3,6 +3,12 @@ Release Notes ============= +2.7.0 (Upcoming) +----------------------- + +Minor changes +^^^^^^^^^^^^^ +- Added optional ``stimulus_template`` column to ``IntracellularRecordingsTable`` (#545) 2.6.0 (January 17, 2023) ----------------------- From 7e906c81cc5bb0b9b6a0382bbcd7ab4a6c9aed02 Mon Sep 17 00:00:00 2001 From: Steph Prince Date: Wed, 6 Dec 2023 10:36:04 -0800 Subject: [PATCH 3/5] fix typo for optional quantity value --- core/nwb.icephys.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/nwb.icephys.yaml b/core/nwb.icephys.yaml index 55da10f5..62c1e46b 100644 --- a/core/nwb.icephys.yaml +++ b/core/nwb.icephys.yaml @@ -289,7 +289,7 @@ groups: - name: stimulus_template neurodata_type_inc: TimeSeriesReferenceVectorData doc: Column storing the reference to the stimulus template for the recording (rows). - quantity: ? + quantity: '?' - neurodata_type_def: IntracellularResponsesTable neurodata_type_inc: DynamicTable From 7ad1252e2bebbafa48815dc5c98d837c54aff3a4 Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Wed, 10 Jan 2024 16:14:54 -0800 Subject: [PATCH 4/5] Update docs/format/source/format_release_notes.rst --- docs/format/source/format_release_notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/format/source/format_release_notes.rst b/docs/format/source/format_release_notes.rst index 802d84bb..0f173628 100644 --- a/docs/format/source/format_release_notes.rst +++ b/docs/format/source/format_release_notes.rst @@ -10,7 +10,7 @@ Minor changes ^^^^^^^^^^^^^ - Fixed typos in docstrings. (#560) - Modified `OptogeneticSeries` to allow 2D data, primarily in extensions of `OptogeneticSeries`. (#564) -- Added optional ``stimulus_template`` column to ``IntracellularRecordingsTable`` (#545) +- Added optional ``stimulus_template`` column to ``IntracellularStimuliTable`` as part of the ``IntracellularRecordingsTable`` (#545) 2.6.0 (January 17, 2023) ----------------------- From b69b608b2ffa1531de53e569831aefccd5a93e4b Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Thu, 11 Jan 2024 14:39:01 -0800 Subject: [PATCH 5/5] Update format_release_notes.rst --- docs/format/source/format_release_notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/format/source/format_release_notes.rst b/docs/format/source/format_release_notes.rst index 0f173628..b81520f4 100644 --- a/docs/format/source/format_release_notes.rst +++ b/docs/format/source/format_release_notes.rst @@ -10,7 +10,7 @@ Minor changes ^^^^^^^^^^^^^ - Fixed typos in docstrings. (#560) - 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 optional ``stimulus_template`` column to ``IntracellularStimuliTable`` as part of the ``IntracellularRecordingsTable``. (#545) 2.6.0 (January 17, 2023) -----------------------