Fixes
* fixes 279, 281
* support channel arrays with conversions
* fix for look-up channel arrays with no samples
* fix MDF.select when it is called with record_count!=None
* fix for displaying channel information in GUi for MDF v3 measurements
* fix Tabular window in case of string channels
* fix extract_can_logging and extract_can_signal when the payload size is smaller than the message DLC found in the CAN database
* set the actual record count in the yielded data of _load_data
* fix functionality related to the "Filter" tab in the GUI
Changes
* added _iter_to_dataframe_ method
* added _\_\_lt\_\__ special method to the MDF class to allow sorting of measurement files based on the header timestamp
* add initial implementation for visualizing channel from multiple files in the same plot