Skip to content

Commit

Permalink
Fix CHANGELOG.md
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Hekhorn <[email protected]>
  • Loading branch information
cschwan and felixhekhorn authored Aug 15, 2024
1 parent 8ef2297 commit 73868e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Python API: dropped top-level Python interface layer
- Python API: renamed `lumi` to `channel` in PyO3 Python interface. This
concerns 1) the argument names of `convolute_with_one` and similar functions;
2) the module `pineappl.lumi` was moved to `pineappl.channel`; 3) the class
2) the module `pineappl.lumi` was moved to `pineappl.boc`; 3) the class
`LumiEntry` was renamed to `Channel`
- Python API: `.into()` needs to be explicitly called on subgrids when calling
`pineappl.grid.set_subgrid()`
Expand Down

0 comments on commit 73868e9

Please sign in to comment.