-
Notifications
You must be signed in to change notification settings - Fork 52
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
thewtex
merged 25 commits into
InsightSoftwareConsortium:main
from
thewtex:transform-io
Aug 11, 2024
Merged
transform io #1191
thewtex
merged 25 commits into
InsightSoftwareConsortium:main
from
thewtex:transform-io
Aug 11, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
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
Only needed there.
Also add Rigid3D transform parameterizations.
Also make the Python Enum a string Enum and shorten the string value.
Flagged in itk-wasm typescript pipeline CI tests.
Based on the `size` if bufferedRegion has not been set. Also remove unused `largestSize` variable.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.