scikit-hep / particle

Package to deal with particles, the PDG particle data table, PDGIDs, etc.
BSD 3-Clause "New" or "Revised" License
151 stars 24 forks source link

Add PDG 2023 particle data table file #505

Closed eduardo-rodrigues closed 1 year ago

eduardo-rodrigues commented 1 year ago

Same as last year, the PDG renamed their data file extension from .mcd to .txt. I renamed it back for consistency here with previous years. Not an issue since the package uses anyway a curated file, not this one directly. See https://github.com/scikit-hep/particle/pull/433 for last year's data file update.

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (a02f170) 95.89% compared to head (d83260e) 95.89%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #505 +/- ## ======================================= Coverage 95.89% 95.89% ======================================= Files 31 31 Lines 1389 1389 ======================================= Hits 1332 1332 Misses 57 57 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.