Skip to content

3.1.3

Latest

Choose a tag to compare

@nwb-bot nwb-bot released this 09 Dec 23:41
· 1 commit to dev since this release
7e100c2

Added

  • Added 'target_tables' kwarg to DynamicTable subclasses to allow classes that extend DynamicTable subclasses to specify the mapping of DynamicTableRegion columns to the target tables. @rly, @stephprince #2096

Fixed

  • Fixed incorrect warning for path not ending in .nwb when no path argument was provided. @t-b #2130
  • Fixed inability to read files created with extensions that had schema conflicts with the DeviceModel type introduced in NWB Schema 2.9.0. @stephprince #2132
  • Fixed issue with setting neurodata_type_inc when reading NWB files with cached schema versions less than 2.2.0. @rly #2135
  • Fixed import structure test. @rly #2136

Changed

  • Change UI of documentation assistant to be an accordion that is always visible. @bendichter #2124
  • Updated minimum HDMF version to 4.1.2 and updated tests accordingly. @rly #2144