----------------- - Added ``restrict_to_agencies`` to ``feed`` module local imports. Whoops!
8.1.3
----------------- - Added ``miscellany.restrict_to_agencies``, thanks to Github user `diegoperezalvarez`.
8.1.2
----------------- - Fixed sorting in ``stops.build_timetable`` and ``routes.build_timetable``. - Improved data types for CSV reads. - Fixed Pandas groupby deprecation warnings. - Ignored Shapely runtime warnings in tests.
8.1.1
----------------- - Bugfixed ``shapes.geometrize_shapes`` to handle shapes comprising a single point.
8.1.0
----------------- - Added function ``trips.name_stop_patterns``, then used it to append column ``stop_pattern_name`` to the output of ``trips.compute_trip_stats`` and to append column ``num_stop_patterns`` to the output of ``routes.compute_route_stats``.
8.0.0
----------------- - Breaking change: removed the UTM library, deleted ``helpers.get_utm_crs``, and used the GeoPandas version of the function instead. - Changed ``routes.map_routes`` to accept a list of route short names, instead of or in addition to a list of route IDs.