forked from matsim-org/matsim-libs
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update MATSim CW20 #97
Merged
Merged
Conversation
This file contains 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
Member
nkuehnel
commented
May 17, 2024
- combined distribution of tour start and duration
- add routing test with multiple same options
- build(deps): bump info.picocli:picocli from 4.7.5 to 4.7.6
- build(deps-dev): bump net.bytebuddy:byte-buddy from 1.14.14 to 1.14.15
- add javadoc comment to constructor of OTFVisLiveModule
- factor out drt optimization constraint params from drt config group (factor out drt optimization constraint params from drt config group matsim-org/matsim-libs#3252)
- add python script to analysis kid data
- add new events for new times distribution
- add todo
- change format of list creation
- make output files of the class configurable
- add trip filter for trip start OR end in shp area (simwrapper postprocessing dont overwrite existing dashboards matsim-org/matsim-libs#3269)
- read first 5 lines of csv to check delimiter (read first 5 lines of csv to check delimiter matsim-org/matsim-libs#3271)
- inline abstract module attributes and get rid of them
- recognize EPSG:4326 as equal to WGS84 when using special coordinate transformations (Recognize EPSG:4326 as equal to WGS84 matsim-org/matsim-libs#3276)
- update to geotools 31 (resolve transitive dependency conflicts) (update to geotools 31 (resolve transitive dependency conflicts) matsim-org/matsim-libs#3272)
add routing test with multiple same options
Bumps [info.picocli:picocli](https://github.com/remkop/picocli) from 4.7.5 to 4.7.6. - [Release notes](https://github.com/remkop/picocli/releases) - [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md) - [Commits](remkop/picocli@v4.7.5...v4.7.6) --- updated-dependencies: - dependency-name: info.picocli:picocli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…nfo.picocli-picocli-4.7.6 build(deps): bump info.picocli:picocli from 4.7.5 to 4.7.6
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.14 to 1.14.15. - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.14.14...byte-buddy-1.14.15) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…et.bytebuddy-byte-buddy-1.14.15 build(deps-dev): bump net.bytebuddy:byte-buddy from 1.14.14 to 1.14.15
…ection-hint add javadoc comment to constructor of OTFVisLiveModule
…atsim-org#3252) * factor out drt optimization constraint params from drt config group as preparatory work for service differentiation * ensure backwards compatibility with previous drt config design
add new distribution for tour durations
…for-compilation Ssct improvements for compilation
inline abstract module attributes and get rid of them
…im-org#3272) * update to geotools 31 * update geotools import statements * remove gt-opengis as it is discontinued
Bumps [io.grpc:grpc-all](https://github.com/grpc/grpc-java) from 1.63.0 to 1.64.0. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.63.0...v1.64.0) --- updated-dependencies: - dependency-name: io.grpc:grpc-all dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…o.grpc-grpc-all-1.64.0 build(deps): bump io.grpc:grpc-all from 1.63.0 to 1.64.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.11.0 to 5.12.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.11.0...v5.12.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…rg.mockito-mockito-core-5.12.0 build(deps): bump org.mockito:mockito-core from 5.11.0 to 5.12.0
Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.11.0 to 5.12.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.11.0...v5.12.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…rg.mockito-mockito-junit-jupiter-5.12.0 build(deps): bump org.mockito:mockito-junit-jupiter from 5.11.0 to 5.12.0
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.10.1 to 2.11.0. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.10.1...gson-parent-2.11.0) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…om.google.code.gson-gson-2.11.0 build(deps): bump com.google.code.gson:gson from 2.10.1 to 2.11.0
updated-dependencies: - dependency-name: jakarta.validation:jakarta.validation-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…akarta.validation-jakarta.validation-api-3.1.0 build(deps): bump jakarta.validation:jakarta.validation-api from 3.0.2 to 3.1.0
updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…et.bytebuddy-byte-buddy-1.14.16 build(deps-dev): bump net.bytebuddy:byte-buddy from 1.14.15 to 1.14.16
…ation-params Allow for storing multiple DrtOptimizationConstraintsParams
Bumps org.apache.commons:commons-compress from 1.26.1 to 1.26.2. --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…rg.apache.commons-commons-compress-1.26.2 Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.26.1 to 4.27.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…om.google.protobuf-protobuf-java-4.27.0 Bump com.google.protobuf:protobuf-java from 4.26.1 to 4.27.0
* fix bicycle score handler * update test cases * update events * use new population comparison
…im-org#3290) * fix: prebooked drt with variable stop durations and group sizes * fix logic
…m-org#3285) * add comments to clarify configs * add ModeChoiceCoverageControlerListener as default analysis * fix tests * fix tests
mfrawley-moia
approved these changes
May 27, 2024
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.