Skip to content

2.5.8

Compare
Choose a tag to compare
@hdmf-bot hdmf-bot released this 16 Jun 22:21
· 362 commits to dev since this release
2.5.8
929ec93

Minor improvements

  • Improve Sphinx documentation. @rly (#627)

Bug fix

  • Fix error with representing an indexed table column when the VectorIndex dtype precision is upgraded more
    than one step, e.g., uint8 to uint32. This can happen when, for example, a single add_row call is used to
    add more than 65535 elements to an empty indexed column. @rly (#631)