Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Releases: google/transitfeed

1.2.16

24 Jan 22:09
60ceaa1
Compare
Choose a tag to compare
  • Add tests and code to write feed info to resulting file
  • Fix expiry failure in tests
  • Add validation for emails
  • Fix broken links
  • Fixed typos

1.2.15

08 Mar 07:06
Compare
Choose a tag to compare
  • Add support for original_trip_id in trips.txt, which is populated when a trip_id must be renamed in the Merge tool.
  • Add support for timepoint field in stop_times.txt (#390)
  • Tweak sqlite support to play nicely with Jython (#245)
  • Fix for drag-and-drop stop location editing in location_editor.py (#384)

1.2.14

30 Dec 21:25
Compare
Choose a tag to compare

General bug fixes:

  • Fix for leading spaces in CSV values (#381)

Updates to schedule_viewer:

  • Use Google Maps API v3 (#375)
  • Show route colors for trip polylines, when available (#386)
  • Latest version check on startup.

Other changes:

  • Update kmlparser.py to use the name of LineString features as a shape id when importing shapes from KML.
  • Refactor unit tests into individual test files in tests/

1.2.13

07 Oct 17:31
Compare
Choose a tag to compare

This is the first release after the transition to GitHub. It includes a number of bug fixes:

  • %s in output (#345)
  • kmlwriter.py crashes (#346)
  • Duplication of stop_name and stop_desc should be a warning, not an error. (#347)
  • Make tests work with hash seed randomization turned on (#352)
  • Add validation support for trips.txt wheelchair_accessible column. (#358)
  • Add support for 'bikes_allowed' fields (#372)
  • Validator does not recognize 'updated' column definitions: wheelchair_boarding and trip_short_name (#377)
  • Unzipping cannot handle language encoding bit properly (#379)

In addition, the merge.py utility now does a "new version available?" check similar to feed_validator.py.

1.2.3

27 Sep 00:04
Compare
Choose a tag to compare

Original release on 2009-11-05:

  • Validation changes
    • Warn about duplicate calendar_dates.txt records (issue 82, Jiri)
    • Ignore warning about travel in 0 seconds for times rounded to nearest minute (issue #193)
  • transitfeed API changes
    • Make transitfeed.Route.AddTripObject private
    • Only write agency.txt, stops.txt, routes.txt and trips.txt if they are created
  • Other changes
    • Fix google_random_queries.py to output URLs with ISO 8601 date formats to avoid locale issues (Richard)
    • Fix broken tests in Windows
    • Fix kmlparser

1.2.12

26 Sep 20:45
Compare
Choose a tag to compare

Original release on 2012-07-30:

  • Add South Sudan to language-subtag-registry (#326)
  • Fix for crash in FeedValidator when stop in stops.txt does not include location information and stop-station hierarchy is used (#327)
  • ValidateNoDuplicateStopSequences produces a confusing error message (#328)
  • FeedValidator crashes when loading frequencies.txt with no header specified (#341)
  • GTFS Validation Problem in Merge Tool Causes Crash (#343)

1.2.11

26 Sep 20:47
Compare
Choose a tag to compare

Original release on 2012-02-22:

  • Issue #299: Fix FeedValidator crash for feeds that have trips with service_id values that are not defined in either calendar.txt or calendar_dates.txt.
  • Issue #315: Add support to KMLWriter to show stop-station hierarchy
  • Issue #316: Fix crash in KMLWriter
  • Issue #319: Fix issue with Google Maps API key in ScheduleViewer
  • Issue #320: Refactor stop_timezone validation code out of google extensions and into main FeedValidator

1.2.10

27 Sep 00:26
Compare
Choose a tag to compare

Original release on 2011-11-04:

  • Issue #307: Fix whitespace in schedule.py
  • Issue #309: Update schedule viewer to show different arrival / departure time in stop label
  • Issue #310: Bug in TooManyConsecutiveStopTimesWithSameTime check when stop times are undefined
  • Issue #311: Add new_feed.zip, a artifact of unit tests, to svn:ignore
  • Issue #312: Test feed good_feed expires on Dec 31, 2011 - 60 days from now - causing unexpected warnings and test failures
  • Issue #313: Convert tabs to spaces in python/gtfsscheduleviewer/files/index.html

1.2.9

27 Sep 00:25
Compare
Choose a tag to compare

Original release on 2011-10-27:

  • Issue #305: Change "Too Many Consecutive !StopTimes with same departure/arrival time" from ERROR to WARNING

1.2.8

27 Sep 00:24
Compare
Choose a tag to compare

Original release on 2011-10-21:

  • Issue #296: Feed Validator should send a warning when there are multiple consecutive 0:00:00 stop_times
  • Issue #300: frequencies.txt - exact_times is now an officially adopted proposal
  • Issue #301: agency.txt - agency_fare_url is now officially part of the GTFS spec
  • Issue #302: Add Eclipse project files to svn:ignore
  • Issue #303: The feed_info.txt proposal has been officially adopted