Skip to content

Releases: NNPDF/pineappl

v1.4.0

12 May 14:33

Choose a tag to compare

1.4.0 - 12/05/2026

Starting with this version, PineAPPL has an official logo!

Added

  • added optimize_using in Grid objects of the Python API
  • added an actual implementation of pineappl_grid_metadata and
    pineappl_grid_set_metadata in the APIs

Fixed

  • fixed fragmentation scale evolution, particularly for the specific case where
    the fragmentation scale is the only scale present
  • fixed a bug in the Newton's convergence method by raising the maximum number
    of iteration
  • fixed a bug in the implementation of pineappl_channels_add of the Fortran
    API
  • Improve detection of convolution function in the CLI

Changed

  • raised MSRV to 1.91.0
  • raised Rust edition to 2024
  • instead of depending on a previous version of the PineAPPL crate, a new crate
    pineappl_v0 is now responsible for loading files with file version v0
  • raised dependency on pyo3 to 0.27, which drops support for PyPy 3.9 and 3.10
  • renamed the switch --discard-non-matching-scales to
    --discard-non-matching-values, which now also discards momentum fraction
    values unavailable to APPLgrid. Both --discard-non-matching-scales and the
    new --discard-non-matching-momenta are aliases to the new option name to
    guarantee backwards compatibility of the CLI.

v1.4.0-alpha1

29 Apr 09:03

Choose a tag to compare

v1.4.0-alpha1 Pre-release
Pre-release
v1.4.0-alpha1

v1.3.3

01 Mar 21:55

Choose a tag to compare

1.3.3 - 01/03/2026

Added

  • added support for the Python 3.14 on macOS (ARM64/x86)

Removed

  • removed support for the following Python versions due to unresolved issue in
    maturin action on Windows (x86): Python 3.7, 3.8, 3.9

v1.3.3-alpha-4

01 Mar 13:56
v1.3.3-alpha-4
d094677

Choose a tag to compare

v1.3.3-alpha-4 Pre-release
Pre-release
v1.3.3-alpha-4

v1.3.3-alpha-3

01 Mar 10:08
v1.3.3-alpha-3
73acb2e

Choose a tag to compare

v1.3.3-alpha-3 Pre-release
Pre-release
v1.3.3-alpha-3

v1.3.3-alpha-2

01 Mar 09:34
v1.3.3-alpha-2
412aa49

Choose a tag to compare

v1.3.3-alpha-2 Pre-release
Pre-release
v1.3.3-alpha-2

v1.3.3-alpha-1

01 Mar 09:17
v1.3.3-alpha-1
f51f7c2

Choose a tag to compare

v1.3.3-alpha-1 Pre-release
Pre-release
v1.3.3-alpha-1

v1.3.3-alpha-0

01 Mar 09:17
v1.3.3-alpha-0
bc7c23a

Choose a tag to compare

v1.3.3-alpha-0 Pre-release
Pre-release
v1.3.3-alpha-0

v1.3.2

23 Feb 10:13

Choose a tag to compare

1.3.2 - 21/02/2026

v1.3.0

06 Dec 22:35

Choose a tag to compare

1.3.0 - 06/12/2025

Added

  • added a pineappl_grid_delete_bins method to the C-API

Fixed

  • fixed bugs in stopping condition of the Newton iteration method
  • fixed a bug in comparing interpolation::Interp objects when one of the
    boundaries is NaN