⭐ Primary Changes ⭐
🟢 Run Group A Pass 2 QADB is Now Available
All RG-A datasets, Fall 2018 inbending+outbending and Spring 2019, are now available in the QADB. Many thanks to Krishna Neupane (@kneupane1) for assistance and cross checking.
Pull Request: feat: RG-A Fa18 Pass2 QA results by @c-dilks in #57
🟢 New tool: qadb-info
This new tool is designed to provide user-friendly access to more general information about the QADB contents, including:
- available datasets
- FC charge info, filtered by QA defects (chosen by user)
- print more info about why the
Misc
defect was assigned for runs - outputs information in both human-readable and machine-readable (
yaml
,json
, etc.) forms
Simply run it for more information:
bin/qadb-info # or just 'qadb-info' if it's already in your $PATH
This is a new tool, so please send feedback if you find any issues or want any features.
Caution
The Faraday Cup charge from this tool still needs to be cross checked! If you choose to use this in your analysis, let us know if you notice any issues.
Pull Request: feat: script qadb-info
to dump some info about the QADB by @c-dilks in #68
🟢 Make it easier to find Misc
defect comments
In addition to qadb-info
using the misc
command, we also now generate tables with the reasons why certain runs have the Misc
bit assigned: each dataset directory now has the file miscTable.md
which includes the table for that dataset.
Pull Request: feat: generate table with unique comments for Misc
by @c-dilks in #58
🏗️ Other Changes 🏗️
- fix(CI): propagate dataset cook version to tests by @c-dilks in #56
- doc: QA ground rules by @c-dilks in #59
- fix: improve
PossiblyNoBeam
assignment for RG-A Sp19 by @c-dilks in #60 - fix: pre-commit auto-fix bot cannot use groovy by @c-dilks in #62
- perf(ci): speed up C++/groovy test by @c-dilks in #63
- fix: silenece misleading warnings by @c-dilks in #64
- ci: add more tests by @c-dilks in #65
- ci: check for
.json
files' existence too by @c-dilks in #66 - doc: more detailed data files tables for RG-C,F,K,M by @c-dilks in #67
Full Changelog: v3.0.0...v3.1.0