-
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
Package refactoring #716
Milestone
Comments
|
|
|
|
|
thewtex
added a commit
to thewtex/ITK-Wasm
that referenced
this issue
Dec 14, 2023
Following InsightSoftwareConsortium#716 BREAKING_CHANGE: readDICOMTags has been migrated to @itk-wasm/dicom and as readDicomTags BREAKING_CHANGE: readDICOMTagsArrayBuffer has been migrated to @itk-wasm/dicom and as readDicomTags BREAKING_CHANGE: readDICOMTagsLocalFile has been migrated to @itk-wasm/dicom and as readDicomTagsNode BREAKING_CHANGE: readImageDICOMFileSeries has been migrated to @itk-wasm/dicom as readImageDicomFileSeries BREAKING_CHANGE: readImageDICOMArrayBufferSeries has been migrated to @itk-wasm/dicom as readImageDicomFileSeries BREAKING_CHANGE: readImageLocalDICOMFileSeries has been migrated to @itk-wasm/dicom as readImageDicomFileSeriesNode
thewtex
added a commit
to thewtex/ITK-Wasm
that referenced
this issue
Dec 14, 2023
Following InsightSoftwareConsortium#716 BREAKING_CHANGE: meshToPolyData, meshToPolyDataNode, polyDataToMesh, polyDataToMeshNode have been migrated to @itk-wasm/mesh-to-poly-data
This was referenced Dec 15, 2023
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refactor into
packages/
:1.
@itk-wasm/dicom
(currently indist/
), then incorporate the ./io/internal/pipelines/image/read-dicom/CMakeLists.txt2.
@itk-wasm/image-io
3.
@itk-wasm/mesh-io
4.
- no longer supported@itk-wasm/polydata-io
6.
@itk-wasm/mesh-to-polydata
(migrate to remote module repository)7. Migrate
src/core
->itk-wasm
Then consolidate duplication when possible, e.g. BuildZstd.cmake.
Then configuration as a npm/pnpm workspace.
The text was updated successfully, but these errors were encountered: