connortann

Results 33 issues of connortann

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

type:bug
status:confirmed
priority:P3
feature:multipage-apps
feature:st.navigation

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

bug

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.

enhancement
dependencies
ci

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

documentation

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

enhancement

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

documentation

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

enhancement
ci
skip-changelog

Follows on from #3854, adding tests against the oldest supported XGBoost

enhancement
ci