You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Increased the stacklevel of the warning from _add_missing_timezone in pynwb.file to make identification of which datetime field is missing a timezone easier. @CodyCBakerPhD#1641
Refactored testing documentation, including addition of section on pynwb.testing.mock submodule. @bendichter #1583
Updated round trip tutorial to the newer NWBH5IOMixin and AcquisitionH5IOMixin classes. @bendichter #1586
Added more informative error message for common installation error. @bendichter, @rly #1591
Updated citation for PyNWB in docs and duecredit to use the eLife NWB paper. @oruebel#1604
Fixed docs build warnings due to use of hardcoded links. @oruebel#1604
Updated the iterative write tutorial to reference the new GenericDataChunkIterator functionality and use the new H5DataIO.dataset property to simplify the custom I/O section. @oruebel#1633