Skip to content

v2024.8.1

Compare
Choose a tag to compare
@lgray lgray released this 19 Aug 13:46
· 53 commits to master since this release
246f134

What's Changed

Note to users: due to the change of "r" to "rho" when using scikit-hep vector, this causes a fairly notable clash with the per-event pileup energy density, often called "rho". Since .rho is an awkward behavior if you assign the pileup rho into a jet object, for instance, .rho will always return the geometrical interpretation. To fix this you can either use object["rho"], if you continue to call the variable "rho" in the object, since that method will will only ever access field names. You can also call the pileup rho something else like object["PU_rho" ] = some_pu_variable; print(object.PU_rho), which will avoid the name clash in the first place.

New Features

Fixes

  • fix: remove lru_cache from Weights by @lgray in #1160
  • fix: remove unnecessary overrides of momentum accessors by @lgray in #1161
  • fix: Physlite elementlink update 8/4/24 by @SamKelson in #1156
  • fix: remove bad accessors for cylindrical pt/eta/phi vectors by @lgray in #1165

Misc.

New Contributors

Full Changelog: v2024.8.0...v2024.8.1