Releases: plotly/dash-vtk
Releases · plotly/dash-vtk
v0.0.9
v0.0.8 - Async loading & updated react-vtk-js
v0.0.7
v0.0.6
v0.0.5 - GlyphRepresentation and new demos
Added
- 3 new demos using dicom (#24)
- GlyphRepresentation
Changed
- Added
vtktosetup.py's install requires.
Fixed
- VolumeDataRepresentation typo
- GIF URL in README.md
v0.0.4 - Improve vtk modules loading behavior
Changed
- Added section about deployment in
README.md dash_vtk.utils: Will try to importvtkmodules(>=9.0.1) before falling back tovtk(<=8.1.2) to avoid requiringlibGL.
v0.0.3 - Improved demos, updated image urls in readme, simplify dash_vtk.utils
Changed
- Demos: removed headers, updated layout sizes, remove unused files
demos/usage-vtk-cfd: update viz on dragdemos/pyvista-point-cloud: faster loading by lowering samplingdemos/slice-rendering: faster loading by removing volume renderingREADME.md: Change relative links to URLsdocs/CONTRIBUTING.md(commit): Various clarification and improvements
Fixed
- Simplified imports in
dash_vtk.utils.vtkto only load necessary modules fromvtk. This avoidslibGL.so.1since server side rendering is not needed.
v0.0.2 - Add utils files, minor changes to docs
Added
- PyPi description auto-generated from
README.md
Changed
- Use
package.json's files instead ofnpmignore - Change order of instructions in
docs/CONTRIBUTING.md
Fixed
- Update
setup.pyto includeutilsdirectory when upload to PyPi.
v0.0.1 - Initial Release
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.