Skip to content

itkwidgets 0.25.0

Choose a tag to compare

@thewtex thewtex released this 16 Jan 04:27
· 361 commits to master since this release
v0.25.0
254fd05

itkwidgets 0.25.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.24.2 to v0.25.0

Enhancements

  • Bump itkwidgets to 0.25.0 (254fd05)
  • Bump Webpack-related dependencies (358f7a9)
  • compare widget (e3cab40)
  • Expose image slicing plane positions as traits (3dbc815)
  • Support skan.csr.Skeleton (ec066cd)
  • Add traitlet for volume rendering blend mode (1caad0e)
  • Require ipywidgets 7.5.1 for grid layout template support (931ec50)
  • Enable jupyter-webrtc in Binder JupyterLab (c19bb55)
  • GitHub Actions testing for macOS (7afe4b1)
  • Add GitHub Action build and test workflow (201f3b2)

Documentation Updates

  • skan segmentation skeleton example under Data types (15e94aa)
  • Remove scrolled metadata from cells (9b42ac7)
  • Use urllib.request in 3DImage example (c7e75b5)
  • Use JupyterLab for MyBinder links (087f0e6)
  • Example use urllib.request import urlretrieve (9262993)
  • More suggestions on reloading during development (529ce56)
  • Remove scrolling from 3DImage example (ac629ee)
  • Add conda-forge version badge (11363ef)
  • Add Zenodo software DOI citation badge (e45d741)
  • Add GitHub Actions Build and test badge (6709295)
  • Add release notes generation script (93eec7e)
  • Move RELEASE docs to utilities/ (8410eb2)

Platform Fixes

  • Set MPLBACKEND to Qt5Agg in CI testing (913b8aa)

Bug Fixes

  • Do not subscribe to blend mode changed with 2D images (7356aa6)
  • Remove units debugging output (4e81b96)
  • Replace ModuleNotFoundError with ImportError (558e16a)

Style Changes