Version packages - #164
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/master
branch
from
September 4, 2026 20:05
5387bee to
80a842a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
dtd2mysql@9.1.0
Minor Changes
0f6bf84: Add
--remove-passing-points, which defaults totrue, so the feed is unchanged by default.Half the CIF's intermediate location records are places a service runs through without stopping,
and 892,000 of them are at a station the feed publishes. They have always been dropped at the source
query, so the only calls with no pickup and no drop off in the feed were the 4,800 operational stops
where a service stops but nobody boards.
--remove-passing-points=false,removePassingPoints: falsein a config, orGTFS_REMOVE_PASSING_POINTS=0keeps them, as calls withpickup_typeanddrop_off_typeof1and the pass time as both the arrival and the departure. Over three months of the whole network that
is 3.43 million stop times against 2.84 million. Trips, routes and calendars are identical;
stops.txtgains 59 stops. A passing point names its platform like any other call, falling back tothe station where the pass record gives none: 89% of passing calls land on a boarding point the feed
already publishes because something stops there, so the id a passing call carries is the one a
stopping call at that platform carries.
Fixes a bug it uncovered: where two of a service's timing points share a CRS, the one that boards or
alights wins, but a request stop has
pickup_type3 rather than 0 and so had nothing to win with. 28of them were displaced by the point the service passes on the way in.
The nightly workflow now publishes both feeds,
gtfs.zipandgtfs-passing-points.zip, each gatedby its own validator baseline.
Patch Changes
@gb-transit/dtd-source@1.1.0
Minor Changes
0f6bf84: Add
--remove-passing-points, which defaults totrue, so the feed is unchanged by default.Half the CIF's intermediate location records are places a service runs through without stopping,
and 892,000 of them are at a station the feed publishes. They have always been dropped at the source
query, so the only calls with no pickup and no drop off in the feed were the 4,800 operational stops
where a service stops but nobody boards.
--remove-passing-points=false,removePassingPoints: falsein a config, orGTFS_REMOVE_PASSING_POINTS=0keeps them, as calls withpickup_typeanddrop_off_typeof1and the pass time as both the arrival and the departure. Over three months of the whole network that
is 3.43 million stop times against 2.84 million. Trips, routes and calendars are identical;
stops.txtgains 59 stops. A passing point names its platform like any other call, falling back tothe station where the pass record gives none: 89% of passing calls land on a boarding point the feed
already publishes because something stops there, so the id a passing call carries is the one a
stopping call at that platform carries.
Fixes a bug it uncovered: where two of a service's timing points share a CRS, the one that boards or
alights wins, but a request stop has
pickup_type3 rather than 0 and so had nothing to win with. 28of them were displaced by the point the service passes on the way in.
The nightly workflow now publishes both feeds,
gtfs.zipandgtfs-passing-points.zip, each gatedby its own validator baseline.
Patch Changes
@gb-transit/gtfs@1.1.0
Minor Changes
0f6bf84: Add
--remove-passing-points, which defaults totrue, so the feed is unchanged by default.Half the CIF's intermediate location records are places a service runs through without stopping,
and 892,000 of them are at a station the feed publishes. They have always been dropped at the source
query, so the only calls with no pickup and no drop off in the feed were the 4,800 operational stops
where a service stops but nobody boards.
--remove-passing-points=false,removePassingPoints: falsein a config, orGTFS_REMOVE_PASSING_POINTS=0keeps them, as calls withpickup_typeanddrop_off_typeof1and the pass time as both the arrival and the departure. Over three months of the whole network that
is 3.43 million stop times against 2.84 million. Trips, routes and calendars are identical;
stops.txtgains 59 stops. A passing point names its platform like any other call, falling back tothe station where the pass record gives none: 89% of passing calls land on a boarding point the feed
already publishes because something stops there, so the id a passing call carries is the one a
stopping call at that platform carries.
Fixes a bug it uncovered: where two of a service's timing points share a CRS, the one that boards or
alights wins, but a request stop has
pickup_type3 rather than 0 and so had nothing to win with. 28of them were displaced by the point the service passes on the way in.
The nightly workflow now publishes both feeds,
gtfs.zipandgtfs-passing-points.zip, each gatedby its own validator baseline.
dtd2gtfs@0.1.0
Minor Changes
0f6bf84: Add
--remove-passing-points, which defaults totrue, so the feed is unchanged by default.Half the CIF's intermediate location records are places a service runs through without stopping,
and 892,000 of them are at a station the feed publishes. They have always been dropped at the source
query, so the only calls with no pickup and no drop off in the feed were the 4,800 operational stops
where a service stops but nobody boards.
--remove-passing-points=false,removePassingPoints: falsein a config, orGTFS_REMOVE_PASSING_POINTS=0keeps them, as calls withpickup_typeanddrop_off_typeof1and the pass time as both the arrival and the departure. Over three months of the whole network that
is 3.43 million stop times against 2.84 million. Trips, routes and calendars are identical;
stops.txtgains 59 stops. A passing point names its platform like any other call, falling back tothe station where the pass record gives none: 89% of passing calls land on a boarding point the feed
already publishes because something stops there, so the id a passing call carries is the one a
stopping call at that platform carries.
Fixes a bug it uncovered: where two of a service's timing points share a CRS, the one that boards or
alights wins, but a request stop has
pickup_type3 rather than 0 and so had nothing to win with. 28of them were displaced by the point the service passes on the way in.
The nightly workflow now publishes both feeds,
gtfs.zipandgtfs-passing-points.zip, each gatedby its own validator baseline.
Patch Changes