Skip to content

Releases: danielhrisca/asammdf

Release 4.1.5

30 Oct 15:07

Choose a tag to compare

Fixes

  • fix and improve performance for saving nested structures with memory='minimum'

Release 4.1.4

30 Oct 14:40

Choose a tag to compare

Fixes

  • fix appending nested structures

Release 4.1.3

30 Oct 11:17

Choose a tag to compare

Fixes

  • correctly set the invalidation bits in the channel group record when appending/extending signals with invalidation bits
  • documentation fixes

Changes

  • scramble method will now create a new file thus preventing accidentally overwriting the original file
  • performance optimizations when dealing with channels that have invalidation bits

Release 4.1.2

26 Oct 15:30

Choose a tag to compare

Fixes

  • fix error in case of overlapping big endian channels
  • fix for isuue #97
  • set proper program identification in file header

Changes

  • implement scramble method for MDF v2 and V3
  • some performance optimizations

Release 4.1.1

04 Oct 07:13

Choose a tag to compare

Fixes

  • fix error in record preparation for MDF version 4
  • fix pandas export - a file name is not required
  • fix save method for string channels when compression is used

Release 4.1.0

14 Sep 06:35

Choose a tag to compare

Fixes

  • update GUI to match the new API

Changes

  • added source argument to get method

    • in case of multiple channel name occurrence it allow to specify the wanted source
    • if provided, it must match a channel's source name otherwise an exception is raised

Release 4.0.2

11 Sep 10:35

Choose a tag to compare

Remove README.rst to avoid errors in conda-forge

Release 4.0.1

11 Sep 09:38

Choose a tag to compare

Removes extra (unneeded) folders from the install package

Release 4.0.0

11 Sep 06:39

Choose a tag to compare

Fixes

  • documentation fixes
  • many fixes

Changes

  • backwards incompaltible API clean-up (some arguments have been renamed for consistency)
  • refactoring of invalidation bits handling
  • allow to instantiate MDF from file-like objects
  • add use_display_names keyword only argument to MDF classes. For MDF4, if False, it can speed up the file parsing considerably.
  • MDF scramble static method: scramble text blocks and keep original file structure (useful for privacy concerns when sending mdf files for debug purpose)

Release 3.5.0

23 May 19:56

Choose a tag to compare

Changes

  • mdf v3 code refactoring
  • many documentation updates
  • gui: improve advanced search results

Fixes

  • lib: add logging NullHandler to avoid warning when no logging handler was set for 'asammdf'
  • fix for issue #67
  • fix for issue #68