Skip to content

docs: add fastfields-helpers to the CONTRIBUTING.md layer diagram - #11

Merged
balbasty merged 2 commits into
mainfrom
helpers-in-contributing-diagram
Aug 18, 2026
Merged

docs: add fastfields-helpers to the CONTRIBUTING.md layer diagram#11
balbasty merged 2 commits into
mainfrom
helpers-in-contributing-diagram

Conversation

@balbasty

Copy link
Copy Markdown
Contributor

Why

CONTRIBUTING.md's layer diagram enumerates every repo in the project, and now predates fastfields-helpers — the pure-Python enums/normalisation package extracted from fastfields-dlpack in this migration.

What

  • Add fastfields-helpers to the ASCII layer diagram, as an independent sibling of fastfields-dlpack (neither depends on the other), consumed by the numpy/torch/cupy wrappers and the umbrella fastfields package.
  • Note in the Workflows section that fastfields-helpers is the one repo needing neither fastfields-dlpack nor the C++ toolchain, via the reusable workflow's needs-dlpack: false input (python-test: add a needs-dlpack input to skip the dlpack source build #10, already merged).

Scope

Factual housekeeping only — matches this migration's "note the package count is now six" instruction. Deliberately does not touch the pre-existing cu124 wheel-lane naming drift a few sections down (superseded by fastfields/whl's own cu118/cu126/cu130 convention) — that's a separate, unrelated cleanup outside this task's scope.

Note: the first commit on this branch accidentally pushed placeholder text instead of the real file; the second commit restores and applies the intended diff. The end state (visible in the diff below) is correct.

🤖 Generated with Claude Code

https://claude.ai/code/session_016AjQcY78NgbagPSbPJRr6Z


Generated by Claude Code

balbastyand others added 2 commits August 18, 2026 13:27
The layer diagram in CONTRIBUTING.md enumerated the six original repos but
predates fastfields-helpers -- the pure-Python enums/normalisation package
extracted from fastfields-dlpack. Add it as an independent sibling (neither
depends on the other) consumed by the numpy/torch/cupy wrappers and the
umbrella fastfields package.
Also note in the Workflows section that fastfields-helpers is the one repo
that needs neither fastfields-dlpack nor the C++ build toolchain, via the
reusable workflow's new `needs-dlpack: false` input (#10).
Factual housekeeping only, not a design change -- the cu124 wheel-lane
naming drift a few sections down is pre-existing and out of scope here.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016AjQcY78NgbagPSbPJRr6Z
…ly wrote a placeholder)
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016AjQcY78NgbagPSbPJRr6Z
@balbasty
balbasty merged commit 70c20e1 into mainAug 18, 2026
Sign up for freeto 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.

1 participant

@balbasty