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
-
What's Changed
Changelog
0.3.0
🔄 Changes & Deprecations
Deprecation of
TimeGPT
Class:In an effort to streamline our API and align with industry best practices, we're deprecating the
TimeGPT
class in favor of the newNixtlaClient
class. 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
token
parameter toapi_key
andenvironment
tobase_url
.Before:
After:
Introduction of
NixtlaClient.validate_api_key
:Replacing the previous
NixtlaClient.validate_token
method, 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_TOKEN
is now replaced withNIXTLA_API_KEY
, and we've introducedNIXTLA_BASE_URL
for 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
TimeGPT
class.0.2.0 (Previously Released)
🔄 Changes & Deprecations
The
finetune_steps
andfinetune_loss
parameters were renamed tofewshot_steps
andfewshot_loss
. Additionally, the model parameter values changed fromshort-horizon
andlong-horizon
totimegpt-1
andtimegpt-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