Steph Prince
Steph Prince
Here is my feedback on the "Visualizing NWB Files" section - thought all the figures looked very nice and were very informative. I will push any small markdown changes to...
The introduction and basics section are really nice and easy to follow! After reviewing, I added some suggestions here. I also have a few very small text suggestions for some...
Prepare for release of PyNWB 2.8.1 ### Before merging: - [x] Make sure all PRs to be included in this release have been merged to `dev`. - [x] Major and...
## Motivation Related pynwb changes for the proposed [nwb-schema PR](https://github.com/NeurodataWithoutBorders/nwb-schema/pull/578) for provenance information. TODO - [ ] Update to merge into nwb_schema_2.8.0 branch when reviewed ## How to test the...
## Motivation Address #1807 (related to other validation upgrades described in #1808). This is a breaking change for the next major release. The expected behavior is for `validate` to return...
## Summary of changes Here is a draft proposal for basic provenance information. Given the discussion in #319, I think the goal of the first draft was an easily shareable,...
## Motivation Fixes https://github.com/hdmf-dev/hdmf/issues/1137 and fixes https://github.com/hdmf-dev/hdmf/issues/1096. On build, multidimensional string lists/arrays were being converted into 1-D lists/arrays: `[['aa', 'bb'], ['cc', 'dd']] -> ["['aa', 'bb']", "['cc', 'dd']"]`. On write, the...
### What happened? When running `Images` roundtrip tests, `get_dimension_labels_from_spec` returns a warning because the shape of the ImageReferences dataset does not match the shape of the spec. The shape of...
## Motivation Fix https://github.com/hdmf-dev/hdmf/issues/1181 To do: - [ ] add tests ## How to test the behavior? ```python from datetime import datetime from uuid import uuid4 from dateutil import tz...
### What happened? With appending to an electrodes table, the group column cannot be set as expandable. I have a working solution to this and just need to add the...