Skip to content

Releases: Nixtla/nixtla

v0.6.5

02 Jan 20:26
e96df1f
Compare
Choose a tag to compare

New Features

Documentation

Enhancement

v0.6.4

02 Dec 22:25
Compare
Choose a tag to compare

New Features

Documentation

v0.6.3

04 Nov 19:01
aa1d4ab
Compare
Choose a tag to compare

Bug Fixes

v0.6.2

04 Nov 04:35
3fdf125
Compare
Choose a tag to compare

New Features

Breaking Change

Bug Fixes

Documentation

Enhancement

v0.6.1

01 Oct 03:04
8c76b05
Compare
Choose a tag to compare

New Features

Documentation

Other

Full Changelog: v0.6.0...v0.6.1

v0.6.0

03 Sep 20:33
a5dc5e3
Compare
Choose a tag to compare

Breaking changes

  • Removed TimeGPT class in favor of NixtlaClient.
  • Removed NixtlaClient.validate_token method in favor of NixtlaClient.validate_api_key.
  • Removed short-horizon and long-horizon models in favor of timegpt-1 and timegpt-1-long-horizon respectively.
  • Removed fewshot_steps and fewshot_loss in favor of finetune_steps and finetune_loss respectively.
  • Removed TIMEGPT_TOKEN environment variable in favor of NIXTLA_API_KEY.
  • Timestamps in the time_col preserve their type in the outputs (timestamp), previously they were cast to string.
  • Gaps in series are not filled anymore, in line with our documentation. Please use the fill_gaps function if you require to do so.
  • NixtlaClient.weights_x is now a list of lists if num_partitions != None, where each element corresponds to the weights for a specific partition.

Features

  • feat: call v2 endpoints by @jmoralez in #429
  • feat: orjson serialization by @jmoralez in #452
  • [FEAT] Add historical exogenous by @elephaint in #453
  • FEAT: Add feature contributions as attribute and tutorial on how to use by @marcopeix in #448
  • [FEAT] - Raise error when payload is too large and suggest number of partitions by @marcopeix in #456

Bug fixes

  • fix: removed data input restriction during cross validation finetune by @Yibei990826 in #426

Enhancements

Documentation

Full Changelog: v0.5.2...v0.6.0

v0.5.2

05 Jul 11:30
5cf7093
Compare
Choose a tag to compare

What's Changed

Features

Fixes

Chore

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

06 May 19:07
bdfe063
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

01 May 19:50
8f7a865
Compare
Choose a tag to compare

What's Changed

New features

Docs

Full Changelog: v0.4.0...v0.5.0

v0.4.0

25 Apr 02:02
06cebcc
Compare
Choose a tag to compare

What's Changed

Python package name change

We're deprecating the nixtlats package in favor of nixtla. Please ensure you make the following changes:

  1. Install the nixtla package: pip install nixtla
  2. Update your imports accordingly, e.g. from nixtla import NixtlaClient

New features

  • [FEAT] Process multiple partitions in parallel by @elephaint in #296

Enhancements

New Contributors

Full Changelog: v0.3.0...v0.4.0