Skip to content

Modular Algos Update

Latest
Compare
Choose a tag to compare
@jkguiang jkguiang released this 24 Jul 23:57

AutoDQM v2.1.0

AutoDQM's processing script now supports modular analysis algorithms.

What's New:

  1. Removed vestigial features
    • the "search" and "database" pages are used in AutoDQM for uaf but are no longer necessary for v2.x
  2. Modular algorithms
    • AutoDQM's statistical tests have been separated into individual modules that are imported into its main processing script
    • new tests must simply be pushed to the plugins directory, then configured following these instructions.
  3. General bugfixes, cleaner API