Skip to content

3.5.4

Compare
Choose a tag to compare
@hdmf-bot hdmf-bot released this 07 Apr 20:41
· 224 commits to dev since this release
3.5.4
5a1bc73

HDMF 3.5.4 (April 7, 2023)

Bug fixes

  • Fixed typo in deploy release workflow. @rly #845

HDMF 3.5.3 (April 7, 2023)

Bug fixes

  • Fixed search bar and missing jquery in ReadTheDocs documentation. @rly
    #840
  • Fixed issue with dynamic class generation for a multi-container interface where one or more are required. @rly
    #839

Minor improvements

  • Added support for Python 3.11. @rly #803
  • No longer set upper bounds on dependencies. @rly #803
  • DynamicTable.to_dataframe() now sets the index (id) column dtype to int64 rather than the OS default (int32 on Windows, int64 on Mac, Linux). @rly #803