We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CHANGELOG.md
1 parent d337717 commit 0c819cdCopy full SHA for 0c819cd
1 file changed
CHANGELOG.md
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Fixed
11
+
12
+- added a missing implementation for a branch in `Grid::merge` that was
13
+ triggered when exporting some PineAPPL grids generated from the 'pinejet'
14
+ group
15
+- fixed wrong coupling orders when exporting to APPLgrid. This happened when
16
+ the PineAPPL grid had orders that had any other ordering than 'LO', 'NLO',
17
+ 'NNLO'
18
+- fixed a bug that caused exported grids to compare unsuccessfully when the
19
+ convolution functions were proton-anti-proton; APPLgrid doesn't store the
20
+ types of convolution functions, so we simply convert the grid to use only
21
+ proton PDFs
22
23
## [1.1.0] - 08/07/2025
24
25
### Added
0 commit comments