Skip to content

0.4.0

Compare
Choose a tag to compare
@theweaklink theweaklink released this 12 Feb 14:58
· 7 commits to main since this release

Bug Fixes

Issue Ref Summary Description
[No ref] Changes in traceback API in Python 3.10 was not properly handling exceptions in Streamlit Using parameter position rather than name to allow backward compatibility with previous python versions.

Enhancements

Issue Ref Summary Description
[No ref] Doc enhancements Add more examples and info to documentation of output elements.
[No ref] Rebranding Update logo, main color and pictures.

New Features

Issue Ref Summary Description
[No ref] Adding new output element VRML file Visualize 3D scene with PyVista through VRML output.
[No ref] Adding new output element MP4 file Visualize video through an embedded video player.
[No ref] Adding new input element for Section Header Display a section header.
[No ref] Adding new output element HTML file Open HTML file through hyperlink in a new tab.

⚠️ Breaking changes

None