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 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.