-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #495 from hed-standard/master
Create a release of HED Specification 3.1.0
- Loading branch information
Showing
54 changed files
with
9,458 additions
and
10,433 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# CHANGELOG for HED specification | ||
|
||
## Changes for HED specification 3.1.0 | ||
This release is focused on corrections and clarifications in the specification document | ||
and does not include any enhancements. | ||
|
||
* [**Clarification**] The inner tag group in a definition cannot be empty. | ||
* [**Clarification**] The additional tags within an `Onset` or `Offset` group must be | ||
enclosed in parentheses. Consequently, only one definition can anchor an event of temporal extent. | ||
* [**Correction/Clarification**] The initial specification said that definitions could be | ||
given anywhere. Our examples only put them in dummy entries in the sidecars. | ||
Allowing definitions to be anywhere turned out to be burdensome for downstream analysis | ||
tools. We have now restricted definitions so that they can only appear in dummy entries of sidecars. | ||
* [**Clarification**] Chapter 3.2 was rewritten so that full specification details of tag | ||
syntax were given and keyed to error codes in Appendix B. | ||
* [**Clarification**] Error codes of Appendix B were modified to have more consistent form, | ||
and some additional codes were added to account for requirements of the specification. | ||
* [**Improvement**] Each error code in Appendix B was given its own markdown section so that | ||
error messages in the validators could use the error code as a link into the specification | ||
for more information about the cause of errors. | ||
* [**Improvement**] A standardized set of validation test data keyed to the error codes | ||
was added to the specification repository in the | ||
[**error_tests**](https://github.com/hed-standard/hed-specification/tree/master/docs/source/_static/data/error_tests) directory. This test data will be validated by both the Python | ||
and JavaScript validators in addition to their internal tests as part of the GitHub actions. | ||
* [**Clarification**] All chapters of the specification were edited for clarity and correctness. | ||
|
||
## Initial release 3.0.0 Oct. 27, 2022. | ||
|
||
The specification version was set to 3.0.0 to designate the specification for HED-3G | ||
corresponding to HED standard schema versions >= 8.0.0 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,3 @@ | ||
attrs>=21.4.0 | ||
myst-parser>=0.17.2 | ||
Pygments>=2.12.0 | ||
click==8.1.3 | ||
coverage==6.4.1 | ||
defusedxml>=0.7.1 | ||
et-xmlfile>=1.1.0 | ||
Flask>=2.1.2 | ||
Flask-WTF>=1.0.1 | ||
inflect>=5.6.0 | ||
itsdangerous>=2.1.2 | ||
jdcal>=1.4.1 | ||
Jinja2>=3.1.2 | ||
MarkupSafe>=2.1.1 | ||
portalocker>=2.4.0 | ||
python-dateutil>=2.8.2 | ||
pytz>=2022.1 | ||
semantic_version>=2.10.0 | ||
six>=1.16.0 | ||
Sphinx>=4.5.0 | ||
SphinxExtensions>=0.2.0 | ||
Sphinx>=5.2.2 | ||
myst-parser>=0.18.1 | ||
sphinx_rtd_theme>=1.0.0 | ||
Werkzeug>=2.1.2 | ||
WTForms>=3.0.1 | ||
xlrd>=2.0.1 |
Oops, something went wrong.