Skip to content

Releases: transitland/gtfs

v1.0.1

19 Dec 01:20
Compare
Choose a tag to compare
  • Include support for extended Route types, and map to human readable string with Route#gtfs_vehicle_type

v1.0.0rc7

30 Nov 01:40
Compare
Choose a tag to compare
v1.0.0rc7 Pre-release
Pre-release

v1.0.0rc5

26 Oct 20:07
Compare
Choose a tag to compare
v1.0.0rc5 Pre-release
Pre-release
  • Expand service range after loading all calendar data
  • Export iso_service_weekdays as true/false

v1.0.0rc4

30 Sep 17:35
Compare
Choose a tag to compare
v1.0.0rc4 Pre-release
Pre-release

Bug fixes

v1.0.0rc2

29 Sep 00:55
Compare
Choose a tag to compare
v1.0.0rc2 Pre-release
Pre-release
  • Added WideTime class for working with times with longer than 24-hour days
  • Added Source.trip_stop_times method to yield associated stop_times for each trip

v1.0.0rc1

24 Sep 22:45
Compare
Choose a tag to compare
v1.0.0rc1 Pre-release
Pre-release

This is the first release of the Transitland fork of nerdEd/gtfs.

Release notes:

  • Add GTFS graph and graph loader
  • Remove entity attribute prefixes
  • Fixes to unicode/byte-order-mark handling
  • Index and entities by ID
  • Add 'id' and 'name' methods to entities with primary keys
  • Shape lines (shapes.txt rows merged by shape_id and ordered by shape_pt_sequence)
  • Add ServicePeriod entity, which merges calendar.txt and calendar_dates.txt service_id's
  • Add trip_chunks method to create 'batches' of StopTimes
  • Add stop_time_pairs method to create trip stop-stop edges
  • Add pry dependency and "rake console" task

Note: this fork breaks backwards compatibility by dropping entity attribute prefix removal.