Skip to content

Releases: danielhrisca/asammdf

Release 6.4.1

06 Sep 08:44
Compare
Choose a tag to compare

Fixes

  • fix drag and drop between windows

Release 6.4.0

06 Sep 06:05
Compare
Choose a tag to compare

Changes

  • use tree instead of list for the Plot channel selection

Release 6.3.2

11 Aug 12:49
Compare
Choose a tag to compare
another appveyor fix

Release 6.3.1

30 Jul 08:11
Compare
Choose a tag to compare
Merge branch 'development' of https://github.com/danielhrisca/asammdf…

Release 6.3.0

22 Jul 14:13
Compare
Choose a tag to compare

Fixes

Changes

Release 6.2.0

02 Feb 07:07
Compare
Choose a tag to compare

Fixes

Changes

  • new CAN and LIN bus trace window
  • global shortcuts for Plot, Numeric and Tabular windows
  • added support for zipfile.ZipFile, bz2.BZ2File and gzip.GzipFile
  • improve Search dialog usability
  • new configuration option for how to handle multiple occurrences in get calls
  • new configuration option for float channel interpolation method

Release 6.1.2

05 Jan 11:04
Compare
Choose a tag to compare

Fixes

  • we need pyqtgraph 0.11.0 since 0.11.1 has an error using ScatterPlot

Release 6.1.1

04 Jan 13:32
dd106e4
Compare
Choose a tag to compare

Get github actions to publish the package on PyPI

Release 6.1.0

04 Jan 12:40
Compare
Choose a tag to compare

Fixes

  • reworked setup.py, usage of canmatrix (thank to @JulienGrv )
  • the CN comment block could also contain the //names/name tag
  • cache attachments

Changes

  • add channels argument to the MDF class to filter the measurement when loading; this reduces the loading time a lot for files with large channel count

Release 6.0.1

07 Dec 17:59
Compare
Choose a tag to compare

Fixes

  • fix setup.py to skip C extension if the pre-requisites are missing and fallback to pure Python code