Skip to content

Python3.x only

Compare
Choose a tag to compare
@ratal ratal released this 12 Feb 20:10
· 38 commits to master since this release
  • Mainly dropping python2.7 support
  • Switched from scipy to hdf5storage requirement for Matlab export with more recent format version 7.3
  • Manipulation methods made compatible to mdf4
    • Adjusted cut method to only cut data groups having same master type
    • Rewrote resample in order to only resample data groups with same master type, added resample_group to resample only one specific data group.
  • Fixed bug for attachment attribute that was empty for attachments and events in case of normal reading (noDataLoading=False)
  • Improved parsing performance for VLSD and unsorted data by off loading heavy computations to cython module