Skip to content

itkwidgets 0.25.2

Choose a tag to compare

@thewtex thewtex released this 29 Jan 00:35
· 338 commits to master since this release
v0.25.2
83cebdc

itkwidgets 0.25.2

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.25.1 to v0.25.2

Enhancements

  • Bump itkwidgets to 0.25.2 (83cebdc)
  • Background color matches JupyterLab theme color (8c198a1)

Documentation Updates

  • Note compare widget in README (92a7c30)
  • Add data structure links (d148853)
  • Describe how to install with user permissions (b23fc9d)
  • Describe how to disable scrolling in JupyterLab (fbf52a8)

Bug Fixes

  • Apply camera updates with 2D images (9936626)