Skip to content

Releases: PriorLabs/tabpfn-time-series

v1.2.0

Choose a tag to compare

@adrian-prior adrian-prior released this 17 Jun 09:52
73a134f

What's Changed

  • deps: refresh lockfile (batches 15 dependabot PRs) by @vlad-moroshan in #126
  • chore: rename LICENSE.txt to LICENSE by @noahho in #127
  • chore: add .github/CODEOWNERS by @noahho in #128
  • chore: add THIRD-PARTY-NOTICES.md by @noahho in #129
  • chore: document vendored Amazon Chronos to_gluonts_univariate helper by @noahho in #130
  • ci: switch pull_request_target → pull_request to close secret-exfil hole by @noahho in #131
  • chore: add SECURITY.md by @noahho in #133
  • fix: resolve default v3 TS ckpt into tabpfn cache dir by @LeoGrin in #134
  • fix: correct stale repo metadata (Colab badge, project URLs) by @LeoGrin in #135
  • Bump the uv group across 1 directory with 2 updates by @dependabot[bot] in #137
  • Changed the default of the Pipeline object to Local by @eliott-kalfon in #140
  • feat(explainability): TabPFNTSExplainer — PDP, window SHAP, series decomposition by @eliott-kalfon in #139
  • updated explainability readme by @eliott-kalfon in #141

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.2.0rc1

v1.2.0rc1 Pre-release
Pre-release

Choose a tag to compare

@adrian-prior adrian-prior released this 17 Jun 09:42
73a134f

What's Changed

  • deps: refresh lockfile (batches 15 dependabot PRs) by @vlad-moroshan in #126
  • chore: rename LICENSE.txt to LICENSE by @noahho in #127
  • chore: add .github/CODEOWNERS by @noahho in #128
  • chore: add THIRD-PARTY-NOTICES.md by @noahho in #129
  • chore: document vendored Amazon Chronos to_gluonts_univariate helper by @noahho in #130
  • ci: switch pull_request_target → pull_request to close secret-exfil hole by @noahho in #131
  • chore: add SECURITY.md by @noahho in #133
  • fix: resolve default v3 TS ckpt into tabpfn cache dir by @LeoGrin in #134
  • fix: correct stale repo metadata (Colab badge, project URLs) by @LeoGrin in #135
  • Bump the uv group across 1 directory with 2 updates by @dependabot[bot] in #137
  • Changed the default of the Pipeline object to Local by @eliott-kalfon in #140
  • feat(explainability): TabPFNTSExplainer — PDP, window SHAP, series decomposition by @eliott-kalfon in #139
  • updated explainability readme by @eliott-kalfon in #141

New Contributors

Full Changelog: v1.1.0...v1.2.0rc1

v1.1.0 — TabPFN-TS-3 default checkpoint

Choose a tag to compare

@vlad-moroshan vlad-moroshan released this 12 May 14:19
ec8a317

Changelog

[1.1.0] — 2026-05-12

Default config now ships the finetuned TabPFN-TS-3 checkpoint from the
TabPFN-3 report.

Changed

  • Default checkpoint → TabPFN-TS-3 in LOCAL mode (auto-downloaded by
    tabpfn on first init).
  • max_context_length default: 4096 → 32768.
  • AutoSeasonalFeature.max_top_k default: 5 → 12.
  • tabpfn>=8.0.0 (first PyPI release shipping the tabpfn_v3 architecture).

Docs

  • README: new "Covariate model" section.

Migration

To keep v1.0.x behaviour, pass:

TabPFNTSPipeline(
    max_context_length=4096,
    tabpfn_model_config={"model_path": "tabpfn-v2-regressor-2noar4o2.ckpt"},
)

v1.0.10

Choose a tag to compare

@adrian-prior adrian-prior released this 24 Apr 15:52
b296e93

What's Changed

  • Refactor feature transformation logic in FeatureTransformer by @vlad-moroshan in #91
  • Move autogluon.timeseries from a required dependency to an optional one, and add the lower bound as PR #98 suggests by @vlad-moroshan in #101

Full Changelog: v1.0.9...v1.0.10

v1.0.9

Choose a tag to compare

@liam-sbhoo liam-sbhoo released this 19 Feb 16:36
9bd49cf

What's Changed

New Contributors

Full Changelog: v1.0.8...v1.0.9

v1.0.8

Choose a tag to compare

@liam-sbhoo liam-sbhoo released this 05 Jan 15:47
77461a4

Major Update

What's Changed

New Contributors

Full Changelog: v1.0.7...v1.0.8

v1.0.7

Choose a tag to compare

@liam-sbhoo liam-sbhoo released this 06 Nov 16:09
181dd89

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

Choose a tag to compare

@liam-sbhoo liam-sbhoo released this 22 Oct 14:39
3bd5f7d

What's Changed

Full Changelog: v1.0.5...v1.0.6

Add anonymous usage analytics

Choose a tag to compare

@safaricd safaricd released this 14 Oct 20:17
50543cf

What's Changed

Full Changelog: v1.0.3...v1.0.5

v1.0.4

Choose a tag to compare

@safaricd safaricd released this 19 Sep 13:31

What's Changed

  • Fix the issue with loky parallelism using joblib by @safaricd in #68

New Contributors

Full Changelog: v1.0.3...v1.0.4