-
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
Remove previously deprecated functionality #1113
Conversation
…be removed in the v2.0.0 release
deprecation refinements
…vor of bbox tuple argument
deprecate north, south, east, west arguments throughout package in favor of bbox tuple argument
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## v2 #1113 +/- ##
==========================================
- Coverage 97.86% 97.79% -0.08%
==========================================
Files 28 26 -2
Lines 2625 2356 -269
==========================================
- Hits 2569 2304 -265
+ Misses 56 52 -4 ☔ View full report in Codecov by Sentry. |
…, and make osm_xml module private
…oords function params throughout, and make which_result param optionally a list for graph_from place and features_from_place functions
The first pre-release OSMnx v2 beta has been released. Testers needed! See #1123 for details. |
This PR removes previously deprecated functionality for v2.0.0 to streamline the API and make it more user friendly.
which_result
param so it is consistently able to accept a list throughout the packageosm_xml
module to_osm_xml
to make it private/internal as all its functionality is private (theio
andgraph
modules expose its public functionality)bbox_from_point
function return bbox as a tuple of floats for consistency with rest of packageSee also #1106