connortann
connortann
All widgets in st.Navigation app reset when a widget is changed before previous execution finishes
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [X] I added a very descriptive title to this issue. - [X] I have provided sufficient...
## Description A segmentation fault occurs on MacOS when lightgbm and pytorch are both installed, depending on the order of imports. Possibly related: #4229 ## Reproducible example To reproduce the...
A draft PR to test against release candidates of 3.13. Progress towards #3663 Note: this branch is probably going to be subject to frequent rebases.
## Overview numpydoc and napoleon are tools to parse numpy-style docstrings into Sphinx documentation. This PR switches us to napoleon. Note to reviewer: I'd appreciate a review of the new...
## Overview We could add a py.typed marker to the library, so that downstream users can start to make use of type hints. ## Discussion Reference: https://peps.python.org/pep-0561/ > Package maintainers...
At present our type hints look rather ugly in the Sphinx docs, obfuscating the call signatures. It would be useful to clean up this display so the function titles are...
## Overview As per discussion on #2893, it looks the shape of `shap_values` returned by TreeExplainer is inconsistent. It has: - shape `(n_samples, n_features)` if the background dataset is passed...
Before making release: - [ ] Fix conda-forge release pipeline, and ideally release 0.46 on conda-forge: #3688 - https://github.com/conda-forge/shap-feedstock/pull/85 - #3825 - [x] Implement all scheduled deprecations, as per: #3507...
## Overview Test against the lowest supported versions of several pacakages, not just the oldest supported numpy. This provides us a mechanism to check that we retain compatibility with a...
Follows on from #3854, adding tests against the oldest supported XGBoost