Skip to content

Releases: danielhrisca/asammdf

Release 6.0.0

07 Dec 06:42
Compare
Choose a tag to compare

Changes

  • channel selection based on the channel name and source is now done with the method MDF.whereis

    • the argument source was removed from the get methods
    • in case if ambiguity get will not return the first occurrence but rather it will raise an exception
  • added initial support for decoding LIN bus logging

    • only BDC files are accepted, LDF are not supported yet
    • MDF.extract_can_logging replaced by MDF.get_bus_logging
    • added MF4.get_lin_signal and the generic MF4.get_bus_signal
  • implements #437, #426

Fixes

Release 5.23.1

24 Sep 09:52
Compare
Choose a tag to compare
fix missing raw arguments in function calls

Release 5.23.0

24 Sep 07:59
Compare
Choose a tag to compare
release 5.23.0

Release 5.22.0

26 Aug 09:02
Compare
Choose a tag to compare

Changes

  • new Attachments tab in the GUI file view
  • full screen mode using the F8 key

Release 5.21.0

09 Jul 10:06
af1b9b1
Compare
Choose a tag to compare

Fixes

  • fix error if the channel group flags are not set for MDF v4 (thanks to @kopytjuk)
  • add missing MDF V4 data types
  • remove obsolete docstring for MDF4 class
  • try to extract CAN bus logging when the source is set to OTHER
  • compute the bus logging map for concatenated and stacked measurements
  • fix mdf demo script (thanks to @fesaille )

Changes

  • add more arguments to the iter_groups method
  • remove finalization shim and use a more generic and feature complete implementation
  • add support for CANape .lab files
  • removed noisy prints in plot (thank to @nos86 )

Release 5.20.6

19 May 05:35
Compare
Choose a tag to compare

Fixes

  • fixes #365
  • fix attribute error when loading a channel list configuration
  • always use category dtype for string channels when reduce_memory_usage is True in to_dataframe
  • fix drag and drop selection from channels tree

Release 5.20.5

08 May 07:06
Compare
Choose a tag to compare

Fixes

Release 5.20.4

08 May 06:16
Compare
Choose a tag to compare

Fixes:

  • fixes #362
  • handle the case of wrong TX/MD link

Release 5.20.3

07 May 13:31
Compare
Choose a tag to compare

Fixes

  • fix error in extract_can_signal: fro Motorola signals the signal position check against the payload shape was not ok
  • fixes #360
  • fix index error when settings the color to new channels

Changes

  • update stand-alone plot

Release 5.20.2

30 Apr 05:35
Compare
Choose a tag to compare

Fixes

  • fix loading a configuration for a MDF v3 file
  • save and restore the signal scaled/raw mode when using configurations
  • improved plot performance
  • fixes #356