-------------------- - Made Matplotlib import optional. - Updated plotter function chart colors.
2.0.0
------------------- - Moved the ``Feed`` class into a separate file. - Fixed a fatal bug in ``plot_routes_time_series`` and renamed it ``plot_feed_time_series``. - Added ``route_type`` to trips stats and routes stats. - Added more functions to the ``cleaner`` module.
1.0.0
-------------------- - Modularized more - Refactored the Feed class, exporting most methods to functions. - Changed function names, favoring a ``compute_`` prefix over a ``get_`` prefix for complex functions. - Bug fix: in ``INT_COLUMNS`` changed ``'dropoff_type'`` to ``'drop_off_type'``.
0.12.3
-------------------- - Changed to return empty data frames instead of ``None`` where appropriate - Added ``Feed.clean_route_short_names``. - Changed the inputs and outputs of ``get_stops_stats`` and ``get_stops_time_series``. - Replaced ``assert`` statements with exceptions.
0.12.2
-------------------- - Changed name to ``gtfstk``.
0.12.1
-------------------- - Added ``route_short_name`` and ``min_headway`` to trips stats and routes stats. - Changed the default handling of distance units in ``Feed``.