Skip to content

Releases: InsightSoftwareConsortium/itkwidgets

itkwidgets 1.0 Alpha 9

25 Aug 17:44
242794f
Compare
Choose a tag to compare
Pre-release

itkwidgets 1.0a9

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.0a8 to v1.0a9

Documentation Updates

  • Bump suggested version in quick start docs (dc790391)
  • Update README to include quick start instructions (2d1a4230)

Bug Fixes

  • Do not reference script id (e81ff77d)
  • Make ImJoy window fullscreen (bf730825)
  • Specify itkwasm version in dependencies (7fc0101c)

itkwidgets 1.0 Alpha 8

11 Aug 16:41
65cc22c
Compare
Choose a tag to compare
Pre-release

Changes from v1.0a7 to v1.0a8

Enhancements

  • Bump version to 1.0a7 (#492)
  • Embed screenshot in output (#458)
  • Update boostrap ui URL (#505)

Documentation Updates

  • Bump docs release version (#493)
  • Infer version from git tags (#499)

Bug Fixes

  • Initialize result (#498)
  • ImJoy extension options were flipped (#501)
  • Fix MUI URL (#504)

Full Changelog: v1.0a7...v1.0a8

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)