- 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.
- Current stable release. Release notes available here.
- 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
orYYYY-MM-DD hh:mm:ss
, as character strings or date-time objects. - Default
id_col
set tounique_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 forid_col
. - Release notes available here.
- Updated to use
TimeGPT
API v2. Release notes available here.
- Development version. Release notes available here.
- Development version. Release notes available here.
- Initial CRAN submission.