0.1-alpha.1h
enjoythecode
released this
16 Aug 19:35
·
136 commits
to master
since this release
Highlights
- Added support for categorical variables (SVs with
statType: measurementResult
) - Performance optimizations with ~25% expected speed gains
Changelog
New checks and verifications
- Added support for categorical variables
- Any non-numeric StatVarObservation values must now be explicitly allowed with the
--allow-non-numeric-obs-values=true
flag. - Categorical variables (SVs with
statType: measurementResult
) can be checked for existence by specifying--check-measurement-result=true
. - Some common checks (inconsistent values, date gaps) apply to all time series, including categorical variables.
- Any non-numeric StatVarObservation values must now be explicitly allowed with the
Speed Optimizations
- Added a heuristic to date checking, vastly improving speed for the “correct-path”. Expected improvement is ~25%
Summary Report changes
- Added “expand/collapse all” buttons that work for all collapsible tags on the report
- Changed chart style to highlight data points and support datasets with many data points
Bug fixes
- Fixed issue where the line number of the last CSV row was incorrect
- Fixed issue where logs were duplicated when more than two values had the same date
- Fixed flaky ordering of output in some test goldens