Skip to content

Support hashing dataframes with unhashable objects. Gracefully f…#118

Merged
domoritz merged 4 commits intostreamlit:developfrom
domoritz:fix-111
Sep 17, 2019
Merged

Support hashing dataframes with unhashable objects. Gracefully f…#118
domoritz merged 4 commits intostreamlit:developfrom
domoritz:fix-111

Conversation

@domoritz
Copy link
Copy Markdown
Contributor

@domoritz domoritz commented Sep 16, 2019

Fixes #111. Merge #117 first.

@tvst
Copy link
Copy Markdown
Contributor

tvst commented Sep 17, 2019

Such quick turnaround!!! 👏 👏 👏

@domoritz domoritz changed the title Support hashing dataframes with unhashable objects. Gracefully fail if Streamlit fails to hash. Support hashing dataframes with unhashable objects. Gracefully f… Sep 17, 2019
@domoritz domoritz merged commit 1d7f6cf into streamlit:develop Sep 17, 2019
@domoritz domoritz deleted the fix-111 branch September 17, 2019 03:31
tconkling added a commit to tconkling/streamlit that referenced this pull request Sep 17, 2019
# By Nahuel Emiliano Rosso Fandiño (3) and others
# Via GitHub
* develop:
  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)
  Fixed marshalling images with Alpha channel (streamlit#109)
  Adding `streamlit run` by url (streamlit#99)
  Fixed broken websocket when reconnect (streamlit#105)

# Conflicts:
#	lib/tests/streamlit/cli_test.py
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.

Lists inside of DataFrames are unhashable and break st.cache

2 participants