Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Jul 21, 2023
1 parent 42402cd commit ea13229
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,66 +2,66 @@

## Unreleased

- fix DNS resolution in Dask clusters
- minor under-the-hood code clean-up
- adopt NEP 29 policy for minimum required Python and NumPy versions
- fix DNS resolution in Dask clusters (#1039)
- minor under-the-hood code clean-up (#1036 #1037 #1038)

## 1.5.1 (2023-07-08)

- improve memory efficiency during graph creation
- improve log messaging
- add version number to XML generator attribute in save_graph_xml
- warn user if loading a .osm XML file generated by OSMnx itself
- add style keyword argument to citation function
- improve memory efficiency during graph creation (#1021 #1029)
- improve log messaging (#1032)
- add version number to XML generator attribute in save_graph_xml (#1031)
- warn user if loading a .osm XML file generated by OSMnx itself (#1031)
- add style keyword argument to citation function (#1034)

## 1.5.0 (2023-06-28)

- fix bug in save_graph_xml due to roundabout ways
- fix GeoPandas future warning
- make API key properly optional in elevation.add_node_elevations_google function
- rename geometries module as features module and deprecate geometries module
- remove private \_polygon_features module and move its data to features module
- make the internal downloader module private
- deprecate interpolate parameter in distance.nearest_edges function
- move save_graph_xml function to io module with deprecation warning in osm_xml module
- migrate from setup.py, setup.cfg, and requirements.txt to pyproject.toml
- pin optional dependencies to minimum required versions
- expand and reorganize the documentation
- fix bug in save_graph_xml due to roundabout ways (#986 #999)
- fix GeoPandas future warning (#1012)
- make API key properly optional in elevation.add_node_elevations_google function (#999)
- rename geometries module as features module and deprecate geometries module (#1007 #1011)
- remove private \_polygon_features module and move its data to features module (#994)
- make the internal downloader module private (#1010)
- deprecate interpolate parameter in distance.nearest_edges function (#1010)
- move save_graph_xml function to io module with deprecation warning in osm_xml module (#1017)
- migrate from setup.py, setup.cfg, and requirements.txt to pyproject.toml (#1002)
- pin optional dependencies to minimum required versions (#995)
- expand and reorganize the documentation (#993)

## 1.4.0 (2023-06-11)

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

## 1.3.1.post0 (2023-05-26)

- restore Python 3.8 compatibility
- restore Python 3.8 compatibility (#965)

## 1.3.1 (2023-05-24)

- improve DNS resolution when using proxies or on networks blocking DNS-over-HTTPS
- improve processing of per-lane values when adding edge speeds
- improve file writing in save_graph_xml function
- ensure node coordinates are non-null and convertible to float in the add_edge_lengths function
- ignore ways tagged highway=no or highway=razed in built-in filters
- do not assume an edge with key=0 exists between each node pair when simplifying graph
- drop dateutil package dependency
- improve DNS resolution when using proxies or on networks blocking DNS-over-HTTPS (#924 #953)
- improve processing of per-lane values when adding edge speeds (#944 #955)
- improve file writing in save_graph_xml function (#917 #961)
- ensure node coordinates are non-null and convertible to float in the add_edge_lengths function (#950)
- ignore ways tagged highway=no or highway=razed in built-in filters (#938)
- do not assume an edge with key=0 exists between each node pair when simplifying graph (#921)
- drop dateutil package dependency (#919)

## 1.3.0 (2023-01-01)

- fully support Shapely 2.0 and drop support for Shapely 1.x
- drop RTree package dependency
- much faster nearest edges search using STRTree index
- allow using alternative Google Maps compatible elevation APIs, such as Open Topo Data
- optionally track merged_edges as a new edge attribute in simplify_graph function
- fully support Shapely 2.0 and drop support for Shapely 1.x (#900)
- drop RTree package dependency (#900)
- much faster nearest edges search using STRTree index (#900)
- allow using alternative Google Maps compatible elevation APIs, such as Open Topo Data (#901 #903)
- optionally track merged_edges as a new edge attribute in simplify_graph function (#892 #909)

## 1.2.3 (2022-12-14)

Expand Down

0 comments on commit ea13229

Please sign in to comment.