Version 0.58.0
Release date: April 22, 2020
Looks like we forgot to publish this last time! So I’m just backfilling it now…
Highlights:
-
Made
st.selectbox
filtering case-insensitive. - ㈬ Better support for Tensorflow sessions in
@st.cache
. -
Changed behavior of
st.pyplot
to auto-clear the figure only when using the global Matplotlib figure (i.e. only when callingst.pyplot()
rather thanst.pyplot(fig)
).