Skip to content

libmaxdiv v1.1

Latest
Compare
Choose a tag to compare
@Callidior Callidior released this 19 Apr 11:38
· 2 commits to master since this release

This minor release mainly comprises bugfixes and a few usability improvements.

libmaxdiv

  • Added a function for computing the anomaly score of given individual intervals
  • Fixed index vector comparison in DataTensor::crop (#3)
  • Resolved some compiler warnings

Python interface

  • Added a function for computing the anomaly score of given individual intervals
  • Do not import 3rd-party packages needed by the Python implementation of MDI if the C++ library is used

GUI

  • Improving plotting/panning/zooming speed
  • Fixed sometimes broken zooming
  • Explicitly set linewidth instead of depending on the default of the installed matplotlib version
  • Homogenous background color on Linux