Skip to content
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 #1191

Merged
merged 25 commits into from
Aug 11, 2024
Merged

transform io #1191

merged 25 commits into from
Aug 11, 2024

Conversation

thewtex
Copy link
Member

@thewtex thewtex commented Aug 2, 2024

  • docs: add TransformList, Transform LinkML model
  • refactor: remove old module IO CMake code
  • feat: add itk::WasmTransformIOFactory
  • feat: itk::WasmTransformIO initial addition
  • feat(WasmTransformIO): support Composite transforms
  • ci: Do not build macos-12 in CI
  • feat(TransformJSON): specify initializers
  • fix: use initialization with braces in itkTransformJSONTest
  • feat: bump glaze to 2.9.3
  • build: use XCode 15.3 for std::hashstd::filesystem::path
  • build: add itkFloatTypesJSON.h to KWStyle namespace disable
  • build: do not build manylinux2014 native binary wheels
  • build(glaze): add flags required for MSVC
  • build: check the result of glz::write in itkWasmTransformIO
  • ci: disable native python build workflow
  • chore: bump cli11 to v2.4.2
  • build: bump rang cmake_minimum_required to 3.16.3
  • ci: bump ITK native build version to release-5.4 HEAD
  • feat: wasm transform interface classes
  • feat: add itk::wasm::InputTransform
  • feat: add itk::wasm::OutputTransform
  • refactor(WasmMeshToMeshFilter): use glaze
  • fix(itkPipeline): parameters parsing crash when no space in line
  • build(msvc): add cmake flag to enable msvc static runtime debug library
  • refactor(mesh): rapidjson to glaze
  • refactor(polydata): rapidjson to glaze
  • refactor(SupportInputMeshTypes): rapidjson to glaze
  • refactor(SupportInputPolyDataTypes): rapidjson to glaze
  • refactor(Image): rapidjson to glaze
  • refactor(Pipeline): rapidjson to glaze
  • refactor(SupportInputImageTypes): rapidjson to glaze
  • refactor(WasmStringStream): rapidjson to glaze
  • fix(InterfaceTypes): consistent default name
  • build: use upstream glaze
  • feat(itk-wasm-cli): Update default Docker image for 20240708-0109e809
  • build: bump zstd to v1.5.6
  • style(WasmMeshIO): remove duplicate header include
  • build(WebAssemblyInterace): suppress std::wstring_convert deprecation warning
  • refactor(WasmZstdMeshIO): use WasmIOCommon openFileForReading
  • style: prettify run-pipeline-emscripten.ts, run-pipeline-node-test.ts
  • fix(run-pipeline-emscripten): do not stringify metadata twice
  • build(apply-presentation-state-to-image): backport rapidjson getArrayJson
  • feat(itk-wasm-cli): Update default Docker image for 20240709-c82bfba5
  • build(cmake): target compile option call
  • fix(jsonFromIOComponentEnum): default to uint8 for unknown
  • fix(WasmImageIO): do not read file in SetJSON
  • ci: update docs basePath for ITK-Wasm repo rename
  • feat(itk-wasm-cli): Update default Docker image for 20240712-15204ac3
  • fix(ImageToWasmImageFilter): remove debug code
  • feat(itk-wasm-cli): Update default Docker image for 20240712-daa6deea
  • test(read_write_mesh): update expected component type
  • docs: update ITKContourInterpolation links for new repo name
  • fix(jsonFromIOComponentEnum): add missing LONG and ULONG entries
  • feat(itk-wasm-cli): Update default Docker image for 20240714-c8dabc4b
  • style(run-pipeline-node-test): prettier
  • chore(itk-wasm): bump typescript package to 1.0.0-b.177
  • docs: update packages links for GitHub Org rename
  • fix(OutputImage): dataSize needs components per pixel
  • feat(itk-wasm-cli): Update default Docker image for 20240717-6891d4df
  • feat(Mesh,PolyData): add metadata member in C++
  • style: Specify ReadTheDocs custom domain name
  • feat(compare-images): add spatial tolerance
  • feat(cxx): add bufferedRegion to ImageJSON
  • feat(transform-io): package C++ addition
  • refactor: move IOBase classes to io packages

@thewtex thewtex merged commit 332bec1 into InsightSoftwareConsortium:main Aug 11, 2024
68 checks passed
@thewtex thewtex deleted the transform-io branch August 11, 2024 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant