Skip to content

2.8.3

Latest
Compare
Choose a tag to compare
@nwb-bot nwb-bot released this 20 Nov 01:23
· 4 commits to dev since this release
bb782e8

Enhancements and minor changes

  • Made gain an optional argument for PatchClampSeries to match the schema. @stephprince #1975
  • Added warning when writing files with NWBHDF5IO without the .nwb extension. @stephprince #1978
  • Added NWBHDF5IO.read_nwb convenience method to simplify reading an NWB file. @h-mayorquin #1979
  • Removed unused references to region references and builders in preparation for changes in HDMF 4.0. @rly #1991

Documentation and tutorial enhancements

Performance

Bug fixes

  • Fixed bug in how ElectrodeGroup.__init__ validates its position argument. @oruebel #1770
  • Changed SpatialSeries.reference_frame from required to optional as specified in the schema. @rly #1986