Releases: edsaac/stpyvista
Releases · edsaac/stpyvista
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
[v 0.1.0] - 2024-10-01
Major changes:
-
Support both trame and panel as html exporting backends. Panel remains the default, while trame dependencies can be added using
pip install stpyvista[trame]
To export using trame, change the import at the beginning of the streamlit app:
from stpyvista.trame_backend import stpyvista
Minor changes:
- Rename
stpyvista.experimental_vtkjs
tostpyvista.vtkjs_backend.stpyvista
- Move
stpyvista.export
tostpyvista.vtkjs_backend
- Replace "header" with pyvista object type name in
stpyvista.dataview