----------------- - Breaking changes: renamed ``list_gtfs()`` to ``list_feed()``, ``read_gtfs()`` to ``read_feed()``, and ``write_gtfs()`` to ``write()`` and made it a Feed method. - Made ``read_feed()`` accept URLs as requested in `Pull Request 3 <https://github.com/mrcagney/gtfs_kit/pull/3>`_.
3.0.1
----------------- - Optimized function ``geometrize_routes()`` by ignoring duplicate shapes.
3.0.0
----------------- - Breaking change: improved function ``compute_screen_line_counts()`` to handle multiple screen lines at once. - Added helper function ``make_ids()``.
2.2.1
----------------- - Bugfix: updated function ``map_trips()`` to heed the ``include_arrows`` parameter.
2.2.0
----------------- - Modularized some by added the functions ``build_aggregate_routes_dict()`` and ``build_aggregate_stops_dict()``.
2.1.0
----------------- - Bugfix: updated ``aggregate_stops()`` to handle parent stations. - Added optional direction arrows to ``map_trips()``.