Skip to content

Releases: plotly/dash-vtk

v0.0.9

16 Apr 20:57
8c8b363
Compare
Choose a tag to compare

Added

  • Support for encoded binary arrays to improve loading speed (#43)

Fixed

  • CSS typo in demos (#43)

v0.0.8 - Async loading & updated react-vtk-js

15 Apr 20:53
05e2467
Compare
Choose a tag to compare

Changed

  • react-vtk-js was updated from 1.2.1 to 1.5.0. See diffs
  • dash-vtk is now loaded asynchronously (see #29). It will only be loaded when one or more components is called/displayed; this helps optimize for multi-page apps and use cases where dash-vtk is dynamically loaded.

v0.0.7

07 Apr 00:18
1284cca
Compare
Choose a tag to compare

Added

  • Adding picking capabilities
  • Adding CubeAxes on GeometryRepresentation

Fix

  • bug when using cell data with to_mesh_state

v0.0.6

22 Feb 21:12
6bf0745
Compare
Choose a tag to compare

Fixed

  • fix(react-vtk-js): fix dynamic handling of DataArray update

Changed

  • update to react-vtk-js 1.1.4
  • doc(View): Update props to include style/className

v0.0.5 - GlyphRepresentation and new demos

15 Feb 23:42
ad108b0
Compare
Choose a tag to compare

Added

  • 3 new demos using dicom (#24)
  • GlyphRepresentation

Changed

  • Added vtk to setup.py's install requires.

Fixed

  • VolumeDataRepresentation typo
  • GIF URL in README.md

v0.0.4 - Improve vtk modules loading behavior

09 Feb 23:44
859e6a6
Compare
Choose a tag to compare

Changed

  • Added section about deployment in README.md
  • dash_vtk.utils: Will try to import vtkmodules (>=9.0.1) before falling back to vtk (<=8.1.2) to avoid requiring libGL.

v0.0.3 - Improved demos, updated image urls in readme, simplify dash_vtk.utils

04 Feb 22:39
d981889
Compare
Choose a tag to compare

Changed

  • Demos: removed headers, updated layout sizes, remove unused files
  • demos/usage-vtk-cfd: update viz on drag
  • demos/pyvista-point-cloud: faster loading by lowering sampling
  • demos/slice-rendering: faster loading by removing volume rendering
  • README.md: Change relative links to URLs
  • docs/CONTRIBUTING.md (commit): Various clarification and improvements

Fixed

  • Simplified imports in dash_vtk.utils.vtk to only load necessary modules from vtk. This avoids libGL.so.1 since server side rendering is not needed.

v0.0.2 - Add utils files, minor changes to docs

29 Jan 23:45
28d345a
Compare
Choose a tag to compare

Added

  • PyPi description auto-generated from README.md

Changed

  • Use package.json's files instead of npmignore
  • Change order of instructions in docs/CONTRIBUTING.md

Fixed

  • Update setup.py to include utils directory when upload to PyPi.

v0.0.1 - Initial Release

29 Jan 21:13
Compare
Choose a tag to compare

This is the initial release of the dash-vtk library. This version might not be stable yet and there might be breaking changes in subsequent releases. See docs/REFERENCES.md for the API documentation, and README.md for more details about this library.