pypi streamlit 0.76.0

latest releases: 1.34.0, 1.33.0, 1.32.2...
3 years ago

Release date: February 4, 2021

Notable Changes

  • 🎨 st.color_picker is now out of beta. This means the old beta_color_picker function, which was marked as deprecated for the past 3 months, has now been replaced with color_picker.
  • 🐍 Display a warning when a Streamlit script is run directly as python script.py.
  • st.image's use_column_width now defaults to an auto option which will resize the image to the column width if the image exceeds the column width.
  • ✂️ Fixed bugs (2437 and 2247) with content getting cut off within a st.beta_expander
  • 📜 Fixed a bug in st.dataframe where the scrollbar overlapped with the contents in the last column.
  • 💾 Fixed a bug for st.file_uploader where file data returned was not the most recently uploaded file.
  • ➕ Fixed bugs (2086 and 2556) where some LaTeX commands were not rendering correctly.

Don't miss a new streamlit release

NewReleases is sending notifications on new releases.