* Fix Pandas export for channels with no data or data type * Fix for using a pathlib.Path object when reading a TDMS file
0.25.0
* Performance improvements for reading metadata * Performance improvement for reading timestamp data * Fix reading data when scaling status is scaled (so scaling should not be applied) * Use tdms_index files when available
0.24.2
Bug fix to handle polynomial scaling with no coefficients
0.24.1
Bug fix for backwards compatibility when using a value returned from the groups method with the object method.
0.24.0
* Support indexing and slicing channels * Support streaming data chunks * Support iterating over files, groups and channels * Fix reading floating point data with units * Fix reading digital line scaler data
0.23.0
* Changes the API for reading data by introducing separate objects for groups and channels * Deprecates many methods than will now warn when used * Fixes inconsistent behaviour when exporting to Pandas dataframes * Support lazy reading of raw, unscaled data