Skip to content

2.8.2

Latest
Compare
Choose a tag to compare
@nwb-bot nwb-bot released this 09 Sep 19:34
· 12 commits to dev since this release
b9f9e5a

Enhancements and minor changes

Documentation and tutorial enhancements

  • Added pre-release pull request instructions to release process documentation @stephprince #1928
  • Added section on how to use the family driver in h5py for splitting data across multiple files @oruebel #1949

Bug fixes

  • Fixed can_read method to return False if no nwbfile version can be found @stephprince #1934
  • Changed epoch_tags to be a NWBFile property instead of constructor argument. @stephprince #1935
  • Exposed option to not cache the spec in NWBHDF5IO.export. @rly #1959