Skip to content

Commit

Permalink
Update version to 1.3.0, release notes, readme (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Dec 2, 2020
1 parent 8b2324d commit d141d89
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ The HDMF-common schema provides the following data structures:
- **VocabData :** A data structure for representing a column where the data come from a controlled vocabulary of text values
- **DynamicTableRegion :** A link from one table to an index or region of another
- **CSRMatrix :** A compressed sparse row matrix
- **ExternalResources :** A data structure that contains row-based compound-data tables for storing ontology information and
other external resource references

The schema also provides the following base data structures:

Expand Down
6 changes: 3 additions & 3 deletions common/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ groups:

- data_type_def: SimpleMultiContainer
data_type_inc: Container
doc: A simple Container for holding onto multiple containers
doc: A simple Container for holding onto multiple containers.
datasets:
- data_type_inc: Data
quantity: '*'
doc: Data objects held within this SimpleMultiContainer
doc: Data objects held within this SimpleMultiContainer.
groups:
- data_type_inc: Container
quantity: '*'
doc: Container objects held within this SimpleMultiContainer
doc: Container objects held within this SimpleMultiContainer.
2 changes: 1 addition & 1 deletion common/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ namespaces:
- doc: data types for storing references to web accessible resources
source: resources.yaml
title: Resource reference data types
version: 1.3.0-alpha
version: 1.3.0
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def setup(app):
# built documents.
#
# The short X.Y version.
version = 'v1.3.0-alpha'
version = 'v1.3.0'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion docs/source/format_release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
hdmf-common Release Notes
=========================

1.3.0 (Upcoming)
1.3.0 (December 2, 2020)
-------------------------

- Add data type ``ExternalResources`` for storing ontology information / external resource references. NOTE: this
Expand Down

0 comments on commit d141d89

Please sign in to comment.