-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support newer pyogrio, re-add cruft, fix documentation #535
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updates the requirements on [pyogrio](https://github.com/geopandas/pyogrio) to permit the latest version. - [Release notes](https://github.com/geopandas/pyogrio/releases) - [Changelog](https://github.com/geopandas/pyogrio/blob/main/CHANGES.md) - [Commits](geopandas/pyogrio@v0.1.0...v0.10.0) --- updated-dependencies: - dependency-name: pyogrio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
huard
approved these changes
Oct 18, 2024
## Overview Changes: * Added the cruft configuration back in. * Fast-forwarded changes. * Modified existing documentation to remove mentions of RavenPy. ## Additional Information The library still relies on the older approach to testing data management. I'd like to update this both here and in RavenPy, as (despite their complete separation) they use the same testing data sets. Like `finch`, perhaps we can add this to PyPI as well? I've updated the PyPI name to `birdhouse-raven` but seeing as this project no longer is associated with RavenPy, I still feel like the proposal in #379 should be considered.
Zeitsperre
changed the title
Support newer pyogrio
Support newer pyogrio, re-add cruft, fix documentation
Oct 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
Supersedes #534
Changes: