Skip to content

Commit d141d89

Browse files
authored
Update version to 1.3.0, release notes, readme (#47)
1 parent 8b2324d commit d141d89

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2426
The schema also provides the following base data structures:
2527

common/base.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

common/namespace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
8888
release = version
8989

docs/source/format_release_notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
hdmf-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

0 commit comments

Comments
 (0)