Hi all, I've completed an implementation of a truncated normal distribution for commons-statistics, as described by: https://issues.apache.org/jira/browse/STATISTICS-27 at: https://github.com/mmalenic/commons-statistics/tree/STATISTICS-27-TruncatedNormalDistribution
When submitting a PR what is the preferred format for commits? Should I squash all my commits into one, or leave my individual commits (some of which do not pass build checks)? Best, Marko