Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

v0.0.28 #357

AzulGarza started this conversation in General
Jun 18, 2026 · 0 comments
Discussion options

Features

  • T0 foundation model: Added support for T0, an open-weights time series foundation model from The Forecasting Company. Use it via the T0 class. See #348.

    import pandas as pd
    from timecopilot.models.foundation.t0 import T0
    df = pd.read_csv(
     "https://timecopilot.s3.amazonaws.com/public/data/air_passengers.csv",
     parse_dates=["ds"],
    )
    model = T0()
    fcst_df = model.forecast(df, h=12)
  • timecopilot-tirex bump: Bumped timecopilot-tirex to >=0.1.1 and updated the TiRex integration to align with the new API. TiRex now returns the model's default quantile knots (0.1–0.9) and validates that custom quantile requests match that set. See #346.

Fixes

  • Relax dependencies: Relaxed several pinned core dependencies (lightning, logfire, opentelemetry-api, opentelemetry-sdk) to minimum-version constraints, moved ray to the distributed optional extra, and removed wandb from core dependencies to reduce install conflicts. See #355.

New Contributors


Full Changelog: v0.0.27...v0.0.28


This discussion was created from the release v0.0.28.
You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant

AltStyle によって変換されたページ (->オリジナル) /