Skip to content

2.2.0

Compare
Choose a tag to compare
@hdmf-bot hdmf-bot released this 14 Aug 20:09
· 509 commits to dev since this release
535985c

New features

  • Add ability to get list of tuples when indexing a DynamicTable. i.e. disable conversion to pandas.DataFrame.
    @ajtritt (#418)

Internal improvements

  • Improve documentation and index out of bounds error message for DynamicTable. @rly (#419)

Bug fixes:

  • Fix error when constructing DynamicTable with DataChunkIterators as columns. @ajtritt (#418)