----------------- - Bugfixed validators with `Pull Request 8 <https://github.com/mrcagney/gtfstk/pull/8>`_.
9.3.0
------------------ - Replaced ``count_active_trips`` with cjer's faster ``get_active_trips_df``, yielding a ~6x speed up on ``compute_route_stats``. - Autoformated code with Black. - Added ``restrict_to_dates``. - Dropped support for Python < 3.6.
9.2.3
------------------ - Bugfixed ``geometrize_stops`` which was putting some NaNs in the geometry column.
9.2.2
------------------ - Added trip direction arrows to maps produced by ``map_trips``.
9.2.1
------------------ - Fixed bug HTML-escaping apostrophes in ``make_html``.