v0.9.0
New features:
- Added initial support for caching some data types (#143)
- Added a new tutorial to the documentation (#151)
Improvements:
- Improved the reading EEG metadata for resumed sessions (#139)
- Taught
CMLReader.load_events
how to handle string arguments in addition to
lists (#150) - Ramulator HDF5 reader now handles missing channels without crashing (#158)
- Updated
EEGReader
to userel_start
as the start time given to
EEGContainer
(#167) - Allowed the use of
contacts
data for thescheme
keyword argument in
CMLReader.load_eeg
(#169) - Made
get_data_index
a static method ofCMLReader
to simplify imports
(#170)
Bug fixes: