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 Grid::evolve_with_slice_iter, AlphasTable and OperatorSliceInfo, which define a new interface supporting very large evolution kernels that have been introduced in EKO v0.13. This interface will replace Grid::evolve
added --dont-sort switch to pineappl channels, which displays the channel sizes ordered by channel index (instead of channel size)
added Grid::rotate_pid_basis and pineappl write --rotate-pid-basis. This allows to change the meaning of the used particle IDs, and supported formats are PDG MC IDs and the evolution basis
added pineappl write --rewrite-order that lets the user change the exponents of each order
Changed
changed the official name of the CLI subcommand convolute to convolve, because the latter is the proper verb of ‘convolution’. The old name convolute is now an alias of convolve, which means both can be used. The methods Grid::convolute* are left unchanged and will be renamed in later version
changed switch --silence-lhapdf to --lhapdf-banner and suppress LHAPDF’s banners by default, unless --lhapdf-banner is given
Grid::evolve has now been marked deprecated
switched from lhapdf to managed-lhapdf crate which automatically downloads PDF sets when they are needed
Fixed
fixed yet another problem that prevent the Python interface for Python 3.6 from being successfully installed
fixed Grid::delete_channels and its CLI variant pineappl write --delete-channels. This command wasn’t working properly before