Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.5 KB

NEWS.md

File metadata and controls

33 lines (19 loc) · 1.5 KB

nixtlar 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.

nixtlar 0.6.2

  • Current stable release. Release notes available here.

nixtlar 0.6.1

  • 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.

nixtlar 0.6.0

  • Updated to use TimeGPT API v2. Release notes available here.

nixtlar 0.5.4

  • Development version. Release notes available here.

nixtlar 0.5.3

  • Development version. Release notes available here.

nixtlar 0.5.0

  • Initial CRAN submission.