Skip to content

Releases: InsightSoftwareConsortium/ITK-Wasm

itk-wasm-v1.0.0-b.157

29 Nov 22:10
Compare
Choose a tag to compare
itk-wasm-v1.0.0-b.157 Pre-release
Pre-release

1.0.0-b.157 (2023-11-29)

Features

  • bindgen: do not place vite.config.js in build/ (b977840)
  • itk-wasm-cli: Update default Docker image for 20231125-c58da03c (2f60bb7)
  • itk-wasm-cli: Update default Docker image for 20231129-1565c734 (83dd536)
  • mesh-io-emscripten: add read_image_async, write_image_async (5d181f7)
  • mesh-io: add extension-to-mesh-io (51106bd)
  • mesh-io: add mesh-io-emscripten bindgen output (53c1488)
  • mesh-io: add mime-to-mesh-io (9d0947f)
  • mesh-io: add python package bindgen output (4b96715)
  • mesh-io: add read_mesh, read_mesh_async, write_mesh, write_mesh_async (acc4271)
  • mesh-io: add read-mesh-node (1b514a6)
  • mesh-io: add typescript bindgen output (4266390)
  • mesh-io: add wasi read_mesh, write_mesh (b3575a2)
  • mesh-io: add write-mesh-node (9393607)
  • mesh-io: bindgen wasi output (9fce9fb)
  • mesh-io: read-mesh and write-mesh (4289117)
  • migrate mesh-io to its own package (c58da03)

itk-wasm-v1.0.0-b.156

13 Nov 04:14
Compare
Choose a tag to compare
itk-wasm-v1.0.0-b.156 Pre-release
Pre-release

1.0.0-b.156 (2023-11-13)

Bug Fixes

  • bindgen: local package.json path in pipelines-base-url.ts (dc69e2e)

itk-wasm-v1.0.0-b.155

09 Nov 12:54
Compare
Choose a tag to compare
itk-wasm-v1.0.0-b.155 Pre-release
Pre-release

1.0.0-b.155 (2023-11-09)

Bug Fixes

  • bindgen: create init.py for emscripten package test fix import (1b0a814)
  • bindgen: remove rollup configurations (84e78df)

Features

  • bindgen: embed js module bundle in the python package (f46df27)
  • image-io: add itkwasm-image-io-emscripten package (8f73d22)
  • itkwasm-image-io-wasi: add bindgen output (7fe693b)
  • itkwasm-image-io-wasi: add read_image, imread (020ac77)
  • itkwasm-image-io-wasi: add write_image (2d88004)
  • itkwasm-image-io: initial addition (815d901)

itk-wasm-v1.0.0-b.154

06 Nov 16:58
Compare
Choose a tag to compare
itk-wasm-v1.0.0-b.154 Pre-release
Pre-release

1.0.0-b.154 (2023-11-06)

Bug Fixes

  • replace webworker-promise with comlink (99670a7)

itk-wasm-v1.0.0-b.153

05 Nov 02:46
Compare
Choose a tag to compare
itk-wasm-v1.0.0-b.153 Pre-release
Pre-release

1.0.0-b.153 (2023-11-05)

Bug Fixes

  • deps: bump webworker-promise to 0.5.1 (79391f0)

itk-wasm-v1.0.0-b.152

29 Oct 21:13
Compare
Choose a tag to compare
itk-wasm-v1.0.0-b.152 Pre-release
Pre-release

1.0.0-b.152 (2023-10-29)

Bug Fixes

  • createWebWorkerPromise: revoke revokeObjectURL (3084ebb)

itk-wasm-v1.0.0-b.151

27 Oct 15:34
Compare
Choose a tag to compare
itk-wasm-v1.0.0-b.151 Pre-release
Pre-release

1.0.0-b.151 (2023-10-27)

Features

  • itk-wasm-cli: Update default Docker image for 20231026-19713e3a (f82521c)
  • itkWasmExports: provide getMemoryInputArrayStore (19713e3)

itk-wasm-v1.0.0-b.150

27 Oct 02:46
Compare
Choose a tag to compare
itk-wasm-v1.0.0-b.150 Pre-release
Pre-release

1.0.0-b.150 (2023-10-27)

Bug Fixes

  • createWebWorkerPromise: clean up object urls (d627063)

itk-wasm-v1.0.0-b.149

13 Oct 20:19
Compare
Choose a tag to compare
itk-wasm-v1.0.0-b.149 Pre-release
Pre-release

1.0.0-b.149 (2023-10-13)

Bug Fixes

  • createWebWorkerPromise: use type: 'module' option for Worker (92f9492), closes #970

itk-wasm-v1.0.0-b.148

13 Oct 05:27
Compare
Choose a tag to compare
itk-wasm-v1.0.0-b.148 Pre-release
Pre-release

1.0.0-b.148 (2023-10-13)

Bug Fixes

  • emscripten: save and restore the stack with a run (e99c3e4), closes #760

Features

  • bindgen: add pyproject.toml short description for wheel summary (5c1a3a5), closes #949
  • itk-wasm-cli: Update default Docker image for 20231011-0ed0113b (24f8230)
  • itk-wasm-cli: Update default Docker image for 20231011-b6214540 (13150e6)
  • itk-wasm-cli: Update default Docker image for 20231012-93cb7447 (9d5cd0d)
  • support dynamic emscripten module import in web workers (93cb744)