Releases: danielhrisca/asammdf
Releases · danielhrisca/asammdf
Release 4.1.5
Fixes
- fix and improve performance for saving nested structures with memory='minimum'
Release 4.1.4
Fixes
- fix appending nested structures
Release 4.1.3
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
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
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
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
Remove README.rst to avoid errors in conda-forge
Release 4.0.1
Removes extra (unneeded) folders from the install package
Release 4.0.0
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)