Skip to content

Timetk 2.8.0

Compare
Choose a tag to compare
@mdancho84 mdancho84 released this 07 Apr 19:06
· 95 commits to master since this release

New Features

Many of the plotting functions have been upgraded for use with trelliscopejs for
easier visualization of many time series.

  • plot_time_series():

    • Gets a new argument trelliscope: Used for visualizing many time series.
    • Gets a new argument .facet_strip_remove to remove facet strips since trelliscope is automatically labeled.
    • Gets a new argument .facet_nrow to adjust grid with trelliscope.
    • The default argument for facet_collapse = TRUE was changed to FALSE for better compatibility with Trelliscope JS. This may cause some plots to have multiple groups take up extra space in the strip.
  • plot_time_series_boxplot():

    • Gets a new argument trelliscope: Used for visualizing many time series.
    • Gets a new argument .facet_strip_remove to remove facet strips since trelliscope is automatically labeled.
    • Gets a new argument .facet_nrow to adjust grid with trelliscope.
    • The default argument for .facet_collapse = TRUE was changed to FALSE for better compatibility with Trelliscope JS. This may cause some plots to have multiple groups take up extra space in the strip.
  • plot_anomaly_diagnostics():

    • Gets a new argument trelliscope: Used for visualizing many time series.
    • Gets a new argument .facet_strip_remove to remove facet strips since trelliscope is automatically labeled.
    • Gets a new argument .facet_nrow to adjust grid with trelliscope.
    • The default argument for .facet_collapse = TRUE was changed to FALSE for better compatibility with Trelliscope JS. This may cause some plots to have multiple groups take up extra space in the strip.

Updates & Bug Fixes

  • Recipes steps (e.g. step_timeseries_signature()) use the new recipes::print_step() function. Requires recipes >= 0.2.0. #110

  • Offset parameter in step_log_interval() was not working properly. Now works. #103

Potential Breaking Changes

  • The default argument for .facet_collapse = TRUE was changed to FALSE for better compatibility with Trelliscope JS. This may cause some plots to have multiple groups take up extra space in the strip.