Releases: danielhrisca/asammdf
Releases · danielhrisca/asammdf
Release 6.0.0
Changes
-
channel selection based on the channel name and source is now done with the method
MDF.whereis
- the argument
source
was removed from theget
methods - in case if ambiguity
get
will not return the first occurrence but rather it will raise an exception
- the argument
-
added initial support for decoding LIN bus logging
- only BDC files are accepted, LDF are not supported yet
MDF.extract_can_logging
replaced byMDF.get_bus_logging
- added
MF4.get_lin_signal
and the genericMF4.get_bus_signal
Fixes
Release 5.23.1
fix missing raw arguments in function calls
Release 5.23.0
release 5.23.0
Release 5.22.0
Changes
- new Attachments tab in the GUI file view
- full screen mode using the
F8
key
Release 5.21.0
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
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
Fixes
- fix #363
Release 5.20.4
Fixes:
- fixes #362
- handle the case of wrong TX/MD link
Release 5.20.3
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
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