Fix README badges and bold-rendering bugs#288
Conversation
- 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>
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
There was a problem hiding this comment.
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-extensionsinstead oftabpfn. - 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.
| @@ -49,12 +49,12 @@ See the [Documentation](#documentation) section below for guides, examples, and | |||
|
|
|||
| Many TabPFN Extensions works with two TabPFN implementations: | |||
There was a problem hiding this comment.
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.
| [](https://twitter.com/Prior_Labs) | ||
|  | ||
|  | ||
|  |
There was a problem hiding this comment.
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.
|  | |
| [](https://github.com/PriorLabs/tabpfn-extensions/commits/main) |
Small README cleanups. No code changes.
pepy/tabpfn(the wrong package); fixed topepy/tabpfn-extensions.automl/tabpfn-client(wrong org and repo); fixed toPriorLabs/tabpfn-extensions.** 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.