Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2017-12-04 | 694 Bytes | |
Version 2.8.0.tar.gz | 2017-12-04 | 159.1 kB | |
Version 2.8.0.zip | 2017-12-04 | 200.6 kB | |
Totals: 3 Items | 360.5 kB | 0 |
Changes
- support MDF version 2.14
- add new resample method to MDF
- try to avoid MemoryError for append on 32 bit Python
- add get_channel_comment and get_channel_unit methods
- add save overwrite as configurable option
- added possibility to return pandas DataFrame to select method
- pandas is now a required dependency
Fixes
- use data block size equal to multiple of record size when splitting data blocks in mdf version 4 save
- fix default values for memory argument in MDF methods
- fix incompatible plot title in Signal
- handle backslash in channel names
- fix typo in usage example
- fix iter_to_pandas error
- fix and improve info methods