File tree Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ groups:
66
66
- neurodata_type_def : BehavioralEvents
67
67
neurodata_type_inc : NWBDataInterface
68
68
default_name : BehavioralEvents
69
- doc : TimeSeries for storing behavioral events. See description of <a href="# BehavioralEpochs">BehavioralEpochs</a>
69
+ doc : TimeSeries for storing behavioral events. See description of BehavioralEpochs
70
70
for more details.
71
71
groups :
72
72
- neurodata_type_inc : TimeSeries
@@ -76,7 +76,7 @@ groups:
76
76
- neurodata_type_def : BehavioralTimeSeries
77
77
neurodata_type_inc : NWBDataInterface
78
78
default_name : BehavioralTimeSeries
79
- doc : TimeSeries for storing Behavoioral time series data. See description of <a href="# BehavioralEpochs">BehavioralEpochs</a>
79
+ doc : TimeSeries for storing behavioral time series data. See description of BehavioralEpochs
80
80
for more details.
81
81
groups :
82
82
- neurodata_type_inc : TimeSeries
Original file line number Diff line number Diff line change 7
7
attributes :
8
8
- name : nwb_version
9
9
dtype : text
10
- value : " 2.8.0 "
10
+ value : " 2.9.0-alpha "
11
11
doc : File version string. Use semantic versioning, e.g. 1.2.1. This will be the
12
12
name of the format with trailing major, minor and patch numbers.
13
13
datasets :
Original file line number Diff line number Diff line change @@ -57,4 +57,4 @@ namespaces:
57
57
- doc : This source module contains neurodata_type for retinotopy data.
58
58
source : nwb.retinotopy.yaml
59
59
title : Retinotopy
60
- version : " 2.8.0 "
60
+ version : " 2.9.0-alpha "
Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ def setup(app):
83
83
# built documents.
84
84
#
85
85
# The short X.Y version.
86
- version = '2.8 .0'
86
+ version = '2.9 .0'
87
87
# The full version, including alpha/beta/rc tags.
88
- release = '2.8.0 '
88
+ release = '2.9.0-alpha '
89
89
90
90
# The language for content autogenerated by Sphinx. Refer to documentation
91
91
# for a list of supported languages.
Original file line number Diff line number Diff line change 3
3
Release Notes
4
4
=============
5
5
6
+ 2.9.0 (Upcoming)
7
+ ----------------
8
+
9
+ Minor changes
10
+ ^^^^^^^^^^^^^
11
+ - Fixed typo and removed HTML tag from doc of behavioral neurodata types. (#600)
12
+
6
13
2.8.0 (November 24, 2024)
7
14
-------------------------
8
15
You can’t perform that action at this time.
0 commit comments