Skip to content

v0.3.6

Latest
Compare
Choose a tag to compare
@ThomasRyschawyEquinor ThomasRyschawyEquinor released this 06 Nov 11:32
· 6 commits to master since this release
56a2657
  • adds use_higher_samples_precision option to StreamConverter
    • Specifies whether to use higher precision for the sample interval and sample time.
      Default is False. When set to True, stores sample interval and sample time as
      64-bit floating-point numbers for increased precision. If False, they are stored
      as 32-bit integers.