Ryan Ly
Ryan Ly
### What would you like to see added to PyNWB? We are implementing minor repo changes in https://github.com/hdmf-dev/hdmf/pull/1246. We should follow suit in pynwb. I'll take care of this. ###...
### What would you like changed or added to the documentation and why? See https://github.com/NeurodataWithoutBorders/pynwb/pull/1997#pullrequestreview-2444079642 NWB Schema 2.8.0 adds support for a few new `Device` metadata fields, such as `model_name`,...
### What happened? In https://github.com/NeurodataWithoutBorders/nwb-schema/pull/567 (pending NWB schema 2.8.0), we added a new optional "bounds" field to "SpatialSeries/data". It turns out that the current version of PyNWB / HDMF does...
### What would you like to see added to PyNWB? This would be nice for users and developers. We can add "hdmf_zarr" as an optional dependency. We are thinking of...
## Description Bug report from the AQuA developers. The [documentation for extensions](https://pynwb.readthedocs.io/en/stable/extensions.html) contains code that does not run. ```python spec = NWBDatasetSpec('A custom NWB type', name='qux', attribute=[ NWBAttributeSpec('baz', 'a value...
Despite our best efforts, it is possible to use PyNWB to write a file that does not validate against the schema. Users should be aware that the file that they...
From @lfrank. scratch allows storage of np.ndarray, list, tuple, pd.DataFrame, DynamicTable, NWBContainer, ScratchData but not dicts.
From @yarikoptic via slack When constructing an `NWBFile`, `identifier` is required (but see #954 which suggests making it optional), and once set, it cannot be changed. This means the following...
## Feature Request Opening an NWB file in any mode except 'r' should add an entry with the current date and time to `NWBFile.file_create_date`. It would be better if this...
## Description In the event that the nwb-schema submodule of PyNWB is accidentally updated to a non-release version (the default git branches of nwb-schema and hdmf-common-schema contain the bleeding edge...