Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jun 15:33
· 717 commits to master since this release
8a672be

0.6.0 - 01/06/2023

Added

  • 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