Skip to content

Releases: adamreeve/npTDMS

1.9.0

20 Mar 22:40
Compare
Choose a tag to compare

What's Changed

  • Fix reading truncated data when the next segment offset is set by @adamreeve in #326
  • Expose information about incomplete final segments by @adamreeve in #327

Full Changelog: 1.8.0...1.9.0

1.8.0

26 Jan 01:08
Compare
Choose a tag to compare

What's Changed

  • Implement __contains__ for TdmsFile and TdmsGroup by @looopTools in #314
  • Allow using Arrow datatypes when converting to Pandas DataFrame by @adamreeve in #315
  • Raw timestamps support for writer and defragment by @jimkring in #320

Full Changelog: 1.7.1...1.8.0

1.7.1

12 Sep 03:37
Compare
Choose a tag to compare

Minor release that fixes the API documentation not being built correctly

1.7.0

21 Jun 21:43
Compare
Choose a tag to compare

What's Changed

  • Ensure root and group objects required are written by @adamreeve in #306

Full Changelog: 1.6.2...1.7.0

1.6.2

26 Mar 23:52
22b4e29
Compare
Choose a tag to compare
  • Fix deprecation warnings when installing
  • Handle invalid UTF-8 encoded strings

1.6.1

05 Jan 22:15
Compare
Choose a tag to compare

Fixes numpy bool8 deprecation warning.

1.6.0

01 Aug 08:36
Compare
Choose a tag to compare
  • Support writing tdms_index files and directly reading tdms_index files
  • Add TdmsWriter.defragment method for rewriting a TDMS file
  • Drop support for Python 2.7 and 3.6

1.5.0

15 Jun 21:34
Compare
Choose a tag to compare

What's Changed

  • Support all remaining strain gauge configurations (#268)
  • Add option to specify the TDMS format version to write (#265)
  • Fix reading files with truncated metadata in the final segment (#273)
  • Support IPython auto-completion for group and channel names (#259)

Full Changelog: 1.4.0...1.5.0

1.4.0

27 Oct 20:26
Compare
Choose a tag to compare
  • Improve performance reading data into numpy arrays
  • Fix getting channel time track when using raw timestamps
  • Fix numpy deprecation warnings

1.3.1

04 Aug 08:31
Compare
Choose a tag to compare

Bug fix to handle when the first segment does not have kTocNewObjList set