- Update to Ruby 2.7.1
- Introduce Rubocop
- Added "Ruby" GitHub workflow
- Miscellaneous refactoring.
- Removed option for sample data report and verbose linear regression report.
- Internal refactoring
- Fixed bug
- The linear regression analysis report now produces a summary report of the
regression for each sample. The sample data can by added by specifying the
--verbose
option.
- Adds quality control checks. Samples with values that are saturated, missing, or below a user-specified threshold are suppressed in the output.
- Bump the minimum required Ruby version to 2.4.4. On of our gem dependencies relies on this version.
- Initial version