Skip to content

Releases: cornerstonejs/cornerstone3D

v2.0.1

29 Oct 12:20
Compare
Choose a tag to compare

2.0.1 (2024-10-29)

Note: Version bump only for package root

v2.0.0

29 Oct 02:54
Compare
Choose a tag to compare

see complete migration guides here https://www.cornerstonejs.org/docs/migration-guides/intro

The Journey Forward

When we first designed Cornerstone3D's segmentation architecture roughly two years ago, we made what seemed like a natural choice: treating segmentations as tools bound to tool groups. This architecture served us well, powering countless medical imaging applications as we know. But as we pushed the boundaries of what's possible in medical image visualization, we began to encounter limitations we couldn’t ignore.

Segmentations, as we’ve realized, are more than just tools—they're core data structures that deserve to be treated as first-class citizens in our visualization pipeline. The tool group-centric approach, while elegantly simple, began to limit our ability to innovate. Supporting advanced use cases—such as volume rendering of surfaces, displaying multiple representations of the same segmentation across different viewports, offering viewport-specific customization, or even just hiding a segmentation in an MPR layout—was all constrained by the old model.

In breaking from this model, we realized we could also simplify how we handle voxel data across the board as well. Enter VoxelManager: a game-changer for memory efficiency and data clarity. Instead of clunky, memory-hogging scalar data arrays, VoxelManager uses a smarter, image-based approach to manage voxel data for both stacks and volumes. Now, instead of scattered data access images and volumes, we have a single source of truth—one that doesn’t just cut down on memory but also makes everything smoother and more intuitive.

With the new viewport-centric architecture, we’re unlocking doors that were previously closed—from sophisticated contour + labelmap + surface renderings to granular, viewport-specific control over segmentation appearances. And now, thanks to VoxelManager, we can now better handle complex data with the precision and efficiency our users need.

This migration guide will walk you through these changes, showing not only how to update your code but also how to leverage the new capabilities this architecture brings. The path forward may require some adaptation, but it leads to a more powerful, flexible, and maintainable system.

In the end, we chose progress over convenience—because it isn’t always the easy path, but it’s the only one that moves us forward.

v2.0.0-beta.30

04 Oct 19:40
Compare
Choose a tag to compare
v2.0.0-beta.30 Pre-release
Pre-release

2.0.0-beta.30 (2024-10-04)

1.86.0 (2024-10-01)

Features

1.85.1 (2024-10-01)

Bug Fixes

  • workflow: use a fixed ubuntu version for the runner (#1486) (b3d85a2)

1.85.0 (2024-09-25)

Features

1.84.4 (2024-09-09)

Bug Fixes

  • Add HTTP headers from configuration for streaming image loading (#1458) (b9c873f)

1.84.3 (2024-09-05)

Bug Fixes

  • Color conversion is required for RGB and planar configuration 1 (#1457) (3bafe59)

1.84.2 (2024-08-30)

Bug Fixes

  • Smooth annotations for off viewport destroyed coords (#1447) (3e134ef)

v2.0.0-beta.29

01 Oct 20:47
Compare
Choose a tag to compare
v2.0.0-beta.29 Pre-release
Pre-release

2.0.0-beta.29 (2024-10-01)

Bug Fixes

  • Dynamic threshold wasn't working in the beta branch (#1470) (c5ba018)
  • segmentation and versioned docs(#1488) (580dc4b)

v1.86.0

01 Oct 05:17
Compare
Choose a tag to compare

1.86.0 (2024-10-01)

Features

v1.85.1

01 Oct 03:13
Compare
Choose a tag to compare

1.85.1 (2024-10-01)

Bug Fixes

  • workflow: use a fixed ubuntu version for the runner (#1486) (b3d85a2)

v1.85.0

25 Sep 19:30
Compare
Choose a tag to compare

1.85.0 (2024-09-25)

Features

v2.0.0-beta.28

12 Sep 21:18
Compare
Choose a tag to compare
v2.0.0-beta.28 Pre-release
Pre-release

2.0.0-beta.28 (2024-09-12)

Features

  • segmentation: Refactor segmentation and style handling (#1449) (51f7cde)

v1.84.4

09 Sep 14:57
Compare
Choose a tag to compare

1.84.4 (2024-09-09)

Bug Fixes

  • Add HTTP headers from configuration for streaming image loading (#1458) (b9c873f)

v1.84.3

05 Sep 19:41
Compare
Choose a tag to compare

1.84.3 (2024-09-05)

Bug Fixes

  • Color conversion is required for RGB and planar configuration 1 (#1457) (3bafe59)