- drop support for Python 3.8 #25
- add experimental support for
pyarrow
pandas backend #18
- fixed gzip support when reading from
BytesIO
#18
- add support for reading
StringIO
andBytesIO
#11
- explicitly sort index in
ScopeFile.as_pandas
#16
initial release with basic functions
- open files and read header metadata using
ScopeFile
- support different exporting formats (sorted / unsorted time columns, see README)
- read plain text files or gezipped files directly
- load individual channels using
ScopeFile.load()
- export to
pandas.DataFrame
withScope.as_pandas()
- export to
xarray.DataArray
withScopeFile.as_xarray()