Releases: N3PDF/pdfflow
PDFFlow 1.2.2
The main update of this version is the usage of lhpdf-management
instead of LHAPDF in preparation for 1.3
What's Changed
- Remove LHAPDF non-python dependencies by @scarlehoff in #57
- Packaging by @marcorossi5 in #59
- Vectorized example C-API by @scarrazza in #61
- Add a workflow to test some number of PDFs by @scarlehoff in #62
Full Changelog: v1.2.1...v1.2.2
PDFFlow 1.2.1
Minor release of VegasFlow
License is changed from GPLv3 to Apache 2 for consistency with other projects.
Now the environment variable PDFFLOW_DATA_PATH
can be used to point to the pdf sets so lhapdf
is no longer needed (#55)
PDFFlow 1.2
Alongside with TF 2.5, python 3.9 is now supported.
A list of members (or None
at all) can now be given to PDFFlow (#50) making the interface a bit more intuitive.
PDFFlow 1.1
Minor update of PDFFlow. The main feature with respect to the 1.0 release is that we have dropped the dependence on tensorflow-probability
and added a explicit example of an interface of PDFFlow with Fortran and C++
PDFFlow 1.0
First production release of PDFFlow
to accompany the upload of the paper to the arXiv
This first release contains the basic ingredients for PDF interpolation in hardware accelerators as described in the documentation and the upconming paper.
The main features are:
- Parallel PDF interpolation in GPU and CPUs
- Parallel alpha_s interpolation in GPU and CPUs
- TensorFlow-only and Python interfaces available
Release candidate
Release candidate to test that everything works as it should.
PDFFlow v0.0.1b1
add readthedocs.yml