-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
transform io python #1277
Merged
thewtex
merged 22 commits into
InsightSoftwareConsortium:main
from
thewtex:transform-io-python
Nov 26, 2024
Merged
transform io python #1277
thewtex
merged 22 commits into
InsightSoftwareConsortium:main
from
thewtex:transform-io-python
Nov 26, 2024
Conversation
This file contains 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
Member
thewtex
commented
Nov 26, 2024
- fix(itkwasm): interface type is TransformList instead of Transform
- chore(itkwasm): bump version to 1.0b181
- test(transform-io): wasi format tests
- test(itkwasm): bump pyodide to 0.26.4
- fix(itkwasm): add WasiConfig args for wasmtime 27.0.0
- chore(itkwasm): bump version to 1.0b182
- fix(itkwasm): dask is only a testing dependency
- chore(itkwasm): bump version to 1.0b183
- feat(itkwasm): add pipeline TransformList support
- build(itkwasm): bump wasmtime dep to 27.0.1
- chore(itkwasm): bump version to 1.0b184
- test(transform-io): wasi format tests
- chore(bindgen): bump itkwasm to 1.0.b184, Python to 3.9-3.13
- feat(transform-io): add wasi read_transform, write_transform
- feat(itkwasm): pyodide support for Transform
- chore(itkwasm): bump version to 1.0b185
- test(transform-io): emscripten hdf5 read write tests
- feat(transform-io): emscripten read_transform_async, write_transform_async
- feat(transform-io); dispatch read and write functions
- ci(python-wasm): add transform-io
thewtex
force-pushed
the
transform-io-python
branch
from
November 26, 2024 12:57
ad16cc6
to
f9be400
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 67 out of 82 changed files in this pull request and generated no suggestions.
Files not reviewed (15)
- packages/transform-io/python/itkwasm-transform-io-emscripten/itkwasm_transform_io_emscripten/write_transform_async.py: Evaluated as low risk
- packages/transform-io/python/itkwasm-transform-io-emscripten/itkwasm_transform_io_emscripten/transform_io_index.py: Evaluated as low risk
- packages/core/python/itkwasm/itkwasm/transform.py: Evaluated as low risk
- packages/transform-io/python/itkwasm-transform-io-emscripten/itkwasm_transform_io_emscripten/_version.py: Evaluated as low risk
- packages/core/python/itkwasm/test/test_pipeline.py: Evaluated as low risk
- packages/transform-io/python/itkwasm-transform-io-emscripten/pyproject.toml: Evaluated as low risk
- packages/core/typescript/itk-wasm/src/bindgen/python/resources/template.pyproject.toml: Evaluated as low risk
- .github/workflows/python-wasm.yml: Evaluated as low risk
- packages/core/python/itkwasm/itkwasm/interface_types.py: Evaluated as low risk
- packages/core/python/itkwasm/itkwasm/init.py: Evaluated as low risk
- packages/transform-io/python/itkwasm-transform-io-emscripten/itkwasm_transform_io_emscripten/init.py: Evaluated as low risk
- packages/core/python/itkwasm/itkwasm/pyodide.py: Evaluated as low risk
- packages/core/python/itkwasm/itkwasm/pipeline.py: Evaluated as low risk
- packages/core/python/itkwasm/pyproject.toml: Evaluated as low risk
- packages/transform-io/pixi.toml: Evaluated as low risk
…pression `license` is deprecated in favor of `license-expression` with metadata-version 2.4.
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.