v0.6.0 #465
jmoralez
announced in
Announcements
v0.6.0
#465
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Breaking changes
TimeGPT
class in favor ofNixtlaClient
.NixtlaClient.validate_token
method in favor ofNixtlaClient.validate_api_key
.short-horizon
andlong-horizon
models in favor oftimegpt-1
andtimegpt-1-long-horizon
respectively.fewshot_steps
andfewshot_loss
in favor offinetune_steps
andfinetune_loss
respectively.TIMEGPT_TOKEN
environment variable in favor ofNIXTLA_API_KEY
.time_col
preserve their type in the outputs (timestamp), previously they were cast to string.NixtlaClient.weights_x
is now a list of lists ifnum_partitions != None
, where each element corresponds to the weights for a specific partition.Features
Bug fixes
Enhancements
Documentation
Full Changelog: v0.5.2...v0.6.0
This discussion was created from the release v0.6.0.
Beta Was this translation helpful? Give feedback.
All reactions