nwb-schema
nwb-schema copied to clipboard
[WIP] Create new ElectrodesTable neurodata type
Summary of changes
- Fix #336, will replace #337
Need to get PyNWB and MatNWB to work with this first.
Checklist
For all schema changes:
- [ ] Add release notes for the PR to
docs/format/source/format_release_notes.rst
.
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:
- [ ] Update the version string in
core/nwb.namespace.yaml
andcore/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". - [ ] Update the value of the
version
variable indocs/format/source/conf.py
to the next version without the suffix "-alpha", e.g., "2.5.0". - [ ] Update the value of the
release
variable indocs/format/source/conf.py
to the next version with the suffix "-alpha", e.g., "2.5.0-alpha". - [ ] 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.
@rly I can push this across the finish line because I was going to work on literally this due to some applications in TermSetconfig.
The rest of the work would be working this on the pynwb side, is there a PR for it?