Skip to content
This repository was archived by the owner on Mar 15, 2023. It is now read-only.

v0.9.2

Choose a tag to compare

@CodyCBakerPhD CodyCBakerPhD released this 28 Sep 22:37
1f38a2b

In v0.9.2 of nwb-conversion-tools, we...

  • All DataInterfaces now infer their source_schema from properly annotated __init__
  • Fixes to the BaseSortingInterface metadata handling to remove references to 'data' field. These should be set as unit properties or features to the extractor during __init__, and metadata["UnitProperties"] = [dict(name=property_name, description=...)] for the custom column metainfo for each property.
  • Some fixes to arguments to BlackRockRecordingInterface