Skip to content

itkwidgets 0.28.0

Choose a tag to compare

@thewtex thewtex released this 03 Jun 19:26
· 234 commits to master since this release
v0.28.0
c08f379

itkwidgets 0.28.0

itkwidgets provides interactive Jupyter widgets to visualize images, point sets, and meshes in 3D or 2D.

Installation

pip install itkwidgets

or

conda install -c conda-forge itkwidgets

Changes from v0.27.5 to v0.28.0

Enhancements

  • Bump itkwidgets to 0.28.0 (c08f379)
  • Update itk-vtk-viewer to 10.2.0 (8dba5cd)
  • Use new imagePicked event for clicked_slice_point (fa25a93)
  • Add label_map_weights traitlet (8a6c13e)
  • Support label_map_names (4401035)
  • to_itk_image does not return None with itk.Image (2713ebc)
  • Update to itk-vtk-viewer 10.0.0 (45e0d93)
  • Default cmap with label_map for intensity image is grayscale (4dcff8c)
  • Add clicked_slice_point trait (f61da9c)
  • Add initial label_map support (d657c79)
  • Update itk-vtk-viewer, vtk.js for label map support (6064d7a)

Documentation Updates

Bug Fixes

  • Update itk dependency to 5.1.0.post2 (6a944be)
  • Fixes for the line profiler widget (0c60bce)
  • Ensure NumPy point set arrays are contiguous (bfd319f)
  • Update dependencies for to 5.1.0.post1 (9ded916)
  • Fetch git tags in release workflow (bf3856c)