---------------------- - Speeded up time series computations by at least a factor of 10. - Switched from representing dates as ``datetime.date`` objects to '%Y%m%d' strings (the GTFS way of representing dates), because that's simpler and faster. Added an export method to feed objects. - Minor tweaks to ``append_dist_to_stop_times``.
0.9
---------------------- - Scooped out main logic from ``Feed.get_routes_stats`` and ``Feed.get_routes_time_series`` and put it into top level functions for the sake of greater flexibility. I at least need that flexibility to plug into another project.
0.8
---------------------- - Simplified methods to accept a single date instead of a list of dates.
0.7
---------------------- - Whoops, lost track of the changes for this version.
0.6
---------------------- - Changed ``seconds_to_time`` to ``timestr_to_seconds.``. Added ``get_busiest_date_of_first_week``.
0.5
---------------------- - Converted headways to minutes - Added option to change headway start and end time cutoffs in ``get_stops_stats`` and ``get_stations_stats``