Recent Releases of nptdms
nptdms - 1.10.0
What's Changed
- Fix tests for numpy 2 by @adamreeve in https://github.com/adamreeve/npTDMS/pull/336
- Update supported Python versions by @adamreeve in https://github.com/adamreeve/npTDMS/pull/334
- Fix overflow when computing seek position by @adamreeve in https://github.com/adamreeve/npTDMS/pull/341
- Drastic performance improvements for reads by @johannesloibl in https://github.com/adamreeve/npTDMS/pull/342
Full Changelog: https://github.com/adamreeve/npTDMS/compare/1.9.0...1.10.0
- Python
Published by adamreeve about 1 year ago
nptdms - 1.9.0
What's Changed
- Fix reading truncated data when the next segment offset is set by @adamreeve in https://github.com/adamreeve/npTDMS/pull/326
- Expose information about incomplete final segments by @adamreeve in https://github.com/adamreeve/npTDMS/pull/327
Full Changelog: https://github.com/adamreeve/npTDMS/compare/1.8.0...1.9.0
- Python
Published by adamreeve almost 2 years ago
nptdms - 1.8.0
What's Changed
- Implement
__contains__for TdmsFile and TdmsGroup by @looopTools in https://github.com/adamreeve/npTDMS/pull/314 - Allow using Arrow datatypes when converting to Pandas DataFrame by @adamreeve in https://github.com/adamreeve/npTDMS/pull/315
- Raw timestamps support for writer and defragment by @jimkring in https://github.com/adamreeve/npTDMS/pull/320
Full Changelog: https://github.com/adamreeve/npTDMS/compare/1.7.1...1.8.0
- Python
Published by adamreeve about 2 years ago
nptdms - 1.5.0
What's Changed
- Support all remaining strain gauge configurations (https://github.com/adamreeve/npTDMS/pull/268)
- Add option to specify the TDMS format version to write (https://github.com/adamreeve/npTDMS/pull/265)
- Fix reading files with truncated metadata in the final segment (https://github.com/adamreeve/npTDMS/pull/273)
- Support IPython auto-completion for group and channel names (https://github.com/adamreeve/npTDMS/pull/259)
Full Changelog: https://github.com/adamreeve/npTDMS/compare/1.4.0...1.5.0
- Python
Published by adamreeve over 3 years ago
nptdms - 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
- Python
Published by adamreeve almost 5 years ago
nptdms - 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
- Python
Published by adamreeve over 5 years ago
nptdms - 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
- Python
Published by adamreeve almost 6 years ago
nptdms - 0.12.0
- 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.
- Python
Published by adamreeve over 7 years ago