Version 0.67.0
New Features
-
Streamlit Components can now send and return bytes to your Streamlit App. To create a component working with bytes, make sure to upgrade to the latest
streamlit-component-lib.
Notable Changes
-
Deprecation warning: Beginning December 1st, 2020
st.pyplot()
will require a figure to be provided. To disable the deprecation warning, please setdeprecation.showPyplotGlobalUse
toFalse
-
st.multiselect
andst.selectbox
are now lightning fast when working with large datasets. Thanks masa3141!
Check out our release demo to see the new features in action!
Special Thanks
Thanks to our contributors masa3141 and domoritz for all the help!