Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Feb 13:56
· 502 commits to master since this release
717ab60

0.7.0 - 23/02/2024

Added

  • added a new global option --allow-extrapolation, which, when present, allows LHAPDF to extrapolate PDF values outside its valid region in x. If this option is not present the PDFs are set to zero, which remains the default behavior

Changed

  • the Python interface for MacOS is now shipped separately for the two targets (aarch64 and x86_64) instead of a single universal wheel previously
  • raised MSRV to 1.70.0
  • when calling BinRemapper::new, the limits are now checked for overlaps, in which case a new error is returned
  • changed the type ParseBinRemapperError to allow capturing errors from BinRemapper::new

Fixed

  • fixed the missing generation of CPython 3.7 to 3.10 wheels for MacOS targets

Removed

  • removed the type SubGrid that was exported in the CAPI as the type pineappl_subgrid. This type was not used anymore and was a left-over of the changes in the previous version.