File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ The HDMF-common schema provides the following data structures:
2020 - ** VocabData :** A data structure for representing a column where the data come from a controlled vocabulary of text values
2121- ** DynamicTableRegion :** A link from one table to an index or region of another
2222- ** CSRMatrix :** A compressed sparse row matrix
23+ - ** ExternalResources :** A data structure that contains row-based compound-data tables for storing ontology information and
24+ other external resource references
2325
2426The schema also provides the following base data structures:
2527
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ groups:
1010
1111- data_type_def : SimpleMultiContainer
1212 data_type_inc : Container
13- doc : A simple Container for holding onto multiple containers
13+ doc : A simple Container for holding onto multiple containers.
1414 datasets :
1515 - data_type_inc : Data
1616 quantity : ' *'
17- doc : Data objects held within this SimpleMultiContainer
17+ doc : Data objects held within this SimpleMultiContainer.
1818 groups :
1919 - data_type_inc : Container
2020 quantity : ' *'
21- doc : Container objects held within this SimpleMultiContainer
21+ doc : Container objects held within this SimpleMultiContainer.
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ namespaces:
2626 - doc : data types for storing references to web accessible resources
2727 source : resources.yaml
2828 title : Resource reference data types
29- version : 1.3.0-alpha
29+ version : 1.3.0
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ def setup(app):
8383# built documents.
8484#
8585# The short X.Y version.
86- version = 'v1.3.0-alpha '
86+ version = 'v1.3.0'
8787# The full version, including alpha/beta/rc tags.
8888release = version
8989
Original file line number Diff line number Diff line change 11hdmf-common Release Notes
22=========================
33
4- 1.3.0 (Upcoming )
4+ 1.3.0 (December 2, 2020 )
55-------------------------
66
77- Add data type ``ExternalResources `` for storing ontology information / external resource references. NOTE: this
You can’t perform that action at this time.
0 commit comments