Releases: spsanderson/healthyR.ts
Releases · spsanderson/healthyR.ts
healthyR.ts 0.3.1
Breaking Changes
- Fix #509 - Drop invisible returns.
New Features
None
Minor Fixes and Improvements
-
- Fix #511 - Fix a bug in
ts_random_walk()
that would generate 3 runs when run was
set to less than 2.
- Fix #511 - Fix a bug in
- #518 - Fix ts_qq_plot() - Add color and alpha to the output.
- #516 - Fix ts_vva_plot() - Correct to add cumsum of the passed value and correct
lagged differences. - #521 - Fix for CRAN maintenance.
- Remove
timetk::step_holiday_signature()
as it is throwing recycle erros in
boilerplate functions and I currently cannot figure out why.
healthyR.ts 0.3.0
healthyR.ts 0.2.11
Breaking Changes
None
New Features
- Fix #459 - Add function
ts_growth_rate_vec()
- Fix #463 - Add function
ts_adf_test()
- Fix #417 - Add function
auto_stationarize()
- Fix #460 - Add function
ts_growth_rate_augment()
Minor Fixes and Improvements
- Fix #456 Fix boilerplate examples to set the
.true
param toFALSE
healthyR.ts 0.2.10
healthyR.ts 0.2.9
Breaking Changes
None
New Features
None
Minor Fixes and Improvements
- Fix #436 - Modify all boilerplate fitting functions to use
tune::show_best(n = 1)
instead ofInf
and usingdplyr::slice(1)
healthyR.ts 0.2.8
healthyR.ts 0.2.7
healthyR.ts 0.2.6
healthyR.ts 0.2.5
Breaking Changes
None
New Features
None
Minor Fixes and Improvements
- Fix #380 - Fix
ts_lag_correlation()
to fix a bug in the correlation matrix calculation where columns may come through that are not numeric and are not part of the original value and it's lags.
healthyR.ts 0.2.4
Breaking Changes
None
New Features
None
Minor Fixes and Improvements
- Fix #368 - Pull request from @EmilHvitfeldt to use
recipes::check_type()
on recipe functions. - Fix #370 - Update
ts_model_spec_tune_template()
to setregression
as the
argument toparsnip::set_mode()
which fires a failure in thets_model_auto_tune()
not running on newer versions ofparsnip