Skip to content

Releases: ImagingDataCommons/dicom-microscopy-viewer

0.36.4

12 Mar 18:16

Choose a tag to compare

Enhancements

  • Improve formatting of docstrings for API documentation
  • Simplify example in README

0.36.3

11 Mar 22:12

Choose a tag to compare

Enhancements

  • Transpile JavaScript code using Babel

0.36.2

11 Mar 21:18

Choose a tag to compare

Bug fixes

  • Fix package entry point

0.36.1

11 Mar 15:03

Choose a tag to compare

Enhancements

  • Update docstrings to improve online API documentation
  • Update package dependencies
  • Update README

0.36.0

10 Mar 23:42

Choose a tag to compare

New features

  • Support display of segments stored in DICOM Segmentation instances
  • Support display of parameter mappings stored in DICOM Parametric Map instances
  • Support display of annotation groups stored in DICOM Microscopy Bulk Simple Annotations instances
  • Implement color transformations using ICC Profiles to correct color images client side in a browser-independent manner
  • Implement grayscale transformations using Palette Color Lookup Tables to pseudo-color grayscale images

Enhancements

  • Decode JPEG, JPEG 2000, and JPEG-LS compressed image frames client side in a browser-independent manner
  • Improve performance of transformation and rendering operations using WebGL for both grayscale as well as color images
  • Optimize display of overview images and keep overview image fixed when zooming or panning volume images
  • Optimize HTTP Accept header field for retrieval of frames to work around issues with various server implementations

Bug fixes

  • Fix color space conversion during decoding of JPEG 2000 compressed image frames
  • Fix unit of area measurements for ROI annotations
  • Publish events when bulkdata loading starts and ends

Breaking changes

  • Remove BlendingInformation type and the ability to describe how channels should be displayed during construction of a viewer instance. Instead use setOpticalPath() method to style individual optical paths ("channels") after construction.

0.35.2

01 Nov 13:14

Choose a tag to compare

Bug fixes

  • Rotate box in overview map outlining the extent of the current view together with the image

0.35.1

15 Oct 13:37

Choose a tag to compare

Bug fixes

  • Take rotation into account when fitting overview map

0.35.0

15 Oct 12:09

Choose a tag to compare

Enhancements

  • Fit overview map and avoid re-centering upon navigation of the main map
  • Only warn if slide coordinates of annotations are negative

Bug fixes

  • Hide annotation marker by default (#68)

0.34.0

06 Oct 09:31

Choose a tag to compare

Enhancements

  • Consider the new image flavor THUMBNAIL part of the image pyramid and render it via VolumeViewerViewer
  • Add check to confirm whether pyramid levels all have the same physical size

0.33.1

19 Sep 15:29

Choose a tag to compare

Enhancements

  • Disable zoom of overview map (#66)