- verify edge weight attribute values before solving shortest paths (967)
- provide consistent error when no data elements are returned from Overpass (960)
- add route_to_gdf function to utils_graph module to return a GeoDataFrame of the edges in a path (957)
- deprecate the get_route_edge_attributes function in favor of the new route_to_gdf function (957)
- deprecate folium module in favor of using geopandas.GeoDataFrame.explore directly (957)
- deprecate precision parameter in bearing, distance, elevation, and speed modules' functions (981)
- deprecate utils_geo.round_geometry_coords function (981)
- move plot_orientation function from bearing module to plot module (956)
- make matplotlib an optional dependency required only for the plot module (976)
- drop pyproj package dependency (980)