Releases: adamreeve/npTDMS
Releases · adamreeve/npTDMS
1.3.0
- Handle segments containing data for a single string channel with the interleaved flag set
- Improve handling of incomplete segment data
1.2.0
- 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
- Improve performance reading many small interleaved data chunks
1.0.0
- Breaking change: Remove previously deprecated methods
- New thermocouple scaling implementation with better performance and compatibility
- New group_name property on TdmsChannel
0.28.0
- 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
- Adds support for reading raw timestamps with full precision
- Fixes memory leaks caused by circular references
0.26.0
- 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
- 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