Skip to content

v0.3.0

Compare
Choose a tag to compare
@nolanbconaway nolanbconaway released this 06 Apr 01:00
7625f26

v0.3 introduces some breaking changes and itches some of my scratches

  • Adopt new MTA API (https://api.mta.info/), no longer support the old API. (fixes #19 ) (https://datamine.mta.info/). Underground users may now either provide a full URL to their feed, or a train route. If a route is provided, the correct URL will be determined by underground.
  • Migrate from poetry install flow to the usual setup.py. Change CICD and tox pipeline appropriately. (fixes #20)
  • Use a well-maintained request mock instead of my request hack.
  • Move the pypi push to a separate workflow.
  • Isolate the package within a src/ directory. (fixes #21 )
  • Remove unittest.mock imports and use pytest monkeypatch instead