Skip to content

Commit

Permalink
Merge pull request #73 from hdmf-dev/herd
Browse files Browse the repository at this point in the history
HERD name change
  • Loading branch information
mavaylon1 committed Aug 3, 2023
2 parents 80efce3 + 08db7a5 commit ee8bca5
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
4 changes: 2 additions & 2 deletions common/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespaces:
- doc: data types for different types of sparse matrices
source: sparse.yaml
title: Sparse data types
version: 1.7.0
version: 1.8.0

- name: hdmf-experimental
doc: Experimental data structures provided by HDMF. These are not guaranteed to be available in the future.
Expand All @@ -48,4 +48,4 @@ namespaces:
- doc: data types for storing references to web accessible resources
source: resources.yaml
title: Resource reference data types
version: 0.4.0
version: 0.5.0
5 changes: 2 additions & 3 deletions common/resources.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# hdmf-schema-language=2.0.2
groups:
- data_type_def: ExternalResources
- data_type_def: HERD
data_type_inc: Container
doc: "A set of five tables for tracking external resource references in a file. NOTE: this data type is experimental
and is subject to change in a later version."
doc: "HDMF External Resources Data Structure. A set of six tables for tracking external resource references in a file or across multiple files.
datasets:
- data_type_inc: Data
name: keys
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ def setup(app):
# built documents.
#
# The short X.Y version.
version = 'v1.7.0'
version = 'v1.8.0'
# The full version, including alpha/beta/rc tags.
release = 'v1.7.0'
release = 'v1.8.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
7 changes: 6 additions & 1 deletion docs/source/hdmf_common_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
hdmf-common Release Notes
=========================

1.8.0 (August 4, 2023)
----------------------
- No change in the hdmf-common namespace. See :ref:`here <hdmf_experimental_release_notes>` for changes to the
hdmf-experimental namespace.

1.7.0 (June 22, 2023)
-------------------
---------------------
- No change in the hdmf-common namespace. See :ref:`here <hdmf_experimental_release_notes>` for changes to the
hdmf-experimental namespace.

Expand Down
5 changes: 5 additions & 0 deletions docs/source/hdmf_experimental_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
hdmf-experimental Release Notes
===============================

0.5.0 (August 4, 2023)
----------------------
- Updates ``ExternalResources`` to have a uniform name throughout the codebase and the literature, which is now ``HERD``
(HDMF External Resources Data).

0.4.0 (June 22, 2023)
---------------------
- In the experimental ``ExternalResources``, added a ``entity_keys`` table and removed ``keys_idx`` from the ``entities`` table.
Expand Down

0 comments on commit ee8bca5

Please sign in to comment.