Skip to content

1.4.0

Compare
Choose a tag to compare
@nwb-bot nwb-bot released this 13 Aug 16:50
· 367 commits to dev since this release
1.4.0
e37425d

Users can now add/remove containers from a written NWB file and export the modified NWBFile to a new file path.
@rly (#1280)

Internal improvements:

  • Update requirements to use HDMF 2.1.0. @rly (#1256)
  • Start FAQ section in documentation. @rly (#1249)
  • Improve deprecation warnings. @rly (#1261)
  • Update CI to test Python 3.8, update requirements. @rly (#1267, #1275)
  • Make use of MultiContainerInterface and LabelledDict that have been moved to HDMF. @bendichter @rly (#1260)

Bug fixes:

  • For ImageSeries, add check if external_file is provided without starting_frame in __init__. @rly (#1264)
  • Improve docstrings for TimeSeries.data and for the electrode table. @rly (#1271, #1272)
  • Fix Azure Pipelines configuration. @rly (#1281)