From cf6a1147fb7d92da4871babdde31afe9f365ede2 Mon Sep 17 00:00:00 2001 From: Kay Robbins Date: Fri, 8 May 2026 12:35:26 -0500 Subject: [PATCH 1/3] Updated README --- README.md | 4 ++-- docs/conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad2e5707..ec864844 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ HED (Hierarchical Event Descriptors) is a framework for systematically describin For simple validation or transformation tasks, use the online tools at [https://hedtools.org/hed](https://hedtools.org/hed) - no installation needed! -Browser-based validation (no data upload) is available at [https://www.hedtags.org/hed-javascript](https://www.hedtags.org/hed-javascript) +Browser-based validation (no data upload) is available at [https://www.hedtags.org/hed-web](https://www.hedtags.org/hed-web) A development version of the online tools is available at: [https://hedtools.org/hed_dev](https://hedtools.org/hed_dev) @@ -226,7 +226,7 @@ The HED ecosystem consists of several interconnected repositories: | Repository | Description | | ---------------------------------------------------------------------- | ------------------------------------------------ | | [hed-python](https://github.com/hed-standard/hed-python) | Python validation and analysis tools (this repo) | -| [hed-web](https://github.com/hed-standard/hed-web) | Web interface and deployable Docker services | +| [hed-server](https://github.com/hed-standard/hed-server) | Web interface and deployable Docker services | | [hed-resources](https://github.com/hed-standard/hed-resources) | Tutorials and other HED resources | | [hed-specification](https://github.com/hed-standard/hed-specification) | Official HED specification documents | | [hed-schemas](https://github.com/hed-standard/hed-schemas) | Official HED schema repository | diff --git a/docs/conf.py b/docs/conf.py index 0b46b413..5f34519f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,7 +11,7 @@ author = "HED Standard" # The full version, including alpha/beta/rc tags -release = "0.8.1" +release = "1.1.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration From f75a00ea2a447d15f88199ce8dc26a2810fae7ab Mon Sep 17 00:00:00 2001 From: Kay Robbins Date: Fri, 8 May 2026 13:01:14 -0500 Subject: [PATCH 2/3] Update submodules to latest --- spec_tests/hed-schemas | 2 +- spec_tests/hed-tests | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spec_tests/hed-schemas b/spec_tests/hed-schemas index 5920551e..0a4a7b61 160000 --- a/spec_tests/hed-schemas +++ b/spec_tests/hed-schemas @@ -1 +1 @@ -Subproject commit 5920551e99eac16f10eee130253a2f058d22817d +Subproject commit 0a4a7b613b82a9b09955bba9a22a36791d1de035 diff --git a/spec_tests/hed-tests b/spec_tests/hed-tests index e4739429..ea4237ca 160000 --- a/spec_tests/hed-tests +++ b/spec_tests/hed-tests @@ -1 +1 @@ -Subproject commit e4739429864444835160219e5dac55809ec7270f +Subproject commit ea4237cacb3bf2cad784e50808d370a9d0251c76 From 3324bcd507b57f4226a61cf2eb0a32931ce3072b Mon Sep 17 00:00:00 2001 From: Kay Robbins Date: Fri, 8 May 2026 13:05:51 -0500 Subject: [PATCH 3/3] Updated the submodules --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec864844..15c96d78 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ The HED ecosystem consists of several interconnected repositories: | Repository | Description | | ---------------------------------------------------------------------- | ------------------------------------------------ | | [hed-python](https://github.com/hed-standard/hed-python) | Python validation and analysis tools (this repo) | -| [hed-server](https://github.com/hed-standard/hed-server) | Web interface and deployable Docker services | +| [hed-server](https://github.com/hed-standard/hed-server) | Web interface and deployable Docker services | | [hed-resources](https://github.com/hed-standard/hed-resources) | Tutorials and other HED resources | | [hed-specification](https://github.com/hed-standard/hed-specification) | Official HED specification documents | | [hed-schemas](https://github.com/hed-standard/hed-schemas) | Official HED schema repository | @@ -234,6 +234,7 @@ The HED ecosystem consists of several interconnected repositories: | [hed-vis](https://github.com/hed-standard/hed-vis) | HED visualization tools (word clouds, etc.) | | [ndx-hed](https://github.com/hed-standard/ndx-hed) | HED support for NWB | | [hed-javascript](https://github.com/hed-standard/hed-javascript) | JavaScript HED validation tools | +| [hed-web](https://github.com/hed-standard/hed-web) | Source for browser-based validation tools | ## Contributing