···2728buildPythonPackage rec {
29 pname = "nifty8";
30+ version = "8.5.4";
31 pyproject = true;
3233 src = fetchFromGitLab {
34 domain = "gitlab.mpcdf.mpg.de";
35 owner = "ift";
36 repo = "nifty";
37+ tag = "v${version}";
38+ hash = "sha256-Q42ZhQ/T8JmkG75BexevbvVKQqfDmMG6+oTYR0Ze718=";
39 };
4041 build-system = [ setuptools ];
···7677 meta = {
78 homepage = "https://gitlab.mpcdf.mpg.de/ift/nifty";
79+ changelog = "https://gitlab.mpcdf.mpg.de/ift/nifty/-/blob/${src.tag}/ChangeLog.md";
80 description = "Bayesian Imaging library for high-dimensional posteriors";
81+ longDescription = ''
82+ NIFTy, "Numerical Information Field Theory", is a Bayesian imaging library.
83+ It is designed to infer the million to billion dimensional posterior
84+ distribution in the image space from noisy input data. At the core of
85+ NIFTy lies a set of powerful Gaussian Process (GP) models and accurate
86+ Variational Inference (VI) algorithms.
87+ '';
88 license = lib.licenses.gpl3;
89 maintainers = with lib.maintainers; [ parras ];
90 };