Stpyvista

Latest version: v0.0.17

Safety actively analyzes 626983 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.0.17

Changes:

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

<a href="https://github.com/edsaac/streamlit-PyVista-viewer"><img alt="stpyvista source code" src="https://img.shields.io/static/v1?label=:&message=Source%20code&color=informational&logo=github"></a>
<a href="https://pypi.org/project/stpyvista/"><img alt="stpyvista pypi version" src="https://badgen.net/pypi/v/stpyvista"></a>
<a href="https://github.com/edsaac/stpyvista-tests"><img alt="stpyvista examples repository" src="https://img.shields.io/static/v1?label=:&message=Examples&color=ff4b4b&logo=github"></a>
<a href="https://github.com/edsaac/stpyvista-tests"><img alt="Launch stpyvista in Streamlit" src="https://img.shields.io/static/v1?label=:&message=Open%20in%20Streamlit&color=pink&logo=streamlit"></a>

0.0.16

Changes:

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

<a href="https://github.com/edsaac/streamlit-PyVista-viewer"><img alt="stpyvista source code" src="https://img.shields.io/static/v1?label=:&message=Source%20code&color=informational&logo=github"></a>
<a href="https://pypi.org/project/stpyvista/"><img alt="stpyvista pypi version" src="https://badgen.net/pypi/v/stpyvista"></a>
<a href="https://github.com/edsaac/stpyvista-tests"><img alt="stpyvista examples repository" src="https://img.shields.io/static/v1?label=:&message=Examples&color=ff4b4b&logo=github"></a>
<a href="https://github.com/edsaac/stpyvista-tests"><img alt="Launch stpyvista in Streamlit" src="https://img.shields.io/static/v1?label=:&message=Open%20in%20Streamlit&color=pink&logo=streamlit"></a>

0.0.13

Changes:

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

<a href="https://github.com/edsaac/streamlit-PyVista-viewer"><img alt="stpyvista source code" src="https://img.shields.io/static/v1?label=:&message=Source%20code&color=informational&logo=github"></a>
<a href="https://pypi.org/project/stpyvista/"><img alt="stpyvista pypi version" src="https://badgen.net/pypi/v/stpyvista"></a>
<a href="https://github.com/edsaac/stpyvista-tests"><img alt="stpyvista examples repository" src="https://img.shields.io/static/v1?label=:&message=Examples&color=ff4b4b&logo=github"></a>
<a href="https://github.com/edsaac/stpyvista-tests"><img alt="Launch stpyvista in Streamlit" src="https://img.shields.io/static/v1?label=:&message=Open%20in%20Streamlit&color=pink&logo=streamlit"></a>

0.0.12

Changes:

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

<a href="https://github.com/edsaac/streamlit-PyVista-viewer"><img alt="stpyvista source code" src="https://img.shields.io/static/v1?label=:&message=Source%20code&color=informational&logo=github"></a>
<a href="https://pypi.org/project/stpyvista/"><img alt="stpyvista pypi version" src="https://badgen.net/pypi/v/stpyvista"></a>
<a href="https://github.com/edsaac/stpyvista-tests"><img alt="stpyvista examples repository" src="https://img.shields.io/static/v1?label=:&message=Examples&color=ff4b4b&logo=github"></a>
<a href="https://github.com/edsaac/stpyvista-tests"><img alt="Launch stpyvista in Streamlit" src="https://img.shields.io/static/v1?label=:&message=Open%20in%20Streamlit&color=pink&logo=streamlit"></a>

0.0.11

Changes:

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

<a href="https://github.com/edsaac/streamlit-PyVista-viewer"><img alt="stpyvista source code" src="https://img.shields.io/static/v1?label=:&message=Source%20code&color=informational&logo=github"></a>
<a href="https://pypi.org/project/stpyvista/"><img alt="stpyvista pypi version" src="https://badgen.net/pypi/v/stpyvista"></a>
<a href="https://github.com/edsaac/stpyvista-tests"><img alt="stpyvista examples repository" src="https://img.shields.io/static/v1?label=:&message=Examples&color=ff4b4b&logo=github"></a>
<a href="https://github.com/edsaac/stpyvista-tests"><img alt="Launch stpyvista in Streamlit" src="https://img.shields.io/static/v1?label=:&message=Open%20in%20Streamlit&color=pink&logo=streamlit"></a>

v.0.0.10
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.

<a href="https://github.com/edsaac/streamlit-PyVista-viewer"><img alt="stpyvista source code" src="https://img.shields.io/static/v1?label=:&message=Source%20code&color=informational&logo=github"></a>
<a href="https://pypi.org/project/stpyvista/"><img alt="stpyvista pypi version" src="https://badgen.net/pypi/v/stpyvista"></a>
<a href="https://github.com/edsaac/stpyvista-tests"><img alt="stpyvista examples repository" src="https://img.shields.io/static/v1?label=:&message=Examples&color=ff4b4b&logo=github"></a>
<a href="https://github.com/edsaac/stpyvista-tests"><img alt="Launch stpyvista in Streamlit" src="https://img.shields.io/static/v1?label=:&message=Open%20in%20Streamlit&color=pink&logo=streamlit"></a>

0.0.9

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

<a href="https://github.com/edsaac/streamlit-PyVista-viewer"><img alt="stpyvista source code" src="https://img.shields.io/static/v1?label=:&message=Source%20code&color=informational&logo=github"></a>
<a href="https://pypi.org/project/stpyvista/"><img alt="stpyvista pypi version" src="https://badgen.net/pypi/v/stpyvista"></a>
<a href="https://github.com/edsaac/stpyvista-tests"><img alt="stpyvista examples repository" src="https://img.shields.io/static/v1?label=:&message=Examples&color=ff4b4b&logo=github"></a>
<a href="https://github.com/edsaac/stpyvista-tests"><img alt="Launch stpyvista in Streamlit" src="https://img.shields.io/static/v1?label=:&message=Open%20in%20Streamlit&color=pink&logo=streamlit"></a>

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.