[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/77: gnu: Add python-funsor.
From: |
guix-commits |
Subject: |
09/77: gnu: Add python-funsor. |
Date: |
Wed, 25 Oct 2023 10:59:48 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 8027b0a26940fd16da714a0437b71edb41cd5700
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Oct 25 16:47:41 2023 +0200
gnu: Add python-funsor.
* gnu/packages/machine-learning.scm (python-funsor): New variable.
Change-Id: Ibd4b993e4d55a6fdda70fe2b6cf4f665730b6739
---
gnu/packages/machine-learning.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index 16781b7aa1..26a8c97a4a 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -151,6 +151,42 @@ representations and sentence classification.")
(inputs (list fasttext))
(native-inputs (list pybind11))))
+(define-public python-funsor
+ (package
+ (name "python-funsor")
+ (version "0.4.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "funsor" version))
+ (sha256
+ (base32 "0cgysij0dix0fikyz2x4f8jvaskm5s5a04s07chzaz2dw1fpxdq8"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-makefun python-multipledispatch
+ python-numpy python-opt-einsum
+ python-typing-extensions))
+ (native-inputs (list python-black
+ python-flake8
+ python-isort
+ python-nbsphinx
+ python-pandas
+ python-pillow
+ python-pyro-api
+ python-pytest
+ python-pytest-xdist
+ python-requests
+ python-scipy
+ python-sphinx
+ python-sphinx-gallery
+ python-sphinx-rtd-theme
+ python-torchvision))
+ (home-page "https://github.com/pyro-ppl/funsor";)
+ (synopsis "Tensor-like library for functions and distributions")
+ (description
+ "This package provides a tensor-like library for functions and
+distributions.")
+ (license license:asl2.0)))
+
(define-public fann
;; The last release is >100 commits behind, so we package from git.
(let ((commit "d71d54788bee56ba4cf7522801270152da5209d7"))
- branch master updated (d461dd81cd -> fa849a177a), guix-commits, 2023/10/25
- 02/77: gnu: r-ggplot2: Update to 3.4.4., guix-commits, 2023/10/25
- 01/77: gnu: r-gdata: Update to 3.0.0., guix-commits, 2023/10/25
- 05/77: gnu: Add python-jupyterlite-core., guix-commits, 2023/10/25
- 03/77: gnu: r-httpuv: Update to 1.6.12., guix-commits, 2023/10/25
- 07/77: gnu: python-sphinx-gallery: Update to 0.14.0., guix-commits, 2023/10/25
- 06/77: gnu: Add python-jupyterlite-sphinx., guix-commits, 2023/10/25
- 04/77: gnu: Add r-deming., guix-commits, 2023/10/25
- 09/77: gnu: Add python-funsor.,
guix-commits <=
- 11/77: gnu: r-biomartr: Update to 1.0.6., guix-commits, 2023/10/25
- 10/77: gnu: r-covr: Update to 3.6.3., guix-commits, 2023/10/25
- 12/77: gnu: r-metap: Update to 1.9., guix-commits, 2023/10/25
- 08/77: gnu: Add python-assertpy., guix-commits, 2023/10/25
- 13/77: gnu: r-bwstest: Update to 0.2.3., guix-commits, 2023/10/25
- 16/77: gnu: r-rcppthread: Update to 2.1.6., guix-commits, 2023/10/25
- 17/77: gnu: r-sp: Update to 2.1-1., guix-commits, 2023/10/25
- 18/77: gnu: r-drat: Update to 0.2.4., guix-commits, 2023/10/25
- 19/77: gnu: r-rpostgres: Update to 1.4.6., guix-commits, 2023/10/25
- 20/77: gnu: r-ggrepel: Update to 0.9.4., guix-commits, 2023/10/25