-
Notifications
You must be signed in to change notification settings - Fork 538
Update CHANGELOG.md #463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update CHANGELOG.md #463
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the CHANGELOG.md file to document recent changes in the Unreleased section, adding entries for new features and bug fixes.
- Added documentation for new finetuned model checkpoints
- Added two bug fix entries for .env file validation and PyTorch compatibility
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| ## [Unreleased] | ||
|
|
||
| ### Added | ||
| - Added several new finetuned model checkpoints. ([#462](https://github.com/PriorLabs/TabPFN/pull/462)) |
Copilot
AI
Aug 21, 2025
There was a problem hiding this comment.
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.
| - 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)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request updates CHANGELOG.md with new entries for recent additions and bug fixes under the [Unreleased] section. The new entries are clear and correctly reference their corresponding pull requests. I have added one comment suggesting a minor improvement to standardize section headers for better consistency in the future.
| - 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)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
* Record copied public PR 463 * Apply suggestion from @noahho --------- Co-authored-by: mirror-bot <mirror-bot@users.noreply.github.com> Co-authored-by: noahho <Noah.homa@gmail.com> Co-authored-by: Oscar Key <oscar@priorlabs.ai>
Motivation and Context
Public API Changes
How Has This Been Tested?
Checklist
CHANGELOG.md(if relevant for users).