Skip to content
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

Bump osmnx from 1.9.4 to 2.0.0 #55

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps osmnx from 1.9.4 to 2.0.0.

Changelog

Sourced from osmnx's changelog.

2.0.0 (2024-11-24)

Read the v2 migration guide

  • add type annotations to all public and private functions throughout package (#1107)
  • remove all functionality previously deprecated in v1 (#1113 #1122 #1135 #1148)
  • add Python 3.13 support (#1223)
  • drop Python 3.8 support (#1106)
  • bump minimum required numpy version to 1.22 for typing support (#1133 #1198)
  • bump minimum required versions of geopandas to 1.0 and pandas to 1.4 for union_all support (#1179 #1198)
  • replace gdal optional dependency with rio-vrt optional dependency (#1203)
  • improve docstrings throughout package (#1116)
  • improve logging and warnings throughout package (#1125)
  • improve error messages throughout package (#1131)
  • improve internal file handling context management (#1226 #1227)
  • refactor features module for speed improvement and memory efficiency (#1157 #1205)
  • refactor save_graph_xml function and _osm_xml module for speed improvement and bug fixes (#1135)
  • make save_graph_xml function accept only an unsimplified MultiDiGraph as its input data (#1135)
  • replace save_graph_xml function's edge_tag_aggs tuple parameter with way_tag_aggs dict parameter (#1135)
  • add utils_geo.buffer_geometry helper function (#1214)
  • add OSM junction and railway tags to the default settings.useful_tags_node (#1144)
  • add node_attrs_include argument to simplification.simplify_graph function to flexibly relax strictness (#1145)
  • add edge_attr_aggs argument to simplify_graph function to specify aggregation behavior (#1155)
  • add node_attr_aggs argument to the consolidate_intersections function to specify aggregation behavior (#1155)
  • allow per-node tolerance values for intersection consolidation (#1160)
  • make consolidate_intersections function retain unique attribute values when consolidating nodes (#1144)
  • make which_result function parameters consistently able to accept a list throughout package (#1113)
  • handle implicit maxspeed values in add_edge_speeds function (#1153)
  • change add_node_elevations_google default batch_size to 512 to match Google's limit (#1115)
  • better virtual raster handling in elevation module (#1236)
  • use system's default start method when multiprocessing (#1237)
  • allow analysis of MultiDiGraph directional edge bearings and orientation (#1139)
  • allow graph union queries through the custom_filter argument (#1204)
  • fix graph projection creating useless lat and lon node attributes (#1144)
  • fix bug in _downloader._save_to_cache function usage (#1107)
  • fix bug in handling requests ConnectionError when querying Overpass status endpoint (#1113)
  • fix minor bugs throughout to address inconsistencies revealed by type enforcement (#1107 #1114)
  • make optional function parameters keyword-only throughout package (#1134)
  • make dist function parameters required rather than optional throughout package (#1134)
  • make utils_geo.bbox_from_point function return a tuple of floats for consistency with rest of package (#1113)
  • make bounding box coordinate order consistently left, bottom, right, top (#1196)
  • rename truncate.truncate_graph_dist max_dist argument to dist for consistency with rest of package (#1134)
  • remove retain_all argument from all truncate module functions (#1148)
  • remove settings module's deprecated and now replaced settings (#1129 #1136)
  • rename osm_xml module to _osm_xml to make it private, as all its functions are private (#1113)
  • rename private _downloader module to _http (#1114)
  • remove unnecessary private _api module (#1114)
Commits
  • dfa64e2 Merge pull request #1238 from gboeing/release
  • 67d2ab0 v2.0.0 release date
  • a4d436c increase opentopodata pause to prevent rate limiting in CI tests
  • cc1ff4a code cleanup
  • 1fb7132 Merge branch 'main' into release
  • 3927440 Merge pull request #1240 from cheginit/main
  • cf46a70 update pre-commit config
  • 09d6c2e code cleanup
  • dfd04fc ENH: Use list comprehension instead of map.
  • e30b16b replace osgeo with rio-vrt in sphinx mock imports
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [osmnx](https://github.com/gboeing/osmnx) from 1.9.4 to 2.0.0.
- [Changelog](https://github.com/gboeing/osmnx/blob/main/CHANGELOG.md)
- [Commits](gboeing/osmnx@v1.9.4...v2.0.0)

---
updated-dependencies:
- dependency-name: osmnx
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants