From 69fc7a0a0d0a8d0d1f061e1d6a1a33719a2d9b4d Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Mon, 9 Dec 2024 10:08:16 -0800 Subject: [PATCH 1/2] Update nwb.behavior.yaml --- core/nwb.behavior.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/nwb.behavior.yaml b/core/nwb.behavior.yaml index 1a951b2f..b81db232 100644 --- a/core/nwb.behavior.yaml +++ b/core/nwb.behavior.yaml @@ -66,7 +66,7 @@ groups: - neurodata_type_def: BehavioralEvents neurodata_type_inc: NWBDataInterface default_name: BehavioralEvents - doc: TimeSeries for storing behavioral events. See description of BehavioralEpochs + doc: TimeSeries for storing behavioral events. See description of BehavioralEpochs for more details. groups: - neurodata_type_inc: TimeSeries @@ -76,7 +76,7 @@ groups: - neurodata_type_def: BehavioralTimeSeries neurodata_type_inc: NWBDataInterface default_name: BehavioralTimeSeries - doc: TimeSeries for storing Behavoioral time series data. See description of BehavioralEpochs + doc: TimeSeries for storing behavioral time series data. See description of BehavioralEpochs for more details. groups: - neurodata_type_inc: TimeSeries From d28c19607362486ec5c259cd1168b1173fb1c5ed Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Mon, 9 Dec 2024 10:10:31 -0800 Subject: [PATCH 2/2] Update version and release notes --- core/nwb.file.yaml | 2 +- core/nwb.namespace.yaml | 2 +- docs/format/source/conf.py | 4 ++-- docs/format/source/format_release_notes.rst | 7 +++++++ 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/core/nwb.file.yaml b/core/nwb.file.yaml index e9d146e7..8a882cdf 100644 --- a/core/nwb.file.yaml +++ b/core/nwb.file.yaml @@ -7,7 +7,7 @@ groups: attributes: - name: nwb_version dtype: text - value: "2.8.0" + value: "2.9.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/core/nwb.namespace.yaml b/core/nwb.namespace.yaml index dd967efe..d249e30c 100644 --- a/core/nwb.namespace.yaml +++ b/core/nwb.namespace.yaml @@ -57,4 +57,4 @@ namespaces: - doc: This source module contains neurodata_type for retinotopy data. source: nwb.retinotopy.yaml title: Retinotopy - version: "2.8.0" + version: "2.9.0-alpha" diff --git a/docs/format/source/conf.py b/docs/format/source/conf.py index 0a2f836b..30cb4f94 100644 --- a/docs/format/source/conf.py +++ b/docs/format/source/conf.py @@ -83,9 +83,9 @@ def setup(app): # built documents. # # The short X.Y version. -version = '2.8.0' +version = '2.9.0' # The full version, including alpha/beta/rc tags. -release = '2.8.0' +release = '2.9.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 4fafbd91..a8eb3fcc 100644 --- a/docs/format/source/format_release_notes.rst +++ b/docs/format/source/format_release_notes.rst @@ -3,6 +3,13 @@ Release Notes ============= +2.9.0 (Upcoming) +---------------- + +Minor changes +^^^^^^^^^^^^^ +- Fixed typo and removed HTML tag from doc of behavioral neurodata types. (#600) + 2.8.0 (November 24, 2024) -------------------------