Skip to content

Releases: edsaac/stpyvista

v0.0.18

04 Jun 15:58
Compare
Choose a tag to compare

Changes:

  • Introduced dataview to display HTML representation of pyvista data structures in a webapp
  • Add an example of dataview in stpyvista demo app

image

  • Organize logging utility to sort Community Cloud output

Launch stpyvista in Streamlit Community Cloud stpyvista source code stpyvista pypi versionstpyvista examples repository

v0.0.17

11 Apr 17:04
0d23daa
Compare
Choose a tag to compare

Changes:

  • Rewrite buffer using context manager
  • Introduce an experimental viewer based on trame and vanilla vtk-js

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

v0.0.16

29 Mar 14:03
Compare
Choose a tag to compare

Changes:

  • Add controls help description
  • Remove network utility - it should be a different component
  • Fix typing for python 3.9 support

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

v0.0.13

27 Dec 23:41
c5ccb0a
Compare
Choose a tag to compare

Changes:

  • Add fullscreen button for all plotters
  • Tweak main iframe dimensions to get canvas iframe centered
  • Plotter background color is used as iframe bgcolor

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

v0.0.12

26 Dec 17:17
Compare
Choose a tag to compare

Changes:

  • Add option to pass to bokeh.resources to load either CDN or INLINE. Defaults to INLINE.
  • Update docstring for stpyvista

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

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