Releases: NNPDF/pineappl
Releases · NNPDF/pineappl
v0.6.0-alpha.8
v0.6.0-alpha.8
v0.6.0-alpha.7
v0.6.0-alpha.7
v0.6.0-alpha.6
v0.6.0-alpha.6
v0.6.0-alpha.5
v0.6.0-alpha.5
v0.6.0-alpha.4
v0.6.0-alpha.4
v0.6.0-alpha.3
v0.6.0-alpha.3
v0.6.0-alpha.2
v0.6.0-alpha.2
v0.6.0-alpha.1
v0.6.0-alpha.1
v0.5.9
0.5.9 - 02/01/2023
Added
- added new function
pineappl_grid_scale_by_bin
to the CAPI that corresponds toGrid::scale_by_bin
- added new subcommand
analyze
, which performs various analyses. For time being only one analysis is available:ckf
. This calculates the per-channel K factors which can be compared against the per-bin K factors - added switch
--orders
toevolve
to allow evolving a subset of orders of the full grid - added new switch
--fktable
to the CLI subcommandpineappl obl
to detect whether a grid is also an FK table - added new method
Grid::evolve_info
which extracts the information need to generate EKOs. This function is less restrictive thanGrid::axes
, which it will replace pineappl import
now converts also scale-variation log-grids from flexible-scale fastNLO tables
Fixed
- fixed bug in the calculation of asymmetries when multiple scales were requested
v0.5.8
0.5.8 - 21/10/2022
Added
- added new method
Grid::evolve
, which will succeedGrid::convolute_eko
and is more robust, faster and easier to understand
Fixed
- fixed a bug in
LumiCache::setup
, which caused wrong results returned byGrid::convolute
, iflumi_cache
is reused for a second grid with different Q2/x1/x2 parameters