Skip to content

Releases: InsightSoftwareConsortium/itkwidgets

itkwidgets 1.0 Alpha 7

03 Aug 18:31
v1.0a7
a702e41
Compare
Choose a tag to compare
Pre-release

What's Changed

  • DOC: Simplify installation instructions with package extras by @thewtex in #479
  • BUG: Publish pre-releases in GitHub Actions by @thewtex in #486
  • Label fixes by @bnmajor in #488
  • fix(init-input-data): Fix arguments for _get_viewer_point_sets by @labdala in #491
  • DOC: Document installation of package extras during development by @thewtex in #485

Full Changelog: v1.0a6...v1.0a7

itkwidgets 1.0a6

29 Jul 20:03
v1.0a6
Compare
Choose a tag to compare
itkwidgets 1.0a6 Pre-release
Pre-release

itkwidgets provides interactive widgets to visualize images, point sets, and 3D geometry on the web.

Installation

pip install itkwidgets

or

conda install -c conda-forge itkwidgets

Changes from v1.0a5 to v1.0a6

Enhancements

  • Bump version to 1.0a6 (b3869ee)
  • Include imjoy-elfinder in options (2e75a6d)
  • Add support for label maps (9074a43)
  • Add notebook installation extras option (d2a3ad0)
  • Add jupyterlite configuration (b1194d3)
  • Add docs/.cache to .gitignore to jupyter-lite (18a72d4)

Documentation Updates

  • Remove mention of requirements-dev.txt (5669ea6)
  • Clean up notebooks (3375d03)
  • Installation tweaks (2ea6da3)
  • Fix jupyterlite_config.json path (1dd1a00)
  • Hello3DWorld remove setting cell (9c5a18a)
  • Describe JupyterLite deployment (bfe71c1)
  • Add JupyterLite Hello3DWorld example (7847443)

Bug Fixes

  • Incorrectly resolved conflicts created series of bugs (5bf71ba)
  • No attribute GroupSpatialObject found in Colab (7b71a2a)
  • Fix set_image function to handle all image types (d95a99e)
  • Make jupyterlite run repeatable (29b6538)
  • builder-inited callback does not take error argument (cd8debd)
  • Run jupyterlite build on builder-inited (7b47c0c)
  • RTD debugging (364abec)
  • RTD conf.py syntax error (4b5b1b8)
  • app.builder can be None (5c11ab1)
  • Only run jupyter lite on RTD HTML build (661bbf1)

itkwidgets 1.0 Alpha 5

21 Jul 12:22
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.0a4...v1.0a5

itkwidgets 0.32.2

11 Jul 19:38
v0.32.2
Compare
Choose a tag to compare

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

What's Changed

New Contributors

Full Changelog: v0.32.1...v0.32.2

itkwidgets 1.0 Alpha 4

16 Jun 15:38
e51df51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0a3...v1.0a4

itkwidgets 1.0 Alpha 3

24 May 14:41
Compare
Choose a tag to compare

itkwidgets 0.32.1

14 May 15:18
v0.32.1
dbf7761
Compare
Choose a tag to compare

itkwidgets 0.32.1

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.32.0 to v0.32.1

Enhancements

  • Bump itkwidgets to 0.32.1 (dbf7761)

itkwidgets 0.32.0

06 Aug 14:42
v0.32.0
a4dc1a8
Compare
Choose a tag to compare

itkwidgets 0.32.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.31.4 to v0.32.0

Enhancements

  • Bump itkwidgets to 0.32.0 (a4dc1a8)
  • Add LabelImages example to treebeard CI testing (d88a7f4)
  • Add axes viewer trait (258212a)
  • Add LineProfile notebook to treebeard CI tests (3b415be)
  • Make scipy package optional (b3f58f7)
  • Add vtkCamera support for the camera trait (73a8970)
  • Add label_statistics widget (379da47)
  • Use treebeard v0.1.1 GitHub Action (1983333)
  • Add lut to itkwidgets package all (31469f1)
  • Also test 2DImage.ipynb notebook in CI (33b5360)

Bug Fixes

  • Load data with many polydata's (8eb24eb)
  • Remove extra cell from LabelImages example (f3a2606)
  • Improve multi-channel vmin/vmax updates from the client side (edf2fe7)
  • to_itk_image understands itk.VectorImage (c7bd4ae)
  • Sort release tags with creatordate instead of taggerdate (50b025c)

itkwidgets 0.31.4

22 Jul 01:51
v0.31.4
12507a7
Compare
Choose a tag to compare

itkwidgets 0.31.4

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.31.3 to v0.31.4

Enhancements

  • Bump itkwidgets to 0.31.4 (12507a7)
  • Bump itk-vtk-viewer to 10.6.0 (2537d7c)
  • Add treebeard GitHub Action configuration (a06237e)

Documentation Updates

  • Simplify ITK LabelImages segmentation (04b13c0)
  • Add scikit-image example to LabelImages example (5bcdf42)
  • README 3D Label Maps -> 3D Label Images (9e0ee84)
  • Demonstrate how to programatically start/stop recording, save (f7b935b)

Bug Fixes

  • Fix cropping planes ROI serialization (f9613c7)
  • Support scikit-image label images (5aab14e)
  • Dynamically generate extractor and shrinker (031956f)

itkwidgets 0.31.3

29 Jun 05:02
v0.31.3
0ff2df2
Compare
Choose a tag to compare

itkwidgets 0.31.3

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.31.2 to v0.31.3

Enhancements

  • Bump itkwidgets to 0.31.3 (0ff2df2)