Leah Wasser
Leah Wasser
Following [this conversation here](https://github.com/pyOpenSci/python-package-guide/pull/164#discussion_r1460717036) in developing our tutorial on publishing to pypi using hatch, I wasn't sure how to update a token value. A user if publishing manually might need...
Hi @sgillies and all maintainers, I've been using and teaching with the rasterio `show_hist` function. it really seems to use significant resources to the point that sometimes is kills my...
Hi build maintainers, If this is not the correct place to post please let me know. I'm running into an issue with building my package where build works great across...
### Context Related to [this discussion](https://github.com/orgs/executablebooks/discussions/854) i'm interested in adding some content on how to customize the left nav bar in sphinx book theme using myST ... I'm actually tho...
closes #358 ## Description This removes the deserialize method and replaces calls to is with pydantic.parse_obj. It also cleans up the tests accordingly. ## Type of change Select the statement...
I've been chatting with colleagues and a standard for python spuport is the[ NEP-29 protocol](https://numpy.org/neps/nep-0029-deprecation_policy.html) I suggest that we follow that policy in terms of dropping older versions of python...
closes #issue-this-closes-here i am playing with tests - this is just a draft as i get to know the test suite right now. ## Description ## Type of change Select...
This PR adds a tutorial on authenticating with the Strava V3 api. ## Type of change Select the statement best describes this pull request. - [x] This is a documentation...
Deprecate of Activity.TYPES attr in model.py (when we fully deprecate types in favor of sport_types)
In the model.py module there is a attr that was added for backward compatibility ``` # Added for backward compatibility # TODO maybe deprecate? TYPES: ClassVar[Tuple[Any, ...]] = get_args( ActivityType.__fields__["__root__"].type_...
Currently there are a few issues thorughout our API related to documentation. - [ ] Docs have a mixture of numpy style and rst style . We should move to...