Skip to content

Releases: Stream-AD/MIDAS

v1.1.2

16 Nov 06:06
Compare
Choose a tag to compare
  • Change C++ standard 20 -> 11
  • - unused #include in Demo and Reproducible
  • Convert const char* to const auto in Demo

v1.1.1

29 Sep 02:41
Compare
Choose a tag to compare
  • - unused #include <algorithm> in RelationalCore and FilteringCore

v1.1.0

20 Sep 00:30
Compare
Choose a tag to compare
  • Partially vectorize MIDAS-F's conditional merge
    • Reduce running time by ~10%
  • + a reproducible (no-random) demo
    • To test implementations in other languages
  • + official python implementation
    • See README.md
  • Merge EdgeHash.hpp and NodeHash.hpp -> CountMinSketch.hpp
  • Change the method signature of MIDAS::CountMinSketch::Hash()
    • indexOut is the first, same as other methods
    • b has a default value 0
  • Merge src/CMakeLists.txt into CMakeLists.txt
  • Rename variable MIDAS::*Core::timestampCurrent -> MIDAS::*Core::timestamp
    • Use this-> to differentiate
  • Rename macro ParallelProvider_* -> ParallelizationProvider_*
    • Only used in example/Experiment.cpp

v1.0.2

23 Jul 06:34
Compare
Choose a tag to compare
  • Rename parameter name to -> with of Assign() in EdgeHaash.hpp and NodeHash.hpp

v1.0.1

25 Jun 14:49
Compare
Choose a tag to compare
  • Remove useless script file MIDAS/util/PlotAnomalousEvent.py
  • Unify import style in MIDAS/util/PreprocessData.py
  • Add tbb support for MIDAS/example/Experiment.cpp

v1.0.0

16 Jun 06:10
Compare
Choose a tag to compare

The new implementation.

v0.1.0

16 Jun 06:11
af1d574
Compare
Choose a tag to compare

The old implementation.