Skip to content

Releases: InsightSoftwareConsortium/ITK-Wasm

itk-wasm-v1.0.0-b.137

10 Sep 03:01
Compare
Choose a tag to compare
itk-wasm-v1.0.0-b.137 Pre-release
Pre-release

1.0.0-b.137 (2023-09-10)

Performance Improvements

  • bump packages to itk-wasm 1.0.0-b.136 (d45eb61)
  • support demo pre-runs (9ad1dfa)

itk-wasm-v1.0.0-b.136

07 Sep 16:21
Compare
Choose a tag to compare
itk-wasm-v1.0.0-b.136 Pre-release
Pre-release

1.0.0-b.136 (2023-09-07)

Features

  • emscripten: load and decode .wasm.zstd (3456c69)
  • itk-wasm-cli: Update default Docker image for 20230906-2a85d1ac (79f77e7)
  • itk-wasm-cli: Update default Docker image for 20230906-a6f398d1 (6825ef9)
  • itk-wasm-cli: Update default Docker image for 20230906-d9e1b7d6 (7baa1cf)

itk-wasm-v1.0.0-b.135

07 Sep 01:51
Compare
Choose a tag to compare
itk-wasm-v1.0.0-b.135 Pre-release
Pre-release

1.0.0-b.135 (2023-09-07)

Features

  • bindgen: export used interface types (3d15608), closes #920

itk-wasm-v1.0.0-b.134

05 Sep 22:48
Compare
Choose a tag to compare
itk-wasm-v1.0.0-b.134 Pre-release
Pre-release

1.0.0-b.134 (2023-09-05)

Bug Fixes

  • dicom: typo in node export (25d3891)

itk-wasm-v1.0.0-b.133

30 Aug 04:21
Compare
Choose a tag to compare
itk-wasm-v1.0.0-b.133 Pre-release
Pre-release

1.0.0-b.133 (2023-08-30)

Features

  • bindgen: add tooltips for demo load sample inputs (49fc16f)

itk-wasm-v1.0.0-b.132

28 Aug 00:56
Compare
Choose a tag to compare
itk-wasm-v1.0.0-b.132 Pre-release
Pre-release

1.0.0-b.132 (2023-08-28)

Features

  • itk-wasm-cli: Update default Docker image for 20230827-b8b0e4cd (0f84705)

itk-wasm-v1.0.0-b.131

26 Aug 20:57
Compare
Choose a tag to compare
itk-wasm-v1.0.0-b.131 Pre-release
Pre-release

1.0.0-b.131 (2023-08-26)

Features

  • itk-wasm-cli: Update default Docker image for 20230825- (5d7a86b)

itk-wasm-v1.0.0-b.130

25 Aug 03:04
Compare
Choose a tag to compare
itk-wasm-v1.0.0-b.130 Pre-release
Pre-release

1.0.0-b.130 (2023-08-25)

Bug Fixes

  • runPipelineEmscripten: need PipelineInput .data property (1fff5e2)

itk-wasm-v1.0.0-b.129

24 Aug 03:09
Compare
Choose a tag to compare
itk-wasm-v1.0.0-b.129 Pre-release
Pre-release

1.0.0-b.129 (2023-08-24)

Bug Fixes

  • bindgen: support multiple int, float inputs in demo app (fc9de1e)

itk-wasm-v1.0.0-b.128

22 Aug 22:51
Compare
Choose a tag to compare
itk-wasm-v1.0.0-b.128 Pre-release
Pre-release

1.0.0-b.128 (2023-08-22)

Bug Fixes

  • bindgen: use Any for JsonObject type (953e040)
  • bindgen: use writeIfOverrideNotPresent for python function modules (f7fcf55)
  • bindgen: wasi processing of image vector options (e1f3cee)
  • bingen: use any for JsonObject typescript type (08ed5bc)
  • dicom: Python Json types corrections, wasi dicom series handling (c9abf86)
  • Python: support empty image metadata (9d220ba)
  • python: use Union over | for cast_image (6cabf37)
  • runPipelineEmscripten: robust behavior when image.metadata is not a Map (1219a1a)

Features

  • bindgen: support FLOAT for demo html, typescript (cd29c91)
  • bindgen: support input image, mesh vector inputs for demo (86291ef)
  • compare-images: add compare_images function (05e5366)
  • compare-images: Add compare_images_async (9b20e09)
  • compare-images: add compare_images.py, compare_images_async.py to dispatch (827e10c)
  • compare-images: add compare-images-node.ts (dab81de)
  • compare-images: add compare-images.ts (9fdf36b)
  • compare-images: add python bindings (0d8c87d)
  • compare-images: add typescript binding output (adbc0c6)
  • compare-images: add vector-magnitude computation (8541e8b)
  • compare-images: add vector-magnitude pipeline (3478c4a)
  • compare-images: add vector-magnitude typescript bindings (800778c)
  • compare-images: build native pipeline (195dddf)
  • compare-images: define CompareImagesMetric (5accc83)
  • compare-images: Implement compare-double-images (8f12f49)
  • compare-images: typescript demo focuses on the compareImages (3fcb0f7)
  • compare-images: updated demo output with support for all inputs types (96dcfa6)
  • python: add cast_image function to itkwasm package (5e0c127)
  • TypeScript: add JsonCompatible type (4959c42)