Skip to content

Releases: NNPDF/pineappl

v0.6.0-alpha.8

19 Apr 11:31
fb171a4
Compare
Choose a tag to compare
v0.6.0-alpha.8 Pre-release
Pre-release
v0.6.0-alpha.8

v0.6.0-alpha.7

19 Apr 09:51
d55933f
Compare
Choose a tag to compare
v0.6.0-alpha.7 Pre-release
Pre-release
v0.6.0-alpha.7

v0.6.0-alpha.6

19 Apr 08:55
ca6a757
Compare
Choose a tag to compare
v0.6.0-alpha.6 Pre-release
Pre-release
v0.6.0-alpha.6

v0.6.0-alpha.5

30 Mar 15:51
0564551
Compare
Choose a tag to compare
v0.6.0-alpha.5 Pre-release
Pre-release
v0.6.0-alpha.5

v0.6.0-alpha.4

15 Mar 11:23
05c3aad
Compare
Choose a tag to compare
v0.6.0-alpha.4 Pre-release
Pre-release
v0.6.0-alpha.4

v0.6.0-alpha.3

15 Mar 10:38
931adbb
Compare
Choose a tag to compare
v0.6.0-alpha.3 Pre-release
Pre-release
v0.6.0-alpha.3

v0.6.0-alpha.2

03 Mar 09:41
9cfeaa8
Compare
Choose a tag to compare
v0.6.0-alpha.2 Pre-release
Pre-release
v0.6.0-alpha.2

v0.6.0-alpha.1

28 Feb 10:32
bf3eff1
Compare
Choose a tag to compare
v0.6.0-alpha.1 Pre-release
Pre-release
v0.6.0-alpha.1

v0.5.9

02 Jan 16:12
c6284a8
Compare
Choose a tag to compare

0.5.9 - 02/01/2023

Added

  • added new function pineappl_grid_scale_by_bin to the CAPI that corresponds to Grid::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 to evolve to allow evolving a subset of orders of the full grid
  • added new switch --fktable to the CLI subcommand pineappl 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 than Grid::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

21 Oct 15:33
ecf6f49
Compare
Choose a tag to compare

0.5.8 - 21/10/2022

Added

  • added new method Grid::evolve, which will succeed Grid::convolute_eko and is more robust, faster and easier to understand

Fixed

  • fixed a bug in LumiCache::setup, which caused wrong results returned by Grid::convolute, if lumi_cache is reused for a second grid with different Q2/x1/x2 parameters