Releases: matsim-org/pt2matsim
Releases · matsim-org/pt2matsim
25.2
What's Changed
- Update to newest HAFAS format (hrdf 5.4) by @davibicudo in #232
- Parse additional TransitLine info from GTFS by @Royal2Flush in #252
- Gtfs conditionally required by @Royal2Flush in #253
- fix route count attribute in case of using stoptimes instead of frequencies by @Royal2Flush in #254
- Fix Gtfs2TransitScheduleIT by @marecabo in #257
- Parallelize creation of DisallowedNextLinks by @marecabo in #258
- Allow for OSM relation members to have multiple roles by @marecabo in #259
- Improve parsing of turn restrictions as DisallowedNextLinks by @marecabo in #260
Chores
- Add Maven surefire and failsafe plugins by @marecabo in #255
- Include integration tests in GitHub workflow by @marecabo in #256
Dependencies
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3 by @dependabot in #223
- Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre by @dependabot in #224
- Bump com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.17.1 by @dependabot in #222
- Bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 5.10.3 by @dependabot in #233
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to 3.6.0 by @dependabot in #226
- Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre by @dependabot in #228
- Bump org.geotools:gt-opengis from 29.5 to 29.6 by @dependabot in #229
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.1 to 3.7.1 by @dependabot in #231
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.1 to 3.8.0 by @dependabot in #237
- Bump com.google.guava:guava from 33.2.1-jre to 33.3.1-jre by @dependabot in #242
- Bump com.fasterxml.jackson:jackson-bom from 2.17.1 to 2.18.2 by @dependabot in #248
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.8.0 to 3.8.1 by @dependabot in #250
- Bump log4j.version from 2.23.1 to 2.24.3 by @dependabot in #249
- Bump org.junit.jupiter:junit-jupiter-api from 5.10.3 to 5.11.4 by @dependabot in #251
- Bump org.locationtech.jts:jts-core from 1.19.0 to 1.20.0 by @dependabot in #239
- Bump commons-io:commons-io from 2.16.1 to 2.18.0 by @dependabot in #247
- Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre by @dependabot in #262
- Bump com.opencsv:opencsv from 5.9 to 5.10 by @dependabot in #261
New Contributors
- @Royal2Flush made their first contribution in #252
Full Changelog: v24.4...v25.2
24.4
What's Changed
- Create DisallowedNextLinks attributes for turn restrictions by @marecabo in #202
- Adjust NetworkTools.findClosestLinksSorted(..) and deprecate it by @marecabo in #205
- Fix usage of deprecated methods and classes by @marecabo in #206
- Linting and typos by @marecabo in #203
Dependencies
- Bump MATSim to 2024.0 by @marecabo in #201
- Bump GeoTools from 29.0 to 29.5 by @marecabo in #208
- Bump Log4j2 from 2.20.0 to 2.23.1 by @marecabo in #209
- Bump OpenCSV from 5.7.1 to 5.9 by @marecabo in #211
- Bump Commons IO from 2.11.0 to 2.16.1 by @marecabo in #212
- Bump zip4j from 2.11.3 to 2.11.5 by @marecabo in #213
- Bump Jackson from 2.14.2 to 2.17.0 by @marecabo in #210
- Bump GeoJson-Jackson from 1.5 to 1.14 by @marecabo in #219
- Bump guava from 30.0-jre to 32.0.0-jre by @dependabot in #190
- Bump guava from 32.0.0-jre to 33.1.0-jre by @marecabo in #214
- Bump maven-source-plugin from 3.2.1 to 3.3.1 by @marecabo in #215
- Bump maven-compiler-plugin from 3.8.0 to 3.13.0 by @marecabo in #216
- Bump maven-dependency-plugin from 3.5.0 to 3.6.1 by @marecabo in #217
- Bump maven-shade-plugin from 3.2.0 to 3.5.2 by @marecabo in #218
- Migrate from JUnit 4 to JUnit 5 by @marecabo in #204
Full Changelog: v23.4...v24.4
pt2matsim 23.4
- Bump MATSim from 14.0 to 15.0 and Java from 11 to 17 by @marecabo in #187
- Migrate to Log4j2 by @marecabo in #186
- Add network mode to vehicleType by @marecabo in #182
- Relaxed parallel task assignment in PseudoRoutingImpl by @marecabo in #188
- Explicitly specify Maven dependencies by @marecabo in #183
- Bump zip4j from 2.11.2 to 2.11.3 by @dependabot in #184
Full Changelog: v22.11...v23.4
pt2matsim 22.11
- fix: Allow arbitrary order of week days by @sebhoerl in #173
- Matsim14 by @markusstraub in #179
Full Changelog: v22.3...v22.11
pt2matsim 22.3
- fix exported WKT format #168 @Nitnelav
- Bump zip4j from 1.3.2 to 2.9.1 #166 @dependabot
- update docs and deprecated params @polettif
Full Changelog: v22.1...v22.3
pt2matsim 22.1
pt2matsim 21.10
- Fix omitted rail links on OSM route masters #158 @JWJoubert
- Use MatsimVehicleWriter instead of VehicleWriterV1 #159 @ksauzz