Skip to content

Conversation

@noahho
Copy link
Collaborator

@noahho noahho commented Aug 21, 2025

Motivation and Context


Public API Changes

  • No Public API changes
  • Yes, Public API changes (Details below)

How Has This Been Tested?


Checklist

  • The changes have been tested locally.
  • Documentation has been updated (if the public API or usage changes).
  • A entry has been added to CHANGELOG.md (if relevant for users).
  • The code follows the project's style guidelines.
  • I have considered the impact of these changes on the public API.

Copilot AI review requested due to automatic review settings August 21, 2025 15:58
Copy link
Contributor

Copilot AI left a 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))
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.
@noahho noahho merged commit 5e67057 into main Aug 21, 2025
7 checks passed
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a 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.

Comment on lines +16 to +17
- 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))
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.

oscarkey added a commit that referenced this pull request Nov 12, 2025
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants