Releases: danielhrisca/asammdf
Releases · danielhrisca/asammdf
Release 5.19.8
Fixes
- avoid freezing the GUI when loading and invalid file
Release 5.19.7
Fixes
- fix default byte order
Release 5.19.6
Fixes
- enable extended selection mode for the list (CTRL and SHIFT behavior)
- fix for overlapping signals
- reverts commit 5fc5f37
Release 5.19.5
Fixes
- fix get not aligned integers in MDF v3
- add test not aligned integers and endianess
- fix plot Fit
- fix cutting big files
Release 5.19.4
Fixes
- check if plot signal min and max values are NaN
- use textual measurement header timestamps for MDF v3 if the POSIX timestamp is 0
- check if the channel group record ID can be extracted while sorting MDF v4 files
Release 5.19.3
Fixes
- fix for #328
Release 5.19.2
Fixes
- fix error in keeping up with the current position in the finalization shim
- handle misrepresentation of byte arrays as unsigned values with a bit count higher than 64
- fix for Motorola signals
- fix get_can_signal for Motorola signals
- fixes #325
- fix attribute error for MDF v3 channel extension block
Release 5.19.1
Fixes
- fix error in get_can_signal
Release 5.19.0
Changes
- add data argument to get_can_signal
Release 5.18.2
Fixes
- removes some unwanted prints