Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2017-10-20 | 588 Bytes | |
Totals: 1 Item | 588 Bytes | 0 |
Changes
- handle data group records that are not byte aligned
- handle mdf4 column oriented channel arrays
- added whence argument to cut method; start and stop will be absolute values if whence == 0, and relative to first timestamp if whence == 1
- reduce change of errors for get_fmt and fmt_to_datatype calls
- added warnings for mdf versiion 4.10 files that are unfinalized
- improved pylint compliance
Fixes
- wrong master channel parameters in append
- error in MDF4 append method in case of ChannelArray
- Python 2 error in TextBlock classes