v0.6.0
v0.6.0
Breaking changes
- The
time_col
parameter now only accepts values in the formatsYYYY-MM-DD
andYYYY-MM-DD hh:mm:ss
, either as character strings or date objects (Date class or POSIXct class). - The
id_col
parameter now defaults tounique_id
for all core functions. - Minimum data requirements have been implemented, following the new TimeGPT API-v2 specifications.
- Changes to the allowed frequency aliases have been made. For more details, see the "Special Topics" vignette.
Features
- Extended support to
tibbles
for input data. - Exogenous variables no longer require future values. Users can now provide only the historical values of exogenous variables.
Bug fixes
- Fixed an issue where timestamps such as "2024-01-01 00:00:00" were sometimes converted to "2024-01-01".
Documentation
- Vignettes have been updated to reflect the new features and changes.
Full Changelog: v0.5.4...v0.6.0