Skip to content

v0.4.10

Compare
Choose a tag to compare
@CodyCBakerPhD CodyCBakerPhD released this 21 Jul 21:31
· 943 commits to dev since this release
c85cb0a

v0.4.10

Improvements

  • Added a utillity function for retrieving the version of a package in a form that allows easy comparison.
  • Added a utility function for robust S3 retrieval (retries with exponential backoff) and implemented it within the core inspection functions in an attempt to resolve the ongoing S3 curl request failures.
  • Allowed importance threshold to be specified as a string rather than an instance of the enum class.
  • Added negative job slicing to all n_jobs arguments.

New Checks

  • For objects new in NWB 2.5 called 'Images' - for the field named "order_of_images", which specifies the order of the images within the Images object, we check that the "order_of_images" contains references to all of the images only once that are in the Images object
    "order_of_images" contains no other images (e.g., from another object).
  • Ensure that the form of each experimenter in the NWBFile metadata is of the form DANDI expects (Last, First Middle).
  • Special check for unique identifiers over a folder path given to inspect_all.

Bug Fixes

  • Critical fix for the config feature which resulted in secondary fields of messages failing to be parsed.