Releases: jamespfennell/gtfs
Releases · jamespfennell/gtfs
v0.1.24
v0.1.23
Handle informed trip descriptors with empty trip ids and non-empty ro…
v0.1.21
realtime: remove NyctIsAssigned field The NyctIsAssigned field was broken 2 years ago by this commit: https://github.com/jamespfennell/gtfs/commit/7e0a9db5605b4bdf6c48f6e0fade7a2db2d017e6 Rather than fix it, this commit removes the field. Downstream consumers can always check if the trip is assigned by checking if the trip has a vehicle associated to it. For NYCT trips these are equivalent.
v0.1.20
Disambiguate stops and platforms In the GTFS reference a stop is different to a platform, based on whether the stop has a parent station.
v0.1.19
What's Changed
- Populate
TripID
,RouteType
, andDirectionID
inAlertInformedEntity
by @cedarbaum in #15 - Return
Trip
entities fromAlert
s by @cedarbaum in #16
Full Changelog: v0.1.18...v0.1.19
v0.1.18
What's Changed
- Incorporate
DirectionID
in trip hash by @cedarbaum in #14
Full Changelog: v0.1.17...v0.1.18
v0.1.17
Unify optional column handling (#12); unify enums This commit does two things which were related code wise. First it fixes the issue described in #12. Secondly it unifies all of the custom enums so that their implementations are the same.
v0.1.16
Full support for `trips.txt` and `stop_times.txt` (#4)
v0.1.15
Fix bug in vehicle deduplication (#8)
v0.1.14
Add full vehicle entity parsing (#5)