nwb-schema icon indicating copy to clipboard operation
nwb-schema copied to clipboard

HERD in NWBFile schema

Open mavaylon1 opened this issue 5 months ago • 1 comments

This defines HERD within the NWBFile under general

Checklist

For all schema changes:

  • [x] Add release notes for the PR to docs/format/source/format_release_notes.rst.
  • [ ] Have you included the relevant issue number using "Fix #XXX" notation where XXX is the issue number? By including "Fix #XXX" you allow GitHub to close issue #XXX when the PR is merged.
  • [ ] Make sure that hdmf-common-schema points to the latest release and not the latest commit on the main branch.

If this is the first schema change after a schema release (i.e., the version string in core/nwb.namespace.yaml does not end in "-alpha"), then:

  • [x] Update the version string in core/nwb.namespace.yaml and core/nwb.file.yaml to the next major/minor/patch version with the suffix "-alpha". For example, if the current version is 2.4.0 and this is a minor change, then the new version string should be "2.5.0-alpha".
  • [x] Update the value of the version variable in docs/format/source/conf.py to the next version without the suffix "-alpha", e.g., "2.5.0".
  • [x] Update the value of the release variable in docs/format/source/conf.py to the next version with the suffix "-alpha", e.g., "2.5.0-alpha".
  • [x] Add a new section in the release notes docs/format/source/format_release_notes.rst for the new version with the date "Upcoming" in parentheses.

mavaylon1 avatar Jul 07 '25 22:07 mavaylon1

Waiting on https://github.com/NeurodataWithoutBorders/pynwb/pull/2111 to be all green before approving and merging into dev.

rly avatar Jul 12 '25 01:07 rly