Releases: NeurodataWithoutBorders/nwbinspector
Releases · NeurodataWithoutBorders/nwbinspector
v0.4.32
v0.4.32
Fixes
- Use cached extension namespaces when calling pynwb validate instead of just the core namespace. #425
Improvements
- Added automatic suppression of certain subject related checks when inspecting files using the "dandi" configuration that have a
subject_id
that starts with the keyphrase "protein"; e.g., "proteinCaMPARI3" to indicate the in vitro subject of the experiment is a purified CaMPARI3 protein.
v0.4.31
v0.4.30
v0.4.29
v0.4.28
v0.4.28
Pending Deprecation (API)
- To reduce ambiguity of the new intermediate workflow calls in the API,
inspect_nwb
will be deprecated in the next major release. It is replaced by eitherinspect_nwbfile
(applied to a written file on disk) orinspect_nwbfile_object
(an open object in memory). #364
New Checks
- Added support for new options to
subject.sex
(XX
orXO
) conditional on thesubject.species
being either "C. elegens" or "Caenorhabditis elegens". #353
Improvements
- Added an intermediate workflow to the main
nwbinspector
call pattern, namedinspect_nwbfile_object
. #364
v0.4.27
v0.4.26
v0.4.26
Fixes
- Added a false positive skip condition to
check_timestamps_match_first_dimension
when applied to anImageSeries
that is using anexternal_file
and therefore has an empty array set todata
, but could have non-empty irregulartimestamps
for the video. PR #335 - Fixed the skip condition for
images
checks that were incorrectly run when using PyNWB v2.0.0. PR #341