Skip to content

4.0.9

Latest
Compare
Choose a tag to compare
@scarlehoff scarlehoff released this 01 Mar 09:16
· 616 commits to master since this release
843a03d

Release for 4.0 N3LO hep-ph/2402.18635
Last release fully backwards-compatible with 4.0 pipeline. 4.0 runcards will still work but: external tools, data and theory not used in the 4.0 family of fits will no longer be guaranteed to work going forward.
Last release compatible with the old commondata format

This release is compatible with python 3.9, 3.10, 3.11

To install from conda you can use:

conda install nnpdf=4.0.9.0 -c conda-forge -c https://packages.nnpdf.science/public

or pip:

 python -m pip install git+https://github.com/NNPDF/nnpdf.git@4.0.9

Highlights

  • The usage of cmake is now optional and only used to install the legacy version of evolven3fit and buildmaster (#1773, #1690)
  • Commondata and the theorydb is installed as part of the python package (#1861)
  • ${XDG_CONFIG_HOME}/NNPDF/nnprofile.yaml is now the default location for the NNPDF profile (#1861)
  • Added the flag redo-regression in github to autogenerate regression tests (#1944)
  • Misc changes and improvements to th variation plots (#1910)
  • Fits without charm sumrule can be now performed with the sum_rules: "ALLBUTCSR" option (#1926)

Full set of changes and PRs

Full Changelog: 4.0.8...4.0.9