Skip to content

public-transit-service 1.1.0

Latest
Compare
Choose a tag to compare
@clukas1 clukas1 released this 06 Nov 12:34
d42be28

Overview

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.

What's Changed

  • Build(deps-dev): Bump org.mockito:mockito-core from 5.13.0 to 5.14.1 by @dependabot in #130
  • Build(deps-dev): Bump org.mockito:mockito-junit-jupiter from 5.13.0 to 5.14.1 by @dependabot in #129
  • Build(deps): Bump org.jetbrains:annotations from 24.1.0 to 25.0.0 by @dependabot in #126
  • Build(deps-dev): Bump org.junit.jupiter:junit-jupiter from 5.11.0 to 5.11.1 by @dependabot in #125
  • Build(deps): Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 by @dependabot in #133
  • Build(deps-dev): Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.2 by @dependabot in #132
  • Build(deps): Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5.1 by @dependabot in #131
  • Build(deps): Bump org.jetbrains:annotations from 25.0.0 to 26.0.1 by @dependabot in #138
  • 140 spring boot application is not covered by tests by @munterfi in #141
  • 134 api returns empty array when valid trips should exist by @clukas1 in #144
  • Build(deps-dev): Bump org.junit.jupiter:junit-jupiter from 5.11.2 to 5.11.3 by @dependabot in #146
  • Build(deps-dev): Bump org.mockito:mockito-junit-jupiter from 5.14.1 to 5.14.2 by @dependabot in #143
  • Build(deps-dev): Bump org.mockito:mockito-core from 5.14.1 to 5.14.2 by @dependabot in #142
  • Build(deps): Bump ch.qos.logback:logback-classic from 1.5.8 to 1.5.12 by @dependabot in #147
  • Build(deps): Bump org.apache.commons:commons-csv from 1.11.0 to 1.12.0 by @dependabot in #123
  • Build(deps): Bump org.apache.commons:commons-csv from 1.11.0 to 1.12.0 by @dependabot in #151
  • Build(deps): Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 by @dependabot in #150
  • Build(deps): Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.1 to 3.5.2 by @dependabot in #149
  • Build(deps): Bump org.springframework.boot:spring-boot-starter-parent from 3.3.4 to 3.3.5 by @dependabot in #148
  • 145 bug non pareto optimal solution by @clukas1 in #153
  • release/v1.1.0 by @munterfi in #152

Full Changelog: v1.0.0...v1.1.0