Skip to content

Release 0.46.0#170

Merged
tvst merged 66 commits intostreamlit:developfrom
tvst:release-0.46.0
Sep 23, 2019
Merged

Release 0.46.0#170
tvst merged 66 commits intostreamlit:developfrom
tvst:release-0.46.0

Conversation

@tvst
Copy link
Copy Markdown
Contributor

@tvst tvst commented Sep 23, 2019

Improvements:

  • Rename multiselectbox to multiselect
  • Make bash line in dialog more easily copy/paste-able
  • Talk about magic in docs.
  • Fix update_version.py since black changed quote formats.
  • Remove code to share static apps publicly.
  • Fix clear-cache dialog alignment
  • Move items around in main menu.
  • Rename examples/widgets.py to interactive_widgets.py to avoid collisi… …
  • Remove examples/saving.py since public saving is not a thing anymore.
  • Fix mnist-cnn.py so it works with the latest keras.
  • Fix Allow HTML (again!) in st.write/st.markdown — but with kwarg toggle #152: Implement unsafe_allow_html stopgap in st.write and st.mark… …
  • Prettified user-visible print statements. Nicer colors, mostly.
  • Only import Plotly libraries when needed
  • Update screenshots
  • Remove conda from docs

tvst added 30 commits August 25, 2019 22:26
tvst and others added 26 commits September 18, 2019 12:26
…treamlit#149)

* 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.

* Fix streamlit#1230: OSError not caught when writing cache to disk

* Don't show hashing warning when user imports a module inside a cached function.

* Fix #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.

* Improve docs site: add analytics, redirect from secret/docs/, fix DeltaGenerator docs bug

* Fix publish-docs in Makefile
@tvst tvst merged commit 648b30d into streamlit:develop Sep 23, 2019
@tvst tvst deleted the release-0.46.0 branch September 23, 2019 07:09
tconkling added a commit to tconkling/streamlit that referenced this pull request Sep 23, 2019
* develop:
  Release 0.46.0 (streamlit#170)
  Magic fixes (streamlit#138)
  [docs] Add analytics; redirect /secret/docs; fix compilation problem (streamlit#149)
  Fix bug for startup under windows (streamlit#144)
  Responsive layout (streamlit#104)
  Add basic PR template
  Better method signatures (streamlit#88)
  Publish docs to both /docs and /secret/docs, until we deprecate /secret/docs in January. (streamlit#141)
  Rename/report2app (streamlit#126)
tconkling added a commit to tconkling/streamlit that referenced this pull request Sep 23, 2019
* develop: (54 commits)
  Removing uber demo from streamlit repo (streamlit#159)
  Release 0.46.0 (streamlit#170)
  Magic fixes (streamlit#138)
  [docs] Add analytics; redirect /secret/docs; fix compilation problem (streamlit#149)
  Fix bug for startup under windows (streamlit#144)
  Responsive layout (streamlit#104)
  Add basic PR template
  Better method signatures (streamlit#88)
  Publish docs to both /docs and /secret/docs, until we deprecate /secret/docs in January. (streamlit#141)
  Rename/report2app (streamlit#126)
  Test running streamlit commands "bare" (streamlit#133)
  Updates to LP and sidebar. (streamlit#134)
  tests for z-index of date input popover in sidebar (streamlit#131)
  cypress test for escaping html in markdown (streamlit#125)
  On a Mac, check if xcode installed before requiring watchdog (streamlit#91)
  [Docs] Fix st.slider API in tutorial (streamlit#98)
  Sidebar exceptions (streamlit#107)
  Fixing unbound local variable (streamlit#110)
  Support hashing dataframes with unhashable objects. Gracefully f… (streamlit#118)
  Fix hashing if the object has a name but the name is not a string. (streamlit#117)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow HTML (again!) in st.write/st.markdown — but with kwarg toggle

2 participants