Skip to content

Releases: spsanderson/healthyR.ts

healthyR.ts 0.3.0

15 Nov 20:28
Compare
Choose a tag to compare

Breaking Changes

None

New Features

  1. Fix #484 - Add function util_log_ts()
  2. Fix #485 - Add function util_singlediff_ts()
  3. Fix #486 - Add function util_doublediff_ts()
  4. Fix #487 - Add function util_difflog_ts()
  5. Fix #488 - Add function util_doubledifflog_ts()

Minor Fixes and Improvements

  1. Fix #480 - Add attributes to output of ts_growth_rate_vec()
  2. Fix #481 #483 - Update auto_stationarize()
  3. Fix #489 - Update ts_auto_arima() to utilize the parsnip engine of auto_arima
    if .tune is set to FALSE

healthyR.ts 0.2.11

15 Oct 13:04
Compare
Choose a tag to compare

Breaking Changes

None

New Features

  1. Fix #459 - Add function ts_growth_rate_vec()
  2. Fix #463 - Add function ts_adf_test()
  3. Fix #417 - Add function auto_stationarize()
  4. Fix #460 - Add function ts_growth_rate_augment()

Minor Fixes and Improvements

  1. Fix #456 Fix boilerplate examples to set the .true param to FALSE

healthyR.ts 0.2.10

22 Aug 12:06
Compare
Choose a tag to compare

Breaking Changes

  1. Fix #439 fix-example-rsample 6366226 from @hfrick

healthyR.ts 0.2.9

25 Jun 14:29
Compare
Choose a tag to compare

Breaking Changes

None

New Features

None

Minor Fixes and Improvements

  1. Fix #436 - Modify all boilerplate fitting functions to use tune::show_best(n = 1)
    instead of Inf and using dplyr::slice(1)

healthyR.ts 0.2.8

17 Apr 18:46
Compare
Choose a tag to compare

Breaking Changes

  1. Fix #424 - Require R >= 3.3

New Features

None

Minor Fixes and Improvements

  1. Fix #425 - Fix ts_ma_plt() errors stemming from deprecations. Also fixed
    examples of all boilerplate functions.

healthyR.ts 0.2.7

29 Jan 12:27
Compare
Choose a tag to compare

Breaking Changes

None

New Features

  1. Fix #397 - Add function ts_geometric_brownian_motion()
  2. Fix #402 - Add function ts_brownian_motion_augment()
  3. Fix #403 - Add function ts_geometric_brownian_motion_augment()
  4. Fix #404 - Add function ts_brownian_motion_plot()

Minor Fixes and Improvements

  1. Fix #395 - Update and optimize ts_brownian_motion() 49x speedup by way of
    vectorization.
  2. Fix #412 - Update all brownian motion functions to have an attribute of
    .motion_type
  3. Fix #411 - Drop the invisible return for ts_vva_plot()

healthyR.ts 0.2.6

07 Jan 01:45
Compare
Choose a tag to compare

Breaking Changes

None

New Features

  1. Fix #389 - Add function ts_brownian_motion()

Minor Fixes and Improvements

  1. Fix #387 - Fix documentation for ts_scedacity_scatter_plot()

healthyR.ts 0.2.5

17 Nov 12:59
Compare
Choose a tag to compare

Breaking Changes

None

New Features

None

Minor Fixes and Improvements

  1. 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

10 Nov 17:22
Compare
Choose a tag to compare

Breaking Changes

None

New Features

None

Minor Fixes and Improvements

  1. Fix #368 - Pull request from @EmilHvitfeldt to use recipes::check_type()
    on recipe functions.
  2. Fix #370 - Update ts_model_spec_tune_template() to set regression as the
    argument to parsnip::set_mode() which fires a failure in the ts_model_auto_tune()
    not running on newer versions of parsnip

healthyR.ts 0.2.3

03 Oct 15:20
Compare
Choose a tag to compare

Breaking Changes

None

New Features

  1. Fix #357 - Add function ts_wfs_xgboost()

Minor Fixes and Improvements

  1. Fix #358 - Update ts_calendar_heatmap_plot() Change weekdays and Monthls
    to abbreviated labels.