Skip to content

Releases: adamreeve/npTDMS

1.3.0

09 May 13:56
Compare
Choose a tag to compare
  • Handle segments containing data for a single string channel with the interleaved flag set
  • Improve handling of incomplete segment data

1.2.0

17 Mar 21:28
Compare
Choose a tag to compare
  • Reduce memory usage when reading files in open mode
  • Support files that use DAQmx format metadata without having DAQmx raw data
  • Support different lengths of DAQmx buffers
  • Support strain scaling with a full bridge type I configuration
  • Support negative integer indexing in channels

1.1.0

11 Oct 21:05
Compare
Choose a tag to compare
  • Improve performance reading many small interleaved data chunks

1.0.0

20 Sep 21:22
Compare
Choose a tag to compare
  • Breaking change: Remove previously deprecated methods
  • New thermocouple scaling implementation with better performance and compatibility
  • New group_name property on TdmsChannel

0.28.0

26 Aug 21:04
Compare
Choose a tag to compare
  • Support conversion to Pandas dataframes when a file is opened without reading all data
  • Support writing np.bool_ properties
  • Correct the TDMS type used when writing floating point data
  • Fix reading digital line scaler data with a non-zero offset

0.27.0

21 May 02:21
Compare
Choose a tag to compare
  • Adds support for reading raw timestamps with full precision
  • Fixes memory leaks caused by circular references

0.26.0

05 May 09:51
Compare
Choose a tag to compare
  • Fix for reading tdms_index files with padding after metadata
  • Add check that segment positions in data files match what's expected from tdms_index files
  • Add support for negative temperatures with RTD scaling

0.25.1

29 Apr 05:24
Compare
Choose a tag to compare
  • 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

22 Apr 01:58
Compare
Choose a tag to compare
  • 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

10 Apr 21:16
Compare
Choose a tag to compare

Bug fix to handle polynomial scaling with no coefficients