Releases: cms-DQM/dqmgui_prod
Releases · cms-DQM/dqmgui_prod
10.0.1
What's Changed
- Fix Sound Alarm Daemon for python3 by @nothingface0 in #20
Full Changelog: 10.0.0...10.0.1
10.0.0
Breaking changes
- Support for CC7 has been dropped.
- Support for Python2 has been dropped.
What's Changed
- Migrate to python3 and RHEL8 by @nothingface0 in #17
Full Changelog: 9.8.1...10.0.0
9.8.1
What's Changed
- Possible fix for verification of newer versions of ROOT files by @nothingface0 in #19
Full Changelog: 9.8.0...9.8.1
9.8.0
add min_run
input argument for prioritizing the file indexing
Instead of using a hard-wired run number as in 9.7.9, this release updates visDQMImportDaemon
and adds an additional input argument: min_run. By default, the value of min_run is zero and priority of file indexing is given to runs with smaller run numbers. If one specifies a larger than zero value for min_run, run numbers >= min_run will be given priority over those with run numbers < min_run.
If both files have run numbers >= min_run (or both < min_run), runs with smaller run numbers will be given higher priority when performing file indexing.
9.7.9
9.7.8
9.7.7: increase maximum string atom tree size
Merge pull request #11 from cms-DQM/emanueleusai-patch-1 Update StringAtom.h
9.7.6: Merge pull request #9 from pmandrik/index128
[index128] fix DQMStore: WARNING: cannot extract object '<nHits>CPUvsGPU RecHits
9.7.5: Merge pull request #8 from pmandrik/index128
[dev128] fix DQMStore: WARNING: cannot extract object '<nHits>CPUvsGPU RecHits
9.7.4: Merge pull request #3 from pmandrik/index128
- add TH1I and TH2I support
- add code DQMCore code from CMSSW into guid code