Ryan Ly
Ryan Ly
## Summary of changes - Fix #580 - Pending corresponding changes in PyNWB ## Checklist For all schema changes: - [x] Add release notes for the PR to `docs/format/source/format_release_notes.rst`. -...
## Summary of changes - Fix #581 - Pending corresponding changes in PyNWB ## Checklist For all schema changes: - [x] Add release notes for the PR to `docs/format/source/format_release_notes.rst`. -...
As discussed at the NWB meeting today. The `ImageMaskSeries` neurodata type https://github.com/NeurodataWithoutBorders/nwb-schema/blob/dev/core/nwb.image.yaml#L119-L129 is an `ImageSeries` that contains an additional link to an `ImageSeries` that is masked. This type appears to...
As discussed at the NWB meeting today. The `EventWaveform` neurodata type https://github.com/NeurodataWithoutBorders/nwb-schema/blob/dev/core/nwb.ecephys.yaml#L191-L200 is a container that holds any number of `SpikeEventSeries` to "label"/"tag" a `SpikeEventSeries` as waveforms of detected events,...
## Motivation Fix #210 ## Checklist - [x] Did you update `CHANGELOG.md` with your changes? - [x] Does the PR clearly describe the problem and the solution? - [x] Have...
## Motivation Fix #178 ## Checklist - [x] Did you update `CHANGELOG.md` with your changes? - [x] Does the PR clearly describe the problem and the solution? - [x] Have...
This only works for 1-D string arrays. I think the if statement in this code is intended to check for structured arrays / compound dtypes. Else, execution should go to...
### What would you like to see added to HDMF? Classes that extend `MultiContainerInterface` gain a `__getitem__` which provides a convenient interface for accessing an item within it by name....
### What happened? Example here: https://github.com/bendichter/ndx-anatomical-localization/issues/1 When the constructor of a registered class uses a list of arguments instead of docval as in: ```python @register_class("Space", "ndx-anatomical-localization") class Space(TempSpace): def __init__(self,...
### What would you like to see added to HDMF? See https://github.com/hdmf-dev/hdmf/pull/880#pullrequestreview-1517181868 - Moving `ExternalResources`, `ExternalResourceMangager`, `TermSet` etc. codes into a separate module (folder) for external_resources - Add `TermSet._repr_html_` function...