
2026-09-15 Steven E. Pav <shabbychef@gmail.com>
* 0.2.5 on CRAN
* now tests for positive restart_period, throw error otherwise.
* NA restart_period more explicitly means "infinite"
* remove unused compute_se from t_running_tstat
* catch size mismatch in running_co* and t_running_co*
* split out and fix cent_sums man page
* fix default order in centsums and centcosums
* fix documentation for t_running comoments
* adding various size checks.
* fix computation of comoments
* NA variance would have been standardized to 1, fixed.
* fix moments output size for edge cases of few moments.
* as.centsums default value of normalize_wts changed to true.
* (t_)running_cent_moments w/ max_order_only true, max_order=2 previously returned stdev; now returns variance.

2024-11-29 Steven E. Pav <shabbychef@gmail.com>
* 0.2.4 on CRAN
* adding running correlation, covariance, regression coefficients.
* adding t-running correlation, covariance, regression coefficients.

2024-11-07 Steven E. Pav <shabbychef@gmail.com>
* 0.2.3 on CRAN
* adding flag and checking for negative even moments due to roundoff.
* fixing divide by zero which would corrupt results when input was constant.

2024-11-03 Steven E. Pav <shabbychef@gmail.com>
* 0.2.2 on CRAN
* fix t_running_* to act as documented when variable_win is true.

2019-01-29 Steven E. Pav <shabbychef@gmail.com>
* 0.2.1 on CRAN
* fix memory leak for case where the mean only
  need be computed via a Welford object.

2019-01-12 Steven E. Pav <shabbychef@gmail.com>
* 0.2.0 on CRAN
* add std_cumulants.
* add running_sum and running_mean.
* Kahan compensated summation for these.
* Welford object under the hood.
* add weighted moments computation.
* add time-based running window computations.
* some speedups for obviously fast cases: no checking of NA, etc.
* move github figures to location CRAN understands

2016-04-04 Steven E. Pav <shabbychef@gmail.com>
* 0.1.3 on CRAN

2016-03-25 Steven E. Pav <shabbychef@gmail.com>
* start work

