Skip to content

Releases: edsaac/stpyvista

v0.0.11

20 Nov 17:49
Compare
Choose a tag to compare

Changes:

  • Remove unnecessary pyvista call for a jupyter backend. Ipython dependency can be totally dropped now.

stpyvista source code
stpyvista pypi version
stpyvista examples repository
Launch stpyvista in Streamlit

v0.0.10

17 Nov 01:49
Compare
Choose a tag to compare

Changes:

  • Add use_container_width option to stpyvista. Defaults to True
  • Changed bokeh.resources to import CDN instead of INLINE for html generation.
  • Drop ipython from the dependencies.

stpyvista source code
stpyvista pypi version
stpyvista examples repository
Launch stpyvista in Streamlit

v0.0.9

05 Sep 13:57
Compare
Choose a tag to compare

Changes:

  • Use hatchling for building package. Remove setup.py support.
  • Remove panel as the jupyter_notebook backend. Not necessary if reading from panel.
  • Move changelog from README.md to CHANGELOG.md

stpyvista source code
stpyvista pypi version
stpyvista examples repository
Launch stpyvista in Streamlit

v0.0.8

11 Apr 16:21
Compare
Choose a tag to compare

Changes:

  • Remove excessive whitespace below the rendered component.
  • Can pass additional kwargs to panel.pane.vtk, e.g. setting an orientation_widget. Check panel-vtk for details on valid kwargs.

stpyvista source code
stpyvista pypi version
stpyvista examples repository
Launch stpyvista in Streamlit

v0.0.6

27 Mar 15:18
7ee58e9
Compare
Choose a tag to compare
  • pythreejs backend removed and replaced for panel. Both of them are deprecated in pyvista in favor of trame, but panel still works for rendering.

stpyvista source code
stpyvista pypi version
stpyvista examples repository
Launch stpyvista in Streamlit

v0.0.5

09 Nov 01:18
967ed05
Compare
Choose a tag to compare

v0.0.5

  • Support transparent backgrounds to blend with streamlit's web app theme.
  • Add a control to spin along a certain axis the first mesh passed to the plotter.

stpyvista source code
stpyvista pypi version
stpyvista examples repository
Launch stpyvista in Streamlit