Skip to content

Release 0.0.2: pulpie.markdown on PyPI, feyninc org migration#19

Merged
chonknick merged 1 commit into
mainfrom
release-0.0.2
Jul 1, 2026
Merged

Release 0.0.2: pulpie.markdown on PyPI, feyninc org migration#19
chonknick merged 1 commit into
mainfrom
release-0.0.2

Conversation

@chonknick

@chonknick chonknick commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

What

  • Bump version 0.0.1 → 0.0.2 (pyproject.toml + init.py).
  • Migrate all chonkie-ai/chonkie-inc references to feyninc: model IDs in model_utils.py, README badges/banner/links, pyproject URLs and author.

Why

PyPI 0.0.1 predates pulpie.markdown (and the current extractor/pipeline DX fixes), so pip install pulpie[markdown] gets a package missing modules the docs reference. The HF Space demo needs 0.0.2.

Verification

  • pytest tests -n auto — 65 passed (byte parity intact; no src/ logic changed beyond the model ID strings).
  • feyninc/pulpie-orange-{small,base,large} confirmed live on HF.

Copilot AI review requested due to automatic review settings July 1, 2026 20:47
@chonknick chonknick merged commit 00dcd6a into main Jul 1, 2026
8 checks passed
@chonknick chonknick deleted the release-0.0.2 branch July 1, 2026 20:49

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Releases pulpie v0.0.2 and updates project/model metadata to reflect the migration from chonkie-* to the feyninc organization, aligning PyPI packaging/versioning with the documented install/use paths.

Changes:

  • Bumped package version 0.0.10.0.2 in pyproject.toml and src/pulpie/__init__.py.
  • Updated default Hugging Face model IDs to feyninc/pulpie-orange-*.
  • Migrated README and one ops runbook link from chonkie-incfeyninc GitHub URLs/badges.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/pulpie/model_utils.py Points built-in model aliases at the feyninc HF org.
src/pulpie/init.py Updates runtime __version__ to 0.0.2.
scripts/cc-filter/AGENT_PROMPT.md Updates the repo clone URL to feyninc/pulpie in the CC filter runbook.
README.md Updates GitHub/HF links and badges to feyninc.
pyproject.toml Bumps package version and updates author/URL metadata to feyninc.

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

Comment on lines 11 to +13
1. `HF_TOKEN` with write access to the `chonkie-ai` org
2. A `--start` / `--end` WARC index range to process (full range is 0–100000; ask which shard this box should own so it doesn't overlap with other boxes)
3. A way to get `stream_filter_upload.py` onto the box. It lives in this repo at `scripts/cc-filter/stream_filter_upload.py`. Easiest: `git clone https://github.com/chonkie-inc/pulpie` and copy the file out, or `gh repo clone chonkie-inc/pulpie` if `gh` is installed.
3. A way to get `stream_filter_upload.py` onto the box. It lives in this repo at `scripts/cc-filter/stream_filter_upload.py`. Easiest: `git clone https://github.com/feyninc/pulpie` and copy the file out, or `gh repo clone feyninc/pulpie` if `gh` is installed.
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