npTDMS

NumPy based Python module for reading TDMS files produced by LabView

LGPL-3.0 License

Downloads
45.2K
Stars
235
Committers
28

Bot releases are hidden (Show)

npTDMS - 0.24.1

Published by adamreeve over 4 years ago

Bug fix for backwards compatibility when using a value returned from the groups method with the object method.

npTDMS - 0.24.0

Published by adamreeve over 4 years ago

  • 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
npTDMS - 0.23.0

Published by adamreeve over 4 years ago

  • 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
npTDMS - 0.22.0

Published by adamreeve over 4 years ago

Adds support for reading a subset of a channel's data

npTDMS - 0.21.0

Published by adamreeve over 4 years ago

Various fixes for HDF export

  • Support string data
  • Fix export of timestamps
  • Fix export of group and channel attributes
npTDMS - 0.20.0

Published by adamreeve over 4 years ago

  • Implement lazy reading of whole channel data
  • Implement thermistor scaling
  • Performance improvement for TDMS files with alternating channels in segments
npTDMS - 0.12.0

Published by adamreeve about 6 years ago

  • Add option for saving to hdf5 file under a group.
  • Support polynomial scaling with an arbitrary number of coefficients.
  • Fix warning about use of deprecated method when exporting to Pandas dataframe.
  • Fix reading number of values in DAQmx raw data.