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
Updated coverage workflow, report separate unit vs integration coverage. @rly #1509
Deleted test files generated from running sphinx gallery examples. @rly #1517
Enabled passing an S3File created through s3fs, which provides a method for reading an NWB file directly
from s3 that is an alternative to ros3. This required relaxing of NWBHDF5IO input validation. The path
arg is not needed if file is provided. mode now has a default value of "r". @bendichter #1499
Added a method to NWBMixin that only raises an error when a check is violated on instance creation,
otherwise throws a warning when reading from a file. The new checks in ImageSeries when external_file
is provided is used with this method to ensure that that files with invalid data can be read, but prohibits
the user from creating new instances when these checks are violated. @weiglszonja #1516
Created a GitHub Actions workflow to generate test files for testing backward compatibility. @rly #1548
Updated requirements, including allowing numpy 1.23. @rly #1550
Enhanced docs for LabMetaData to clarify its usage. @oruebel #1546
Add testing/mock, which provides mock neurodata objects for testing. @bendichter #1454