-
Notifications
You must be signed in to change notification settings - Fork 830
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
improve documentation #1116
improve documentation #1116
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## v2 #1116 +/- ##
==========================================
+ Coverage 97.86% 97.95% +0.08%
==========================================
Files 28 25 -3
Lines 2531 2343 -188
==========================================
- Hits 2477 2295 -182
+ Misses 54 48 -6 ☔ View full report in Codecov by Sentry. |
Add a Dependabot configuration that checks once a week if the GitHub Actions are still using the latest version. If not, it opens a PR to update them. It will open few PRs, since only major versions are specified (like v3), so only on a major release (like v4) it will update and open a PR. This way it helps actively keep GitHub Actions workflows up to date and secure, while minimizing maintenance burden. See https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
Add Dependabot configuration for GitHub Actions updates
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…ns/checkout-4 Bump actions/checkout from 3 to 4
add endpoint_attrs param to simplify_graph to flexibly relax strictness
deprecate address, point, network_type, edge_color, and smooth_joints args
Remove deprecated code
The first pre-release OSMnx v2 beta has been released. Testers needed! See #1123 for details. |
This PR:
You can see the new documentation (in progress) here: https://osmnx--1116.org.readthedocs.build/en/1116/
See also #1106.