Changes in version 1.0.3 (2026-02-15) - Added a number of new generic methods to be used in tsaux and upcoming tsbsm package. Changes in version 1.0.2 (2024-09-22) - Added a distribution_list function to validate and return an object of class tsmodel.distribution_list which holds a validated list of tsmodel.distribution objects for use in multivariate models. - Added method to convert tsmodel.distribution and tsmodel.distribution_list objects to a long form data table for easier export to databases. - Added methods for tsconvolve, tscoskew and tscokurt which are used in the upcoming tsmarch package independent factor conditional density model. Changes in version 1.0.1 (2024-03-18) - Added a NEWS.md file to track changes to the package. - Removed Changelog. - Fixed the as.Date error in the tests for the oldrel version checks. Changes in version 1.0.0 (2024-03-09) - Release to CRAN Changes in version 0.3.2 - Added additional methods of halflife, unconditional and pit for use with tsgarch and tsarma. Changes in version 0.3.1 - Converted documentation to Roxygen and performed some clean up. Changes in version 0.3.0 - Added a tsmoments method - Bumped the version to 0.3.0 to be consistent with major changes in other packages with the same version. Changes in version 0.1.8 - Added a tscalibrate method Changes in version 0.1.7 - Added additional estimate_ad method for new plugin packages which use automatic differentiation. - Fix to tsgrowth documentation Changes in version 0.1.6 - Fix to prediction plots to allow missing values in observed series (ylim fixed for na.rm) Changes in version 0.1.5 - Fix to tsreport method (previously dispatched to report rather than tsreport). - Added Changelog to package