Version 0.60.0

Version 0.60.0

Highlights:

  • :arrow_up_down: Ability to set the height of an st.text_area with the height argument (expressed in pixels). See docs for more.
  • :abcd: Ability to set the maximimum number of characters allowed in st.text_area or st.text_input. Check out the max_chars argument in the docs.
  • :world_map: Better DeckGL support for the H3 geospatial indexing system. So now you can use things like H3HexagonLayer in st.pydeck_chart.
  • :package: Improved @st.cache support for PyTorch TensorBase and Model.
4 Likes