Changelog
Source:NEWS.md
nixtlar 0.6.2
- Current version of
nixtlar
. See release notes here
nixtlar 0.6.1 (2024-10-07)
CRAN release: 2024-10-10
We are excited to announce the release of nixtlar
version 0.6.0, which integrates the latest release of the TimeGPT
API—v2. This update focuses on what matters most to our users: speed, scalability, and reliability.
Key updates include:
Data Structures:
nixtlar
now extends support totibbles
, in addition to the previously supported data frames and tsibbles. This broadens the range of data structures that can be used in your workflows.Date Formats: For efficiency,
nixtlar
now strictly requires dates to be in the formatYYYY-MM-DD
orYYYY-MM-DD hh:mm:ss
, either as character strings or date-time objects. For more details, please refer to our Get Started guide and Data Requirements vignette.Default ID Column: In alignment with the Python SDK,
nixtlar
now defaults theid_col
tounique_id
. This means you no longer need to specify this column if it is already namedunique_id
. If your dataset contains only one series, simply setid_col=NULL
. Theid_col
only accepts characters or integers.
These changes leverage the capabilities of TimeGPT
’s new API and align nixtlar
more closely with the Python SDK, ensuring a better user experience. See release notes here
nixtlar 0.6.0
- New version that uses
TimeGPT
API—v2. See release notes here
nixtlar 0.5.4
- Development version. See release notes here
nixtlar 0.5.3
- Development version. See release notes here