Skip to content

Releases: adamreeve/npTDMS

0.24.1

10 Apr 06:03
Compare
Choose a tag to compare

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

0.24.0

31 Mar 22:51
Compare
Choose a tag to compare
  • 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

25 Mar 10:07
Compare
Choose a tag to compare
  • 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

0.22.0

20 Mar 08:37
Compare
Choose a tag to compare

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

0.21.0

17 Mar 06:58
Compare
Choose a tag to compare

Various fixes for HDF export

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

0.20.0

14 Mar 03:42
Compare
Choose a tag to compare
  • Implement lazy reading of whole channel data
  • Implement thermistor scaling
  • Performance improvement for TDMS files with alternating channels in segments

0.12.0

22 Jul 10:10
Compare
Choose a tag to compare
  • 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.