You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Publish docs to both /docs and /secret/docs, until we deprecate /secret/docs in January. (streamlit#141)
* Restore correct vertical spacing for report elements.
* Break Block.tsx into more functions.
* Tiny refactors in Block.tsx
* Add "key" property to element in DocString, to avoid warnings.
* Fixstreamlit#1230: OSError not caught when writing cache to disk
* Don't show hashing warning when user imports a module inside a cached function.
* Fixstreamlit#6: report should loads element by element (was broken since Sidebar PR)
* Try to fix CircleCI issue: Method 'renderElementWithErrorBoundary' expected no return value
* Add typing to function.
* Remove unecessary dockerfiles
* Fix a bunch of examples
* Fix color of syntax error code in modal dialog.
* Remove old style copyright from conftest.py
* Remove st.warning when hashing a class.
* Add astor to Python requirements
* Update widget API in some e2e tests
* Clean up st.foo_widget() signatures in st.help()
* Lint docs/getting_started.md
* Clean up widget examples in docstrings.
* Add comment to slider examples in docs.
* Tweak Streamlit's description in setup.py
* Sort pipfile modules
* Re-add scripts and Makefile rules to publish packages to conda.
* Fix update_version.py to support new conda location and remove old docker folder.
* Make `streamlit config show` pipeable to a file.
* Update docs/ site
* Remove /docs/api invalidation from Makefile
* Improve docstring for st.slider
* Remove st.Cache (capital C) from __init__ while we figure out what to call it.
* Up version to 0.45.0
* Turn off tests for st.Cache (capital C)
* Try turning off tests again
* Publish docs to both /docs and /secret/docs, until we deprecate /secret/docs in January.
0 commit comments