Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added
- Added several new finetuned model checkpoints. ([#462](https://github.com/PriorLabs/TabPFN/pull/462))
Copy link

Copilot AI Aug 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The word 'finetuned' should be hyphenated as 'fine-tuned' for proper spelling.

Suggested change
- Added several new finetuned model checkpoints. ([#462](https://github.com/PriorLabs/TabPFN/pull/462))
- Added several new fine-tuned model checkpoints. ([#462](https://github.com/PriorLabs/TabPFN/pull/462))

Copilot uses AI. Check for mistakes.

### Changed

### Bug Fixes
- Fixed a validation error that occurred when a `.env` file contained settings from other applications. ([#446](https://github.com/PriorLabs/TabPFN/pull/446))
- Fixed a crash on PyTorch versions older than 2.5 by correctly detecting Grouped-Query Attention (GQA) support. ([#438](https://github.com/PriorLabs/TabPFN/pull/438))
Comment on lines +16 to +17
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The changelog entries are clear. However, I've noticed the heading for bug fixes is inconsistent throughout this file (e.g., ### Bug Fixes, ### Bug fix, ### Fixed). For better consistency and alignment with the Keep a Changelog standard, consider standardizing to ### Fixed in the future. Since this PR follows the existing format for the [Unreleased] section, this is just a suggestion for future improvement and not a blocker.


## [2.1.1] - 2025-08-03

Expand Down
Loading