chore(release): bump version to 0.4.0#306
Merged
Merged
Conversation
Marks the minor-version cut following the substantive batch landed under
0.3.x:
- the P3–P6 refactor series consolidating per-category behavior into
ModalityRegistry + extracting RecordProcessor / BatchWriter / TableLock
(#253, #255, #256, #257, #272, #273, #274, #275, #276, #278, #280,
#284)
- atomicity work that closes the create_table-before-validate window
at multiple gates (#260/#265/#279, #289/#292)
- preflight UX fixes — typo suggestions on schema types (#264/#293),
JSONL detection (#263), clean LabelDiversity behaviour on JSON
edge cases (#267/#294), file-type error includes allowed
extension (#291/#295)
- canonical column-identifier grammar (#288)
- tokenizer fingerprint hardening (#286)
- self-supervised edge-label metadata fix (#297)
- TSF README example aligned with runtime validators (#290/#296)
setup.py reads the literal from __init__.py (#175), so this is the only
file to bump.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
saadqbal
approved these changes
Jun 18, 2026
Collaborator
|
👋 Heads-up — Code review queue is at 39 / 30 Above the WIP limit. The team convention is to review existing PRs before opening new work. Open PRs currently in Code review (oldest first):
Pull from review before opening new work. (This is a nudge from the kanban WIP check, not a block.) |
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
Bumps
__version__from0.3.12to0.4.0to mark the minor-version cut after the substantive batch landed under 0.3.x.setup.pyreads the literal fromtracebloc_ingestor/__init__.py(#175), so this is the only file to bump.What 0.4.0 includes (highlights since 0.3.0)
Refactors (P3–P6) — consolidation into the ModalityRegistry
ModalityRegistry(refactor(P3a): move per-category behavior flags into a ModalityRegistry #253)RecordProcessor(refactor(P5c): extract the per-record transform into RecordProcessor #276); batch write path →BatchWriter(refactor(P5d): extract the batch write path into BatchWriter #278)Atomicity — validator-rejected ingest leaves no orphan
create_tableuntilvalidate_data()passes (bug: validator-rejected ingest leaves an orphaned table; no rollback blocks the next ingest #260 / fix(ingestors): defer table creation until validation passes (#260) #265, regression-tested in test(#260): regression test — validator-rejected ingest creates no table #279)DataValidatorso the same gate catches sparse-CSV cases (Schema-vs-CSV column mismatch leaves orphan empty table (#260 sibling) #289 / fix(data_validator): fail fast on missing schema columns (#289) #292)Preflight UX
Other
Test plan
__version__resolves to0.4.0from a Python import.v0.4.0will trigger the existing Release-image workflow.🤖 Generated with Claude Code
Note
Low Risk
Metadata-only version bump with no runtime or behavioral code changes in the diff.
Overview
Bumps the package release version from
0.3.12to0.4.0by updating the__version__literal intracebloc_ingestor/__init__.py.That file remains the single source of truth (#175);
setup.pycontinues to parse it via_read_version(), so no other files need changing for the version cut.Reviewed by Cursor Bugbot for commit aabef28. Bugbot is set up for automated code reviews on this repo. Configure here.