Skip to content

Fix README badges and bold-rendering bugs#288

Merged
noahho merged 1 commit into
mainfrom
readme-badge-fixes
May 12, 2026
Merged

Fix README badges and bold-rendering bugs#288
noahho merged 1 commit into
mainfrom
readme-badge-fixes

Conversation

@noahho
Copy link
Copy Markdown
Contributor

@noahho noahho commented May 12, 2026

Small README cleanups. No code changes.

  • Downloads badge previously pointed at pepy/tabpfn (the wrong package); fixed to pepy/tabpfn-extensions.
  • Last Commit badge previously pointed at automl/tabpfn-client (wrong org and repo); fixed to PriorLabs/tabpfn-extensions.
  • Backend Options bold rendering: ** TabPFN Package** and ** TabPFN Client** had a leading space inside the bold markers, which prevents GitHub from rendering them as bold. Tightened up and replaced the hyphen separator with an em dash for consistency with the rest of the README.
  • License section: ASCII hyphen → em dash to match the typography used elsewhere.

- Downloads badge: pepy/tabpfn -> pepy/tabpfn-extensions.
- Last Commit badge: automl/tabpfn-client -> PriorLabs/tabpfn-extensions.
- Backend Options bold: `** TabPFN Package**` (leading space breaks
  the bold marker) -> `**TabPFN Package**`. Same for TabPFN Client.
- License section: ASCII hyphen -> em dash for consistency with the
  rest of the README.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 12, 2026 09:16
@noahho noahho requested a review from a team as a code owner May 12, 2026 09:16
@noahho noahho requested review from priorjulien and removed request for a team May 12, 2026 09:16
@chatgpt-codex-connector
Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@noahho noahho merged commit f8c9a00 into main May 12, 2026
10 checks passed
Copy link
Copy Markdown
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 performs small README corrections to ensure badges point to the correct package/repository and to fix Markdown formatting/typography so content renders as intended on GitHub.

Changes:

  • Update the Downloads badge to target tabpfn-extensions instead of tabpfn.
  • Update the Last Commit badge to target PriorLabs/tabpfn-extensions.
  • Fix bold rendering in “Backend Options” and standardize separators to em dashes (including in the License section).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
@@ -49,12 +49,12 @@ See the [Documentation](#documentation) section below for guides, examples, and

Many TabPFN Extensions works with two TabPFN implementations:
Copy link
Copy Markdown
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 the README.md to correct badge links and repository references, ensuring they point to the tabpfn-extensions project. It also includes minor formatting adjustments for better consistency. A suggestion was made to add a link to the 'Last Commit' badge to improve its usability by allowing users to navigate directly to the commit history.

Comment thread README.md
[![Twitter Follow](https://img.shields.io/twitter/follow/Prior_Labs?style=social)](https://twitter.com/Prior_Labs)
![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen)
![Last Commit](https://img.shields.io/github/last-commit/automl/tabpfn-client)
![Last Commit](https://img.shields.io/github/last-commit/PriorLabs/tabpfn-extensions)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The "Last Commit" badge is currently an image without a link. For better usability and consistency with other badges in the header (such as the PyPI and Downloads badges), it should link to the repository's commit history.

Suggested change
![Last Commit](https://img.shields.io/github/last-commit/PriorLabs/tabpfn-extensions)
[![Last Commit](https://img.shields.io/github/last-commit/PriorLabs/tabpfn-extensions)](https://github.com/PriorLabs/tabpfn-extensions/commits/main)

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