From 67515b23e44d7f55ff48477197b67daf888456fe Mon Sep 17 00:00:00 2001 From: Noah Hollmann Date: Tue, 12 May 2026 11:16:13 +0200 Subject: [PATCH] Fix README badges and rendering bugs - 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) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 03fdbcb1..77a9b35a 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # TabPFN Extensions [![PyPI version](https://badge.fury.io/py/tabpfn-extensions.svg)](https://badge.fury.io/py/tabpfn-extensions) -[![Downloads](https://pepy.tech/badge/tabpfn)](https://pepy.tech/project/tabpfn) +[![Downloads](https://pepy.tech/badge/tabpfn-extensions)](https://pepy.tech/project/tabpfn-extensions) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Discord](https://img.shields.io/discord/1285598202732482621?color=7289da&label=Discord&logo=discord&logoColor=ffffff)](https://discord.gg/BHnX2Ptf4j) [![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) [![colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/PriorLabs/TabPFN/blob/main/examples/notebooks/TabPFN_Demo_Local.ipynb) > [!WARNING] @@ -49,12 +49,12 @@ See the [Documentation](#documentation) section below for guides, examples, and Many TabPFN Extensions works with two TabPFN implementations: -1. ** TabPFN Package** - Full PyTorch implementation for local inference: +1. **TabPFN Package** — Full PyTorch implementation for local inference: ```bash pip install tabpfn ``` -2. ** TabPFN Client** - Lightweight API client for cloud-based inference: +2. **TabPFN Client** — Lightweight API client for cloud-based inference: ```bash pip install tabpfn-client ``` @@ -105,7 +105,7 @@ The main TabPFN demo notebook also covers several extensions — in particular t ## License -This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details. +This project is licensed under the Apache License 2.0 — see the [LICENSE](LICENSE) file for details. ## Telemetry