Skip to content

Releases: TransitApp/py-gtfs-loader

v0.3.1

04 Nov 20:03

Choose a tag to compare

What's Changed

  • Add GitHub Action to publish to PyPI on version changes by @gcamp in #23

New Contributors

  • @gcamp made their first contribution in #23

Full Changelog: v0.2.0...v0.3.1

0.2.0

03 Nov 14:48
bb8a325

Choose a tag to compare

What's Changed

  • Support loading/patching Transit itinerary_cells.txt format by @jsteelz in #22

Full Changelog: v0.1.15...v0.2.0

v0.1.15

01 Oct 16:18
51be240

Choose a tag to compare

Fix lat/lon comps to None

v0.1.14

01 Oct 13:59
054c927

Choose a tag to compare

Don't crash on stops without lat/lon

v0.1.13

06 Aug 17:54
f25d510

Choose a tag to compare

What's Changed

  • py-gtfs-loader: verbosity, file-loading/exporting controls by @jsteelz in #19

Full Changelog: v0.1.12...v0.1.13

v0.1.12

09 Aug 20:21
204203b

Choose a tag to compare

What's Changed

  • force stop_times sorting to ensure giving accurate first/last stop time information by @jsteelz in #18

Full Changelog: v0.1.11...v0.1.12

v0.1.11

02 Feb 19:05
b3b2f25

Choose a tag to compare

  • add transfer type 104 to support subtler trip continuations by @jsteelz in #17

Full Changelog: v0.1.10...v0.1.11

v0.1.10

21 Dec 17:09
d567760

Choose a tag to compare

Merge pull request #16 from TransitApp/do_not_output_empty_gtfs_file

Do not output empty gtfs file

v0.1.9

06 Dec 20:59
eb4ed8d

Choose a tag to compare

Merge pull request #15 from TransitApp/overwrite_file_with_no_entities

Overwrite file with no entities with an  empty csv

v0.1.8

08 Nov 15:36
e736e3c

Choose a tag to compare

Merge pull request #14 from TransitApp/better_default_value_for_durat…