- add endpoint_attrs argument to simplification.simplify_graph function to flexibly relax strictness (1117)
- fix a bug in the features module's polygon handling (1104)
- update obsolete numpy random number generation (1108)
- make deprecation warnings FutureWarnings (1124)
- update warning messages to note that deprecated code will be removed in v2.0.0 (1111)
- deprecate strict argument in simplification.simplify_graph function in favor of new endpoint_attrs argument (1117)
- deprecate north, south, east, west arguments throughout package in favor of bbox tuple argument (1112)
- deprecate return_coords argument in graph.graph_from_address function (1105)
- deprecate return_hex argument in plot.get_colors function (1109)
- deprecate address, point, network_type, edge_color, and smooth_joints arguments in plot.plot_figure_ground function (1121)