You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added --orders switch to pull to allow the selection of a subset of perturbative orders
added the subcommand help to show manpages of for each subcommand of pineappl
the switch --limit in pull now allows the value 0 for faster pull computation
added PDF ratio panel to plot script generated by pineappl plot
added new subcommand export, which is able to convert some PineAPPL grids into the APPLgrid format
added support for EKO’s new file formats (old file format is still supported) in pineappl evolve
pineappl import now also imports fastNLO’s metadata:
fastNLOTable::GetDimLabels() is stored as the value of the key x{1,2,...}_labels
fastNLOTable::GetXSDescr() is stored as the value of the key y_label
fastNLOTable::GetScDescr() is stored as the value of the key fastnlo_scenario
removed switch --silence-libraries which did not work properly and relied on non-portable code
Changed
raised MSRV to 1.64.0
the switch --force-positive must be given at the same level as --silence-lhapdf
the CLI subcommands delete, optimize, set and update were merged into the new write subcommand. Also the options --merge-bins, --scale and --scale-by-order were merged into write
the CLI subcommand remap was merged into write as the option --remap, which expects as a single argument the remapping string. The option --norm was renamed to --remap-norm, and --ignore-obs-norm was renamed to --remap-norm-ignore. Note that the latter now counts dimensions from zero onward, instead from one (old behavior)
the CLI subcommand info and obl were merged into the new subcommand read
Fixed
fixed a bug introduced in v0.5.5 that caused pineappl convolute to not show results for more than two PDF sets
fixed a bug that caused pineappl convolute to ignore a possible --order parameter for additionally given PDF sets
fixed a bug that caused pineappl plot to show wrong pulls if the central PDF set had asymmetric uncertainties
Removed
removed pineappl sum --integrated. This subcommand did not always work as expected, use pineappl obs --merge-bins instead