Releases: NeurodataWithoutBorders/nwbinspector
Releases · NeurodataWithoutBorders/nwbinspector
v0.4.22
v0.4.21
v0.4.20
v0.4.20
Improvements
- Added compression size consideration to
check_image_series_size
. PR #311 - Added false positive skip condition for
check_image_series_size
forTwoPhotonSeries
neurodata types. PR #301
Testing
- Added downstream testing of DANDI to the per-PR suite as a requirement for merging. PR #306
Fixes
v0.4.19
v0.4.18
v0.4.17
v0.4.17
Hotfix
- Fix to skip certain tests if optional testing config path was not specified (mostly for conda-forge).
v0.4.16
v0.4.16
Improvements
- Allow NCBI taxonomy references for
Subject.species
. PR #290 - Added PyNWB v2.1.0 specific file generation functions to the
testing
submodule, and altered the tests forImageSeries
to use these pre-existing files when available. Also included an automated workflow to push the generated files to a DANDI-staging server for public access. PR #288
Fixes
- Fixed relative path detection for cross-platform strings in
check_image_series_external_file_relative
PR #288
v0.4.14
v0.4.13
v0.4.13
DANDI Configuration
check_subject_sex
,check_subject_species
,check_subject_age
,check_subject_proper_age_range
are now elevated toCRITICAL
importance when using the "DANDI" configuration. Therefore, these are now required for passingdandi validate
.
Improvements
- Enhanced human-readability of the return message from
check_experimenter_form
. PR #254 - Extended check for
Subject.age
field with estimated age range using '/' separator. PR #247 - Allowed network-dependent tests to be skipped by specifying the
NWBI_SKIP_NETWORK_TESTS
environment variable. PR #261
New Checks
- Added check for existence of
IntracellularElectrode.cell_id
PR #256 - Added check that bounds of age range for
Subject.age
using the '/' separator are properly increasing. PR #247 - Added check for existence of
IntracellularElectrode.cell_id
PR #256 - Added check for shape consistency between
reference_images
and the x, y, (z) dimensions of theimage_mask
ofPlaneSegmentation
objects. PR #257
Fixes
- Fixed the folder-wide
identifier
pre-check forinspect_all
to read NWB files with extensions. PR #262
v0.4.12
v0.4.12
Re-release of v0.4.10 for the conda-forge feedstock.