Skip to content

Releases: NeurodataWithoutBorders/nwbinspector

v0.4.26

10 Feb 13:42
5cb35e0

Choose a tag to compare

v0.4.26

Fixes

  • Added a false positive skip condition to check_timestamps_match_first_dimension when applied to an ImageSeries that is using an external_file and therefore has an empty array set to data, but could have non-empty irregular timestamps for the video. PR #335
  • Fixed the skip condition for images checks that were incorrectly run when using PyNWB v2.0.0. PR #341

v0.4.25

16 Jan 14:38
e1ad5a1

Choose a tag to compare

v0.4.25

Improvements

  • The version of the NWB Inspector can now be returned directly from the CLI via the --version flag. PR # 333

v0.4.24

18 Dec 16:52
365b900

Choose a tag to compare

v0.4.24

  • Loosened upper bound of numpy version. PR # 330

v0.4.23

05 Dec 16:41
5a28299

Choose a tag to compare

v0.4.23

New Checks

  • Added check check_index_series_points_to_image to additionally about future deprecation of indexed_timeseries linked in IndexSeries. # 322

v0.4.22

04 Dec 23:03
639a111

Choose a tag to compare

v0.4.22

Fixes

  • Add a special skip condition to check_timestamps_match_first_dimension when an IndexSeries uses an ImageSeries as a target. PR #321

v0.4.21

02 Dec 03:16
90fe365

Choose a tag to compare

v0.4.21

New Checks

  • Add check for unique ids for DynamicTables. PR #316

Fixes

  • Fix check_subject_proper_age_range to parse years. PR #314
  • Write a custom get_data_shape method that does not return maxshape, which fixes errors in parsing shape. PR #315

v0.4.20

24 Nov 17:09
6354b22

Choose a tag to compare

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 for TwoPhotonSeries neurodata types. PR #301

Testing

  • Added downstream testing of DANDI to the per-PR suite as a requirement for merging. PR #306

Fixes

  • Fixed issue in run_checks following PR #303 that prevented iteration over certain check output types. PR #306

v0.4.19

11 Nov 02:28
6dfef2b

Choose a tag to compare

v0.4.19

Fixes

  • Fixed an issue with table checks that attempted to retrieve data from on-disk NWB files in a non-lazy manner. Also improved check_timestamps_match_first_dimension for TimeSeries objects, which similarly attempted to load unnecessary data into memory. PR #296

v0.4.18

10 Nov 02:15
ca878e0

Choose a tag to compare

v0.4.18

Hotfix

  • Fix to the assigned importance output of configured checks, which was reverting to pre-configuration values. PR #303

v0.4.17

13 Oct 21:46
ed6e594

Choose a tag to compare

v0.4.17

Hotfix

  • Fix to skip certain tests if optional testing config path was not specified (mostly for conda-forge).