Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release/v1.1.0 #152

Merged
merged 1 commit into from
Nov 6, 2024
Merged

release/v1.1.0 #152

merged 1 commit into from
Nov 6, 2024

Conversation

munterfi
Copy link
Member

@munterfi munterfi commented Nov 5, 2024

Draft new release v1.1.0, release notes:

## public-transit-service 1.1.0

Additional logic to handle transfers between parent stops and dependency updates.

### New Features

- **Additional Transfers** generated by a Transfer Generator have lowest priority.
- **Child/Parent Transfers** are derived on a stop-stop basis in raptor. E.g. if parent stop holds transfers, stop A1 (child) will get all transfers from stop A (parent). See test cases to see all potential cases.
- **Explicit Transfers**: Even if parent transfers are defined in GTFS, if there is a direct transfer (e.g. A1-A2) is specified in GTFS, transfers derived from (A-A) will be overwritten.

### Bug Fixes

- **Non Pareto-Optimal Solutions**: Resolved an issue where non Pareto-optimal solutions appeared in range raptor. The fix ensures Pareto-optimal solutions by applying filtering in the post-processing step.

--> PLACE AUTOMATICALLY GENERATED CHANGELOG HERE

@munterfi munterfi requested a review from clukas1 November 5, 2024 10:46
@munterfi munterfi self-assigned this Nov 5, 2024
@munterfi munterfi changed the title ORG: v1.1.0 - Bump minor version to 1.1.0 release/v1.1.0 Nov 5, 2024
@clukas1
Copy link
Member

clukas1 commented Nov 5, 2024

Looks good but waiting for issue 145 to be merged as this can also go with this release.

@munterfi
Copy link
Member Author

munterfi commented Nov 6, 2024

@clukas1, I’ve updated the release notes to include the fix for non Pareto-optimal solutions.

@clukas1 clukas1 merged commit d42be28 into main Nov 6, 2024
2 checks passed
@clukas1 clukas1 deleted the release/v1.1.0 branch November 6, 2024 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants