Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cornerstonejs/cornerstone3D into fe…
Browse files Browse the repository at this point in the history
…at/multi-getStats
  • Loading branch information
sedghi committed Mar 7, 2025
2 parents 1997c7f + 0b67f91 commit b02cc3e
Show file tree
Hide file tree
Showing 28 changed files with 147 additions and 56 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.5](https://github.com/cornerstonejs/cornerstone3D/compare/v3.0.4...v3.0.5) (2025-03-06)

### Bug Fixes

- **segmentation:** Add segmentation ID requirement for threshold operations ([#1879](https://github.com/cornerstonejs/cornerstone3D/issues/1879)) ([eae9577](https://github.com/cornerstonejs/cornerstone3D/commit/eae957729848d44971050ca40d684dae8f919170))

## [3.0.4](https://github.com/cornerstonejs/cornerstone3D/compare/v3.0.3...v3.0.4) (2025-03-05)

### Bug Fixes

- **worker:** should not change type of input ([#1877](https://github.com/cornerstonejs/cornerstone3D/issues/1877)) ([a97effd](https://github.com/cornerstonejs/cornerstone3D/commit/a97effd52abe35eaf532a5634a69b76f932099e7))

## [3.0.3](https://github.com/cornerstonejs/cornerstone3D/compare/v3.0.2...v3.0.3) (2025-03-04)

### Bug Fixes
Expand Down
36 changes: 18 additions & 18 deletions bun.lock
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
},
"packages/adapters": {
"name": "@cornerstonejs/adapters",
"version": "3.0.2",
"version": "3.0.4",
"dependencies": {
"@babel/runtime-corejs2": "^7.17.8",
"buffer": "^6.0.3",
Expand All @@ -140,13 +140,13 @@
"ndarray": "^1.0.19",
},
"peerDependencies": {
"@cornerstonejs/core": "^3.0.2",
"@cornerstonejs/tools": "^3.0.2",
"@cornerstonejs/core": "^3.0.4",
"@cornerstonejs/tools": "^3.0.4",
},
},
"packages/ai": {
"name": "@cornerstonejs/ai",
"version": "3.0.2",
"version": "3.0.4",
"dependencies": {
"@babel/runtime-corejs2": "^7.17.8",
"buffer": "^6.0.3",
Expand All @@ -164,7 +164,7 @@
},
"packages/core": {
"name": "@cornerstonejs/core",
"version": "3.0.2",
"version": "3.0.4",
"dependencies": {
"@kitware/vtk.js": "32.9.0",
"comlink": "^4.4.1",
Expand All @@ -173,7 +173,7 @@
},
"packages/dicomImageLoader": {
"name": "@cornerstonejs/dicom-image-loader",
"version": "3.0.2",
"version": "3.0.4",
"dependencies": {
"@cornerstonejs/codec-charls": "^1.2.3",
"@cornerstonejs/codec-libjpeg-turbo-8bit": "^1.2.2",
Expand All @@ -185,19 +185,19 @@
"uuid": "^9.0.0",
},
"peerDependencies": {
"@cornerstonejs/core": "^3.0.2",
"@cornerstonejs/core": "^3.0.4",
"dicom-parser": "^1.8.9",
},
},
"packages/docs": {
"name": "docs",
"version": "3.0.0",
"dependencies": {
"@cornerstonejs/adapters": "^3.0.2",
"@cornerstonejs/core": "^3.0.2",
"@cornerstonejs/dicom-image-loader": "^3.0.2",
"@cornerstonejs/nifti-volume-loader": "^3.0.2",
"@cornerstonejs/tools": "^3.0.2",
"@cornerstonejs/adapters": "^3.0.4",
"@cornerstonejs/core": "^3.0.4",
"@cornerstonejs/dicom-image-loader": "^3.0.4",
"@cornerstonejs/nifti-volume-loader": "^3.0.4",
"@cornerstonejs/tools": "^3.0.4",
"@docusaurus/core": "3.6.3",
"@docusaurus/faster": "3.6.3",
"@docusaurus/module-type-aliases": "3.6.3",
Expand Down Expand Up @@ -235,7 +235,7 @@
},
"packages/labelmap-interpolation": {
"name": "@cornerstonejs/labelmap-interpolation",
"version": "3.0.2",
"version": "3.0.4",
"dependencies": {
"@itk-wasm/morphological-contour-interpolation": "1.1.0",
"itk-wasm": "1.0.0-b.165",
Expand All @@ -248,17 +248,17 @@
},
"packages/nifti-volume-loader": {
"name": "@cornerstonejs/nifti-volume-loader",
"version": "3.0.2",
"version": "3.0.4",
"dependencies": {
"nifti-reader-js": "^0.6.8",
},
"peerDependencies": {
"@cornerstonejs/core": "^3.0.2",
"@cornerstonejs/core": "^3.0.4",
},
},
"packages/polymorphic-segmentation": {
"name": "@cornerstonejs/polymorphic-segmentation",
"version": "3.0.2",
"version": "3.0.4",
"dependencies": {
"@icr/polyseg-wasm": "0.4.0",
},
Expand All @@ -270,7 +270,7 @@
},
"packages/tools": {
"name": "@cornerstonejs/tools",
"version": "3.0.2",
"version": "3.0.4",
"dependencies": {
"@types/offscreencanvas": "2019.7.3",
"comlink": "^4.4.1",
Expand All @@ -280,7 +280,7 @@
"canvas": "^2.11.2",
},
"peerDependencies": {
"@cornerstonejs/core": "^3.0.2",
"@cornerstonejs/core": "^3.0.4",
"@kitware/vtk.js": "32.9.0",
"@types/d3-array": "^3.0.4",
"@types/d3-interpolate": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion commit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
06c82fba65c1cf578eb322642dfe080d39ce0719
eae957729848d44971050ca40d684dae8f919170
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.3",
"version": "3.0.5",
"packages": [
"packages/core",
"packages/tools",
Expand Down
8 changes: 8 additions & 0 deletions packages/adapters/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.5](https://github.com/cornerstonejs/cornerstone3D/compare/v3.0.4...v3.0.5) (2025-03-06)

**Note:** Version bump only for package @cornerstonejs/adapters

## [3.0.4](https://github.com/cornerstonejs/cornerstone3D/compare/v3.0.3...v3.0.4) (2025-03-05)

**Note:** Version bump only for package @cornerstonejs/adapters

## [3.0.3](https://github.com/cornerstonejs/cornerstone3D/compare/v3.0.2...v3.0.3) (2025-03-04)

**Note:** Version bump only for package @cornerstonejs/adapters
Expand Down
6 changes: 3 additions & 3 deletions packages/adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cornerstonejs/adapters",
"version": "3.0.3",
"version": "3.0.5",
"description": "Adapters for Cornerstone3D to/from formats including DICOM SR and others",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
Expand Down Expand Up @@ -84,7 +84,7 @@
"ndarray": "^1.0.19"
},
"peerDependencies": {
"@cornerstonejs/core": "^3.0.3",
"@cornerstonejs/tools": "^3.0.3"
"@cornerstonejs/core": "^3.0.5",
"@cornerstonejs/tools": "^3.0.5"
}
}
8 changes: 8 additions & 0 deletions packages/ai/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.5](https://github.com/cornerstonejs/cornerstone3D/compare/v3.0.4...v3.0.5) (2025-03-06)

**Note:** Version bump only for package @cornerstonejs/ai

## [3.0.4](https://github.com/cornerstonejs/cornerstone3D/compare/v3.0.3...v3.0.4) (2025-03-05)

**Note:** Version bump only for package @cornerstonejs/ai

## [3.0.3](https://github.com/cornerstonejs/cornerstone3D/compare/v3.0.2...v3.0.3) (2025-03-04)

**Note:** Version bump only for package @cornerstonejs/ai
Expand Down
6 changes: 3 additions & 3 deletions packages/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cornerstonejs/ai",
"version": "3.0.3",
"version": "3.0.5",
"description": "AI and ML Interfaces for Cornerstone3D",
"files": [
"dist"
Expand Down Expand Up @@ -56,7 +56,7 @@
"onnxruntime-web": "1.17.1"
},
"peerDependencies": {
"@cornerstonejs/core": "^3.0.3",
"@cornerstonejs/tools": "^3.0.3"
"@cornerstonejs/core": "^3.0.5",
"@cornerstonejs/tools": "^3.0.5"
}
}
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.5](https://github.com/cornerstonejs/cornerstone3D/compare/v3.0.4...v3.0.5) (2025-03-06)

**Note:** Version bump only for package @cornerstonejs/core

## [3.0.4](https://github.com/cornerstonejs/cornerstone3D/compare/v3.0.3...v3.0.4) (2025-03-05)

### Bug Fixes

- **worker:** should not change type of input ([#1877](https://github.com/cornerstonejs/cornerstone3D/issues/1877)) ([a97effd](https://github.com/cornerstonejs/cornerstone3D/commit/a97effd52abe35eaf532a5634a69b76f932099e7))

## [3.0.3](https://github.com/cornerstonejs/cornerstone3D/compare/v3.0.2...v3.0.3) (2025-03-04)

**Note:** Version bump only for package @cornerstonejs/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cornerstonejs/core",
"version": "3.0.3",
"version": "3.0.5",
"description": "Cornerstone3D Core",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
Expand Down
3 changes: 0 additions & 3 deletions packages/core/src/webWorkerManager/webWorkerManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ class CentralizedWorkerManager {
autoTerminateOnIdle: autoTerminateOnIdle.enabled,
idleCheckIntervalId: null,
idleTimeThreshold: autoTerminateOnIdle.idleTimeThreshold,
options: options,
};

workerProperties.loadCounters = Array(maxWorkerInstances).fill(0);
Expand Down Expand Up @@ -157,8 +156,6 @@ class CentralizedWorkerManager {

workerProperties.processing = true;

// augment args with options
args = { ...args, ...workerProperties.options };
const results = await api[methodName](args, ...finalCallbacks);

workerProperties.processing = false;
Expand Down
8 changes: 8 additions & 0 deletions packages/dicomImageLoader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.5](https://github.com/cornerstonejs/cornerstone3D/compare/v3.0.4...v3.0.5) (2025-03-06)

**Note:** Version bump only for package @cornerstonejs/dicom-image-loader

## [3.0.4](https://github.com/cornerstonejs/cornerstone3D/compare/v3.0.3...v3.0.4) (2025-03-05)

**Note:** Version bump only for package @cornerstonejs/dicom-image-loader

## [3.0.3](https://github.com/cornerstonejs/cornerstone3D/compare/v3.0.2...v3.0.3) (2025-03-04)

**Note:** Version bump only for package @cornerstonejs/dicom-image-loader
Expand Down
4 changes: 2 additions & 2 deletions packages/dicomImageLoader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cornerstonejs/dicom-image-loader",
"version": "3.0.3",
"version": "3.0.5",
"description": "Cornerstone Image Loader for DICOM WADO-URI and WADO-RS and Local file",
"keywords": [
"DICOM",
Expand Down Expand Up @@ -115,7 +115,7 @@
"uuid": "^9.0.0"
},
"peerDependencies": {
"@cornerstonejs/core": "^3.0.3",
"@cornerstonejs/core": "^3.0.5",
"dicom-parser": "^1.8.9"
},
"lint-staged": {
Expand Down
10 changes: 5 additions & 5 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@cornerstonejs/adapters": "^3.0.3",
"@cornerstonejs/core": "^3.0.3",
"@cornerstonejs/dicom-image-loader": "^3.0.3",
"@cornerstonejs/nifti-volume-loader": "^3.0.3",
"@cornerstonejs/tools": "^3.0.3",
"@cornerstonejs/adapters": "^3.0.5",
"@cornerstonejs/core": "^3.0.5",
"@cornerstonejs/dicom-image-loader": "^3.0.5",
"@cornerstonejs/nifti-volume-loader": "^3.0.5",
"@cornerstonejs/tools": "^3.0.5",
"@docusaurus/core": "3.6.3",
"@docusaurus/faster": "3.6.3",
"@docusaurus/module-type-aliases": "3.6.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/labelmap-interpolation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.5](https://github.com/cornerstonejs/cornerstone3D/compare/v3.0.4...v3.0.5) (2025-03-06)

**Note:** Version bump only for package @cornerstonejs/labelmap-interpolation

## [3.0.4](https://github.com/cornerstonejs/cornerstone3D/compare/v3.0.3...v3.0.4) (2025-03-05)

**Note:** Version bump only for package @cornerstonejs/labelmap-interpolation

## [3.0.3](https://github.com/cornerstonejs/cornerstone3D/compare/v3.0.2...v3.0.3) (2025-03-04)

**Note:** Version bump only for package @cornerstonejs/labelmap-interpolation
Expand Down
6 changes: 3 additions & 3 deletions packages/labelmap-interpolation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cornerstonejs/labelmap-interpolation",
"version": "3.0.3",
"version": "3.0.5",
"description": "Labelmap Interpolation utility for Cornerstone3D",
"files": [
"dist"
Expand Down Expand Up @@ -50,8 +50,8 @@
"itk-wasm": "1.0.0-b.165"
},
"peerDependencies": {
"@cornerstonejs/core": "^3.0.3",
"@cornerstonejs/tools": "^3.0.3",
"@cornerstonejs/core": "^3.0.5",
"@cornerstonejs/tools": "^3.0.5",
"@kitware/vtk.js": "^32.9.0"
}
}
8 changes: 8 additions & 0 deletions packages/nifti-volume-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.5](https://github.com/cornerstonejs/cornerstone3D/compare/v3.0.4...v3.0.5) (2025-03-06)

**Note:** Version bump only for package @cornerstonejs/nifti-volume-loader

## [3.0.4](https://github.com/cornerstonejs/cornerstone3D/compare/v3.0.3...v3.0.4) (2025-03-05)

**Note:** Version bump only for package @cornerstonejs/nifti-volume-loader

## [3.0.3](https://github.com/cornerstonejs/cornerstone3D/compare/v3.0.2...v3.0.3) (2025-03-04)

**Note:** Version bump only for package @cornerstonejs/nifti-volume-loader
Expand Down
4 changes: 2 additions & 2 deletions packages/nifti-volume-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cornerstonejs/nifti-volume-loader",
"version": "3.0.3",
"version": "3.0.5",
"description": "Nifti Image Loader for Cornerstone3D",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
Expand Down Expand Up @@ -60,7 +60,7 @@
"nifti-reader-js": "^0.6.8"
},
"peerDependencies": {
"@cornerstonejs/core": "^3.0.3"
"@cornerstonejs/core": "^3.0.5"
},
"contributors": [
{
Expand Down
8 changes: 8 additions & 0 deletions packages/polymorphic-segmentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.5](https://github.com/cornerstonejs/cornerstone3D/compare/v3.0.4...v3.0.5) (2025-03-06)

**Note:** Version bump only for package @cornerstonejs/polymorphic-segmentation

## [3.0.4](https://github.com/cornerstonejs/cornerstone3D/compare/v3.0.3...v3.0.4) (2025-03-05)

**Note:** Version bump only for package @cornerstonejs/polymorphic-segmentation

## [3.0.3](https://github.com/cornerstonejs/cornerstone3D/compare/v3.0.2...v3.0.3) (2025-03-04)

**Note:** Version bump only for package @cornerstonejs/polymorphic-segmentation
Expand Down
Loading

0 comments on commit b02cc3e

Please sign in to comment.