wtpsplit 3.0: library packaging and API - #179
Open
markus583 wants to merge 8 commits into
Open
Conversation
Library-only slice from the freeze: packaging, docs, inference/training core, and library tests — no mmSaT operator kit or research handoff paths. Co-authored-by: Cursor <cursoragent@cursor.com>
Keeps the package root for packaging and docs; updates packaging REPO_ROOT, workflow paths, and docs that linked to the old locations. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Floating @v9 is not published; setup-uv only tags full versions since v8. Co-authored-by: Cursor <cursoragent@cursor.com>
Library CI does not install the research group; adaptation tests only need evaluate_model, which must not pull datasets at import time. Co-authored-by: Cursor <cursoragent@cursor.com>
Library CI does not install the research group; local filtered shards only need a thin table duck-type for normalize/validate paths. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
tomllib is 3.11+; add a version-gated tomli import and pin it in the dev group so the CI matrix can collect test_packaging. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pyproject.toml/uvpackaging (dropsetup.py/setup.cfg), typed public API, model registry, compat with ModernBERT (new) / XLM-R backends, adaptation helpers, and related docs (README,MIGRATION,MODEL_BACKENDS,CONTRIBUTING,RELEASE).tests/and point pytest / CI at that layout; pinastral-sh/setup-uvto immutablev9.0.0(floating@v9does not resolve).