New features:
* cut method, to extract a part of the channels
Improvements:
* Reduced memory use and parsing time for files having lot of channels (>10k):
-during data read, load info datagroup by datagroup and clean info after data block read in order to drastically reduce memory footprint for files having
-converted channel object with many attributes into an empty object with many functions that is processing data from mdfinfo object
*Resample method: interpolation only for floating channels, not for integers.
Bug fixes:
-In case of unsorted data or canopen data, nodataloading argument flag was not working properly due to wrong channel namings.