Matt McCormick

Results 561 comments of Matt McCormick

More [improvements made in ITK 5.4 RC 4](https://github.com/InsightSoftwareConsortium/ITK/releases/tag/v5.4rc04). Available in the `itk` `5.4.0` wheels.

We now use scikit-build-core / pyproject.toml.

scikit-build-core's dynamic metadata support will help here: https://scikit-build-core.readthedocs.io/en/latest/configuration.html#dynamic-metadata

@N-Dekker There is a per-instance [SetNumberOfWorkUnits](https://itk.org/Doxygen/html/classitk_1_1ProcessObject.html#a07e1d0d435747ae65bfb213bd12053e8) on all `ProcessObject's`. When using ResampleImageFilter directly, for example, this can be set. Ideally, `itk::TransformixFilter` should expose this interface and pass the value to...

@N-Dekker that's great, it looks like with some more work to propagate NumberOfWorkUnits to the sub-objects developers will be able to request the number of threads used on a per-filter...

Hi @lihouxing-sjtu , A few items to check that might be helpful: In your code, the import's are updated per: https://wasm.itk.org/docs/itk_js_to_itk_wasm_migration_guide.html#Module-import-statements Examine: https://wasm.itk.org/examples/vite.html https://wasm.itk.org/examples/webpack.html -- corresponding code is here: https://github.com/InsightSoftwareConsortium/itk-wasm/tree/master/examples

Currently not building in WASI.

@michaelonken very cool! Let's bump DCMTK's version and give it a try. CC @floryst @aylward @PaulHax

Closing as the original issue is resolved. Please create a new issue for additional discussions or problems (I often do not see conversations on closed issues :see_no_evil: ). Documentation /...