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 #91
Merged
Merged
update matsim #91
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 3, 2024
- change java version to 21
- explicitly configure java version in maven compiler plugin
- build(deps): bump com.google.errorprone:error_prone_annotations
- build(deps): bump org.checkerframework:checker-qual
- build(deps): bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre
- replace population comparison in tests and deprecate by byte comparison of plan files (replace population comparison in tests and deprecate by byte comparison of plan files matsim-org/matsim-libs#3247); add attributes comparison
change java version to 21. Closes matsim-org#3124
Bumps [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) from 2.27.0 to 2.27.1. - [Release notes](https://github.com/google/error-prone/releases) - [Commits](google/error-prone@v2.27.0...v2.27.1) --- updated-dependencies: - dependency-name: com.google.errorprone:error_prone_annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…om.google.errorprone-error_prone_annotations-2.27.1 build(deps): bump com.google.errorprone:error_prone_annotations from 2.27.0 to 2.27.1
Bumps [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework) from 3.42.0 to 3.43.0. - [Release notes](https://github.com/typetools/checker-framework/releases) - [Changelog](https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md) - [Commits](typetools/checker-framework@checker-framework-3.42.0...checker-framework-3.43.0) --- updated-dependencies: - dependency-name: org.checkerframework:checker-qual dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…rg.checkerframework-checker-qual-3.43.0 build(deps): bump org.checkerframework:checker-qual from 3.42.0 to 3.43.0
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.1.0-jre to 33.2.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…om.google.guava-guava-33.2.0-jre build(deps): bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre
…on of plan files (matsim-org#3247); add attributes comparison
matsim/src/main/java/org/matsim/core/population/routes/PopulationComparison.java
Show resolved
Hide resolved
matsim/src/main/java/org/matsim/core/population/routes/PopulationComparison.java
Show resolved
Hide resolved
matsim/src/main/java/org/matsim/core/population/routes/PopulationComparison.java
Show resolved
Hide resolved
mfrawley-moia
approved these changes
May 3, 2024
nkuehnel
pushed a commit
that referenced
this pull request
Dec 2, 2024
Write out LSPs in each iteration
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.