Skip to content
abyrd edited this page Apr 30, 2012 · 6 revisions

0.7.0 (release, 29 April 2012)

  • Bike rental support (thanks Laurent Grégoire)
  • Realtime bike rental availability feed support
  • Updated to new version of One Bus Away GTFS/CSV, fixing timezone and string interning issues (thanks Brian Ferris)
  • Bugfixes in area routing, OSM loading, nonexistant NED tiles, route short names
  • Dutch and French language updates
  • Catch negative edge weights due to broken GTFS
  • Significant (10-20%) speedup by moving a field into StateData (thanks Laurent Grégoire)

0.6.0 (release, 25 April 2012)

  • area routing
  • more lenient parsing of times
  • new directions icon set with SVG sources (thanks Laurent G)

0.5.4 (bugfix, 06 April 2012)

  • catch 0 divisors in NED builder, preventing NaN propagation to edge lengths
  • avoid repeated insertion of edges into edge lists, which are now threadsafe edge sets
  • identity equality for edges
  • bounding box check in UnifiedCoverage (speed up NED loading)
  • Dutch API messages
  • elevation override fix
  • less verbose graph builder (be sure to check graphbuilder annotation summary)
  • replacement streets given names
  • geocoder bug fix (thanks Laurent Gregoire)
  • git commit IDs included in MavenVersion, allowing clearer OTP/Graph version mismatch warnings
  • fix problems with immediate reboarding and unexpected edges in itinerary builder
  • favicon (thanks Joel Haasnoot)
  • Legs in API response have TripId (for realtime information)
  • Polish locale (thanks Łukasz Witkowski)
  • transfers.txt can define station paths, entry costs for stations
  • allow loading a base graph into graphbuilder instead of starting from scratch

0.5.3 (bugfix, 23 March 2012)

  • GTFS loader now loads feeds one-at-a-time, allowing per-feed configuration
  • half-written graph files are now deleted on graph build error
  • DST issue OTP-side fixes, tests adjusted to use timezones
  • updated French translation
  • fixed problem with loop ways in OSM
  • graph coherency checking
  • improved OSM floor number handling
  • handle units in ele tags
  • ferry icons (thanks Joel Haasnoot)
  • mapbox streets tile layer is now the default
  • complete Dutch translation

Version 0.5.2 (bugfix, 20 March 2012)

  • hop speed/distance checks, duplicate shape point filtering, etc.

Version 0.5.1 (bugfix, 16 March 2012)

  • more transit index features
  • default agencyIDs now determined on a per-feed basis
  • fixed fare overflow problem
  • fixed bug in loop road turn conversion
  • additional graphbuilder warnings and annotations
  • fixed a batch of bugs found by fixbugs

Version 0.5.0 (release, 09 March 2012)

  • stop codes, zones, and agency names in planner responses
  • encapsulation of edge list modifications
  • expanded edge and vertex type hierarchy
  • use mapquest OSM server by default
  • Turkish locale (thanks Hasan Tayyar Beşik)
  • German and Italian locales (thanks Gerardo Carrieri)
  • bookmarkable trip URLs (thanks Matt Conway)
  • elevator and OSM level support (thanks Matt Conway)
  • BART/Muni fare service
  • release and javadoc/apidoc publishing automation
  • graph versioning based on Maven artifact version
  • API for browsing graph internals
  • improved stop linking
  • optional island removal graphbuilder step
  • and of course, lots of bugfixes

Version 0.4.4 (bugfix, 06 February 2012)

Release in anticipation of upcoming merges.

Clone this wiki locally