Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add info about 4.0.9 tag + update fitbot #1959

Merged
merged 4 commits into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/fitbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
N3FIT_MAXNREP: 20 # total number of replicas to fit
POSTFIT_NREP: 16 # requested replicas for postfit
REFERENCE_SET: NNBOT-a5240b65e-2023-12-12 # reference set for vp
REFERENCE_SET: NNBOT-14108d20b-2024-02-28 # reference set for vp
scarlehoff marked this conversation as resolved.
Show resolved Hide resolved
CONDA_PY: 310
PYTHONHASHSEED: "0"

Expand Down
4 changes: 4 additions & 0 deletions doc/sphinx/source/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ The code is tagged to contextualize the versioning, mark significant
developments and to mark versions used to produce main results. The
significant releases since the code was made public are:

`Version 4.0.9 <https://github.com/NNPDF/nnpdf/releases/tag/4.0.9>`_
Release for 4.0 N3LO; last release fully backwards-compatible with 4.0 pipeline.
4.0 runcards will still work but external tools, and data and theory not used in the 4.0 family of fits will no longer be guaranteed to work from 4.0.10 onwards
Last release compatible with the old commondata format and that accepts apfel as evolution code.
`Version 4.0.8 <https://github.com/NNPDF/nnpdf/releases/tag/4.0.8>`_
Release for the `QED <https://arxiv.org/abs/2401.08749>`_ and `MHOU <https://arxiv.org/abs/2401.10319>`_ papers.
It contains the whole set of theories needed for the QED, MHOU and N3LO papers.
Expand Down
Loading