Skip to content

Commit 61db021

Browse files
Release v8.0.3 (#974)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: LeoGrin <leo@priorlabs.ai>
1 parent 7751d14 commit 61db021

6 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [8.0.3] - 2026-05-16
11+
12+
### Changed
13+
14+
- Significantly reduced `import tabpfn` time (roughly halved: ~2.4s → ~1.1s warm, and ~9s → ~5s on a cold first import) by no longer importing `torch._dynamo`/`torch._inductor` or scikit-learn's estimator-check test machinery at import time. ([#972](https://github.com/PriorLabs/TabPFN/pull/972))
15+
16+
1017
## [8.0.2] - 2026-05-13
1118

1219
### Added

changelog/940.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/964.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/970.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/972.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tabpfn"
7-
version = "8.0.2"
7+
version = "8.0.3"
88
dependencies = [
99
"torch>=2.5",
1010
"numpy>=1.21.6",

0 commit comments

Comments
 (0)