Skip to content

fabletools 0.7.0

Choose a tag to compare

@mitchelloharawild mitchelloharawild released this 30 Apr 05:10

New features

  • Added coherent_smat() and coherent_cmat() for obtaining the structural and
    zero-constraint matrices that encode the coherency structure of related time
    series (#429).

Improvements

  • Added the preferred mdl_lst class to the previously named lst_mdl class
    for consistency with other model list classes mdl_df and mdl_ts (#433).
  • Added mdl_lst methods for augment(), glance(), and tidy() to enable global models (including reconciliation models) to
    provide statistics for these methods (#424).
  • Added warning for hfitted() used on models without refit() method (#432).