--------------------- - Added route and stop timetable methods. - Improved tests slightly. - Tidied code slightly. - Change occurrences of 'vehicle' to 'trips', because that's clearer. - Updated some packages.
0.11.4
--------------------- - Changed name to gtfs-tk.
0.11.3
---------------------- - Add ``get_shapes_geojson``. - Renamed ``get_active_trips`` and ``get_active_stops`` to ``get_trips`` and ``get_stops``. - Upgraded to Pandas 0.15.2.
0.11.2
---------------------- - Scooped out main logic from ``Feed.get_stops_stats`` and ``Feed.get_stops_time_series`` and put it into top level functions for the sake of greater flexibility. Similar to what i did for ``Feed.get_routes_stats`` and ``Feed.get_routes_time_series``. - Fixed a bug in computing the last stop of each trip in ``get_trips_stats``. - Improved the accuracy of trip distances in ``get_trips_stats``. - Upgraded to Pandas 0.15.1.
0.11.1
---------------------- - Added ``fill_nan_route_short_names``. - Switched back to version numbering in the style of major.minor.micro, because that seems more useful.
0.11
---------------------- - Fixed a bug in ``Feed.get_routes_stats`` that modified the input data frame and therefore affected the same data frame outside of the function (dumb Pandas gotcha). Changed it to operate on a copy of the data frame instead.