------------------ - Merged bugfix pull requests 21--24 and 26--27.
10.0.6
------------------ - Updated dependencies and loosened their requirements.
10.0.5
------------------ - Changed ``read_gtfs`` to ignore files that don't end with ``.txt``.
10.0.4
------------------ - Bugfixed the 'restrict_to' functions in ``miscellany.py``. In particular, i fixed the transfers table slices by replacing the logical ors with logical ands. - Updated dependencies.
10.0.3
------------------ - Set the time series frequency at the end of the function ``downsample``.
10.0.2
------------------ - Changed ``<`` to ``<=`` at the start of the function ``downsample`` as a tiny optimization. - Fixed Pytest warning.