Skip to content

Releases: SDM-TIB/diefpy

diefpy v1.2.1

22 Jun 08:17
3963f99
Compare
Choose a tag to compare

Fixes

  • fix order of tests for execution time plot by sorting them alphanumerically

diefpy v1.2.0

24 Nov 15:18
1fad5cc
Compare
Choose a tag to compare

Additions

  • Python 3.11 support

Removals

  • Python 3.6 support

diefpy v1.1.1

22 Oct 09:31
657c7d6
Compare
Choose a tag to compare

Fixes

  • fix issue with files containing a single data point (numpy >= 1.23.0)

Misc

  • removed duplicated license file
  • metadata for Zenodo
  • automatic rebuild of documentation on release

diefpy v1.1.0

06 Apr 10:58
e47c899
Compare
Choose a tag to compare

Additions

  • Python 3.10 support
  • switch for computing the AUC until the end of the time frame (dief@t)
  • default colors for plots

Fixes

  • fix issue in radar charts for approaches generating incomplete results

Misc

  • iPython notebook showing an example use of the library
  • improved documentation: gh-pages
  • returning an object of class matplotlib.figure.Figure instead of the matplotlib.pyplot module

diefpy v1.0.4

04 Mar 19:32
96b6887
Compare
Choose a tag to compare
  • fix issue causing the same values in performance_of_approaches_with_dieft() when the metrics contained multiple tests and approaches

diefpy v1.0.3

10 Feb 07:25
314baae
Compare
Choose a tag to compare
  • normalize to 1 instead of overall maximum; leads to the same number of grid lines for all radar charts
  • fix issue with radar chart grid lines in matplotlib > 3.2.2 being circular instead of a polygon

diefpy v1.0.2

15 Jan 13:38
272d4d8
Compare
Choose a tag to compare

Fixed dief@t adding additional data point with wrong timestamp

diefpy v1.0.1

17 Jun 13:46
75e8980
Compare
Choose a tag to compare

PyPI-related updates

diefpy v1.0.0

17 Jun 12:34
22dec25
Compare
Choose a tag to compare
  • conversion to Python3
  • completed functionalities