v0.3.0 #280
AzulGarza
announced in
Announcements
v0.3.0
#280
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
Changelog
0.3.0
🔄 Changes & Deprecations
Deprecation of
TimeGPTClass:In an effort to streamline our API and align with industry best practices, we're deprecating the
TimeGPTclass in favor of the newNixtlaClientclass. This change is designed to provide a more intuitive and powerful interface for interacting with our services.Before:
After:
Renaming of Configuration Parameters:
To enhance clarity and consistency with other SDKs, we've renamed the
tokenparameter toapi_keyandenvironmenttobase_url.Before:
After:
Introduction of
NixtlaClient.validate_api_key:Replacing the previous
NixtlaClient.validate_tokenmethod, this update aligns with the new authentication parameter naming and offers a straightforward way to validate API keys.Before:
After:
Environment Variable Changes:
In line with the renaming of parameters, we've updated the environment variables to set up the API key and base URL. The
TIMEGPT_TOKENis now replaced withNIXTLA_API_KEY, and we've introducedNIXTLA_BASE_URLfor custom API URLs.Backward Compatibility & Future Warnings:
These changes are designed to be backward compatible. However, users can expect to see future warnings when utilizing deprecated features, such as the
TimeGPTclass.0.2.0 (Previously Released)
🔄 Changes & Deprecations
The
finetune_stepsandfinetune_lossparameters were renamed tofewshot_stepsandfewshot_loss. Additionally, the model parameter values changed fromshort-horizonandlong-horizontotimegpt-1andtimegpt-1-long-horizon, with an emphasis on preserving backward compatibility. In version 0.3.0, these changes are deprecated in favor of reverting to the original parameter names and values, ensuring a seamless transition for existing users.Features
Fixes
Full Changelog: v0.2.0...v0.3.0
This discussion was created from the release v0.3.0.
Beta Was this translation helpful? Give feedback.
All reactions