-
Notifications
You must be signed in to change notification settings - Fork 30
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: eic/EICrecon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8432604
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: eic/EICrecon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0e56fd2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 17 files changed
- 3 contributors
Commits on Jan 15, 2025
-
services/io/podio: remove unused datamodel_LinkDef.h (#1704)
### Briefly, what does this PR introduce? Removing it as it should be irrelevant for recent PODIO with frames format. Resolves: #1693 ### What kind of change does this PR introduce? - [x] Bug fix (issue ##1693) - [ ] New feature (issue #__) - [ ] Documentation update - [ ] Other: __ ### Please check if this PR fulfills the following: - [ ] Tests for the changes have been added - [ ] Documentation has been added / updated - [ ] Changes have been communicated to collaborators ### Does this PR introduce breaking changes? What changes might users need to make to their code? Not supposed to ### Does this PR change default behavior? No --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 451c246 - Browse repository at this point
Copy the full SHA 451c246View commit details -
feat(ci): runs-on: ubuntu-22.04 -> ubuntu-24.04 (#1686)
### Briefly, what does this PR introduce? This PR updates the target operating system for CI jobs, from ubuntu-latest to a more explicit ubuntu-24.04. This is in part to test that the automatic update of implicit ubuntu-latest will not break anything (actions/runner-images#10636), and in part because it makes sense to be explicit about the target operating system. ### What kind of change does this PR introduce? - [ ] Bug fix (issue #__) - [x] New feature (issue actions/runner-images#10636) - [ ] Documentation update - [ ] Other: __ ### Please check if this PR fulfills the following: - [ ] Tests for the changes have been added - [ ] Documentation has been added / updated - [ ] Changes have been communicated to collaborators ### Does this PR introduce breaking changes? What changes might users need to make to their code? No. ### Does this PR change default behavior? Yes, for the next few days ubuntu-latest will still be ubuntu-22.04, and this will mean an upgrade to ubuntu-24.04.
Configuration menu - View commit details
-
Copy full SHA for fddfc5f - Browse repository at this point
Copy the full SHA fddfc5fView commit details
Commits on Jan 16, 2025
-
fix: allow both Vector3f or Vector3d in Beam.h (#1707)
### Briefly, what does this PR introduce? EDM4hep-0.99 changed the type of momentum in particles from float to double, which requires more flexibility in our `round_beam_four_momentum` function. ### What kind of change does this PR introduce? - [ ] Bug fix (issue #__) - [x] New feature (support EDM4hep-0.99) - [ ] Documentation update - [ ] Other: __ ### Please check if this PR fulfills the following: - [ ] Tests for the changes have been added - [ ] Documentation has been added / updated - [ ] Changes have been communicated to collaborators ### Does this PR introduce breaking changes? What changes might users need to make to their code? No. ### Does this PR change default behavior? No.
Configuration menu - View commit details
-
Copy full SHA for 809b1ac - Browse repository at this point
Copy the full SHA 809b1acView commit details -
fix: decltype on MCParticle::momentum in UndoAfterBurner (#1708)
### Briefly, what does this PR introduce? In EDM4hep-0.99, `MCParticle::momentum` is now `Vector3f` instead of `Vector3d`, which causes warnings in UndoAfterBurner. This PR adds a decltype to get around this. ### What kind of change does this PR introduce? - [ ] Bug fix (issue #__) - [x] New feature (support EDM4hep-0.99) - [ ] Documentation update - [ ] Other: __ ### Please check if this PR fulfills the following: - [ ] Tests for the changes have been added - [ ] Documentation has been added / updated - [ ] Changes have been communicated to collaborators ### Does this PR introduce breaking changes? What changes might users need to make to their code? No. ### Does this PR change default behavior? No.
Configuration menu - View commit details
-
Copy full SHA for 7daf8e2 - Browse repository at this point
Copy the full SHA 7daf8e2View commit details
Commits on Jan 17, 2025
-
fix: rm find_package outside jana_plugin.cmake (#1710)
### Briefly, what does this PR introduce? This PR removes the find_package use in benchmarks, outside of jana_plugin.cmake. Finding packages is better done centralized, to reduce duplication, to ensure the same components are found, and to ensure we keep track of minimum version requirements. ### What kind of change does this PR introduce? - [x] Bug fix (issue: code duplication) - [ ] New feature (issue #__) - [ ] Documentation update - [ ] Other: __ ### Please check if this PR fulfills the following: - [ ] Tests for the changes have been added - [ ] Documentation has been added / updated - [ ] Changes have been communicated to collaborators ### Does this PR introduce breaking changes? What changes might users need to make to their code? No. ### Does this PR change default behavior? No.
Configuration menu - View commit details
-
Copy full SHA for 35db332 - Browse repository at this point
Copy the full SHA 35db332View commit details -
feat: export Acts_VERSION_MINOR as compile definition (#1711)
### Briefly, what does this PR introduce? We're going to encounter some ACTS API changes introduced at the minor version number (we're arguably using a bit of private API). This PR adds `Acts_VERSION_MINOR` to compile definitions, in anticipation. ### What kind of change does this PR introduce? - [ ] Bug fix (issue #__) - [x] New feature (issue: ACTS ViewConfig changes in 37.1.0 will need this) - [ ] Documentation update - [ ] Other: __ ### Please check if this PR fulfills the following: - [ ] Tests for the changes have been added - [ ] Documentation has been added / updated - [ ] Changes have been communicated to collaborators ### Does this PR introduce breaking changes? What changes might users need to make to their code? No. ### Does this PR change default behavior? No.
Configuration menu - View commit details
-
Copy full SHA for c58b522 - Browse repository at this point
Copy the full SHA c58b522View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48809d6 - Browse repository at this point
Copy the full SHA 48809d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e1c4a8 - Browse repository at this point
Copy the full SHA 8e1c4a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0467bb6 - Browse repository at this point
Copy the full SHA 0467bb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6543e03 - Browse repository at this point
Copy the full SHA 6543e03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e56fd2 - Browse repository at this point
Copy the full SHA 0e56fd2View commit details
There are no files selected for viewing