Version 0.76.0

Version 0.76.0

Release date: February 4, 2021

Notable Changes

  • :art: 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.
  • :snake: 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.
  • :scissors: Fixed bugs (2437 and 2247) with content getting cut off within a st.beta_expander
  • :scroll: Fixed a bug in st.dataframe where the scrollbar overlapped with the contents in the last column.
  • :floppy_disk: Fixed a bug for st.file_uploader where file data returned was not the most recently uploaded file.
  • :heavy_plus_sign: Fixed bugs (2086 and 2556) where some LaTeX commands were not rendering correctly.

Check out our release app for more details!

Special Thanks

Thanks to RedFrez for the contribution!

5 Likes