Skip to content

Releases: ImagingDataCommons/dicom-microscopy-viewer

0.33.0

15 Sep 18:28

Choose a tag to compare

Improvements

  • Update version of Openlayers dependency (#65)

0.32.2

16 Aug 20:11
71aa48d

Choose a tag to compare

Improvements

  • Avoid unnecessary use of viewport query parameter for retrieve rendered transaction (#64)

0.32.1

10 Aug 13:02

Choose a tag to compare

Bug fixes

  • Fix creation of area or length measurement that got introduced by #61

0.32.0

10 Aug 03:22

Choose a tag to compare

Bug fixes

  • Fix handling of calculated area and length values (#61)

Improvements

  • Support passing of already formatted metadata to constructors of viewers instead of requiring "raw" DICOM JSON

0.31.0

05 Aug 20:32

Choose a tag to compare

Bug fixes

  • Fix grouping of color and monochrome images (#54 and #56)
  • Ensure images of optical paths have same Frame of Reference UID (#54)

Improvements

  • Use single testing framework (#60)

New features

  • Add methods to VolumeImageViewer to activate/deactivate optical paths and check whether a given optical path is active (#54)

0.30.1

19 May 02:30

Choose a tag to compare

Bug fixes

  • Calculation of length for line with multiple segments

Improvements

  • No longer constrain extent of viewport to facilitate image annotation

0.30.0

17 May 19:07
b9d299b

Choose a tag to compare

Features

  • Rendering engine for client-side decoding of image codecs and additive blending of multiple optical paths (monochrome channels)
  • Viewer methods to toggle and update blending information of individual channels

Bug fixes

  • Calculation of length and area measurements in slide coordinate system

0.23.0

05 May 15:48

Choose a tag to compare

Features

  • Introduces annotation markers and markups for configuring how ROIs are rendered as vector graphics and for displaying measurements and qualitative evaluations next to the ROI
  • Implements translation interaction tool to move ROIs in their entirely along the X/Y axis of the slide
  • Adds methods to activate/deactivate dragZoom, dragPan, and snap interactions for improved control of interactive visualization
  • Adds method to toggle overview map

0.22.1

11 Dec 02:18

Choose a tag to compare

Improvements

  • Add utilities for transformation of coordinates between total pixel matrix and slide coordinate system
  • Add more unit tests for testing coordinate transformations

0.22.0

07 Dec 15:46

Choose a tag to compare

Fixes

  • Remove unnecessary log message

Features

  • Add Comprehensive3DSR metadata class
  • Add ability to style ROIs via the addROI() and the setROIStyle() viewer methods