Changes in version 0.6.4 - Development version. Release notes available here. - Added support for distinguishing between historic and future exogenous variables in forecasting and cross-validation functions. Users can now specify which exogenous variables have only historical values and which include both historical and future values. Changes in version 0.6.2 (2024-10-28) - Current stable release. Release notes available here. Changes in version 0.6.1 (2024-10-10) - Updated to support TimeGPT API v2. - Added support for tibbles, in addition to data frames and tsibbles. - Standardized date format requirements to YYYY-MM-DD or YYYY-MM-DD hh:mm:ss, as character strings or date-time objects. - Default id_col set to unique_id, aligning with the Python SDK. If the dataset contains a single series, id_col=NULL should be used. Only character or integer values are accepted for id_col. - Release notes available here. Changes in version 0.6.0 - Updated to use TimeGPT API v2. Release notes available here. Changes in version 0.5.4 - Development version. Release notes available here. Changes in version 0.5.3 - Development version. Release notes available here. Changes in version 0.5.0 - Initial CRAN submission.