feat: add transform package#1392
Merged
thewtex merged 8 commits intoInsightSoftwareConsortium:mainfrom Jun 23, 2025
Merged
Conversation
07b0d83 to
186cf4c
Compare
186cf4c to
aa46e1a
Compare
For common pixel types.
Keep pipeline binary size smaller, build-times lower, and enable the possibility of more transform parameterization-specific options.
3f2c7db to
4ffd17b
Compare
Contributor
There was a problem hiding this comment.
Pull Request Overview
Add a new transform package that provides spatial transformation pipelines, TypeScript bindings, and test data, while integrating build and test tasks into the global manifest.
- Introduce
packages/transformwith TS package, C++ pipelines, test data, and CMake support - Update top-level
pixi.tomlanditk_wasm_env.bashto include transform build/test tasks and environment vars - Add manifest (
pixi.toml), package definitions, and CMake rules for native and WASM transform pipelines
Reviewed Changes
Copilot reviewed 15 out of 17 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| pixi.toml | Register global build/test tasks for transform package |
| packages/transform/typescript/package.json | Define new TypeScript package and build scripts for transform |
| packages/transform/pixi.toml | Pixi manifest for transform package pipelines |
| packages/transform/create-transform.cxx | C++ implementation of create-*-transform pipelines |
| packages/transform/CMakeLists.txt | CMake setup for transform pipelines and tests |
| itk_wasm_env.bash | Export environment variables for transform test data downloads |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Comments suppressed due to low confidence (2)
packages/transform/pixi.toml:4
- The description appears copied from another package and does not reflect the transform pipelines. Update it to describe spatial transform pipelines.
description = "Pipelines for downsampling images."
packages/transform/typescript/package.json:18
- [nitpick] The TS package has no real test script and fails by default. Consider adding real tests or removing the placeholder to ensure test coverage.
"test": "echo \"Error: no test specified\" && exit 1",
…-io package Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.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.
No description provided.