- deprecate and replace settings module's default_accept_language, default_referer, and default_user_agent settings (1138)
- deprecate and replace settings module's memory, nominatim_endpoint, overpass_endpoint, and timeout settings (1138)
- deprecate save_graph_xml function's renamed or obsolete parameters (1138)
- deprecate graph_from_xml tags and polygon function parameters (1146)
- deprecate simplify_graph function's endpoint_attrs argument and replace it with edge_attrs_differ (1146)
- deprecate utils_graph.get_digraph function and replace it with covert.to_digraph function (1146)
- deprecate utils_graph.get_undirected function and replace it with covert.to_undirected function (1146)
- deprecate utils_graph.graph_to_gdfs function and replace it with covert.graph_to_gdfs function (1146)
- deprecate utils_graph.graph_from_gdfs function and replace it with covert.graph_from_gdfs function (1146)
- deprecate utils_graph.remove_isolated_nodes function (1156)
- deprecate utils_graph.get_largest_component function and replace it with truncate.largest_component function (1146)
- deprecate utils_graph.route_to_gdf function and replace it with routing.route_to_gdf function (1146)
- deprecate speed module and move all of its functionality to the routing module (1146)