Skip to content

Releases: edsaac/stpyvista

v0.1.4

10 Oct 13:48
9f48f9f
Compare
Choose a tag to compare

🧊 stpyvista == 0.1.4

Minor changes:

  • Fixing memory consumption issue with stpyvista.panel_backend
    • Removed bokeh_resources option from stpyvista.panel_backend and defaults to CDN.
    • Add deprecation note for bokeh_resources keyword argument.
    • See #29 for issue description

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

v0.1.3

09 Oct 21:02
eb2b3bb
Compare
Choose a tag to compare

🧊 stpyvista == 0.1.3

Minor changes:

  • Fix width bug while using panel backend
  • Add support for Python < 3.11 for Required and NotRequired types in stpyvista.panel_backend (Fixes #27)

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

v0.1.2

09 Oct 13:12
Compare
Choose a tag to compare

🧊 stpyvista == 0.1.2

Minor changes:

  • Implement trame backend using st.components.declare_component; it was implemented using st.components.html
  • Trame backend accepts a key to avoid remounting the component at every interaction. See it in action in the gallery

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

v0.1.1

08 Oct 15:58
Compare
Choose a tag to compare

🧊 stpyvista == 0.1.1

Minor changes:

  • Add TypeDicts to organize and document panel options
  • Capture **kwargs for the trame_backend to ease moving from panel to trame
  • Add nest_asyncio to trame requirements
  • Update docstrings

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

v0.1.0

01 Oct 18:39
Compare
Choose a tag to compare

[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

    image

Minor changes:

  • Rename stpyvista.experimental_vtkjs to stpyvista.vtkjs_backend.stpyvista
  • Move stpyvista.export to stpyvista.vtkjs_backend
  • Replace "header" with pyvista object type name in stpyvista.dataview

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

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