Releases: NNPDF/pineappl
Releases · NNPDF/pineappl
v1.4.0-alpha1
v1.4.0-alpha1
v1.3.3
v1.3.3-alpha-4
v1.3.3-alpha-4
v1.3.3-alpha-3
v1.3.3-alpha-3
v1.3.3-alpha-2
v1.3.3-alpha-2
v1.3.3-alpha-1
v1.3.3-alpha-1
v1.3.3-alpha-0
v1.3.3-alpha-0
v1.3.2
v1.3.0
v1.2.0
1.2.0 - 22/08/2025
Added
- added
Grid::repairto repair bugs that survived by writing bugged grids to
disk, for example #338. The CLI
offers this functionality viapineappl write --repairand it can also be
accessed via Python
Fixed
- added a missing implementation for a branch in
Grid::mergethat was
triggered when exporting some PineAPPL grids generated from the 'pinejet'
group - fixed wrong coupling orders when exporting to APPLgrid. This happened when
the PineAPPL grid had orders that had any other ordering than 'LO', 'NLO',
'NNLO' - fixed a bug that caused exported grids to compare unsuccessfully when the
convolution functions were proton-anti-proton; APPLgrid doesn't store the
types of convolution functions, so we simply convert the grid to use only
proton PDFs
Changed
- the function
Grid::evolvenow makes use of parallelization to take advantage
of the number of CPU cores available using the Rayon crate; the number of CPU
cores to be used can be controlled via theRAYON_NUM_THREADSenvironment
variable