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

ORG: v0.5.1 - Bump patch version to 0.5.1 #119

Merged
merged 2 commits into from
Sep 17, 2024
Merged

ORG: v0.5.1 - Bump patch version to 0.5.1 #119

merged 2 commits into from
Sep 17, 2024

Conversation

munterfi
Copy link
Member

@munterfi munterfi commented Sep 17, 2024

Draft new release v0.5.1 to conclude the current sprint.

Release notes:

## public-transit-service 0.5.1

This release introduces performance enhancements of the raptor router and a transition to the MIT license.

### New Features
- **Performance Optimization in Raptor Rounds**: Improved performance by replacing the HashSet for marked stops with boolean stop mask arrays.
- **Sorted Stop Results**: Stops are now sorted by name in the `getStops(String like)` API to enhance the user experience.
- **MIT License**: Changed project licensing from GPLv3 to MIT for better alignment with open-source best practices.

### Bug Fixes
- **Range Raptor Fix**: Resolved an issue where Range RAPTOR failed to return routes when no departure was found, ensuring reliable route results.

--> PLACE AUTOMATICALLY GENERATED CHANGELOG HERE

@munterfi munterfi requested a review from clukas1 September 17, 2024 15:31
@munterfi munterfi self-assigned this Sep 17, 2024
Copy link
Member

@clukas1 clukas1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good, removed an unused function while reviewing.

@munterfi munterfi merged commit 77f104a into main Sep 17, 2024
2 checks passed
@munterfi munterfi deleted the release/v0.5.1 branch September 17, 2024 20:20
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