Skip to content

Releases: InsightSoftwareConsortium/ITK-Wasm

ITK-Wasm 1.0.0 Beta 168

12 Mar 19:45
itk-wasm-v1.0.0-b.168
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: itk-wasm-v1.0.0-b.165...itk-wasm-v1.0.0-b.168

ITK-Wasm 1.0.0 Beta 165

12 Mar 19:44
itk-wasm-v1.0.0-b.165
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: itk-wasm-v1.0.0-b.164...itk-wasm-v1.0.0-b.165

ITK-Wasm 1.0.0 Beta 164

12 Mar 19:44
itk-wasm-v1.0.0-b.164
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: itk-wasm-v1.0.0-b.163...itk-wasm-v1.0.0-b.164

ITK-Wasm 1.0.0 Beta 163

25 Jan 17:48
itk-wasm-v1.0.0-b.163
Compare
Choose a tag to compare
Pre-release

What's Changed

  • refactor: webWorker is optionally passed on last argument by @thewtex in #1032
  • test: update node.js example by @thewtex in #1039
  • test: update inputs-outputs example test by @thewtex in #1040
  • test: update mean-squares-versor-registration for pnpm workspace by @thewtex in #1041

Full Changelog: itk-wasm-v1.0.0-b.162...itk-wasm-v1.0.0-b.163

ITK-Wasm 1.0.0 Beta 162

25 Jan 17:47
itk-wasm-v1.0.0-b.162
Compare
Choose a tag to compare

ITK-Wasm 1.0.0 Beta 161

25 Jan 17:31
itk-wasm-v1.0.0-b.161
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: itk-wasm-v1.0.0-b.160...itk-wasm-v1.0.0-b.161

ITK-Wasm 1.0.0 Beta 160

08 Jan 19:39
itk-wasm-v1.0.0-b.160
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: itk-wasm-v1.0.0-b.159...itk-wasm-v1.0.0-b.160

ITK-Wasm 1.0 Beta 159

18 Dec 15:06
ceafae0
Compare
Choose a tag to compare
ITK-Wasm 1.0 Beta 159 Pre-release
Pre-release

What's Changed

Full Changelog: itk-wasm-v1.0.0-b.158...itk-wasm-v1.0.0-b.159

itk-wasm-v1.0.0-b.158

06 Dec 23:40
Compare
Choose a tag to compare
itk-wasm-v1.0.0-b.158 Pre-release
Pre-release

1.0.0-b.158 (2023-12-06)

Bug Fixes

  • write-image: avoid transposing direction matrix (ad9ca85), closes #1011

Features

  • image-io: export extensionToImageIo in index (b9fffea)

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)