[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/10: gnu: python-arviz: Update to 0.19.0.
From: |
guix-commits |
Subject: |
09/10: gnu: python-arviz: Update to 0.19.0. |
Date: |
Sun, 28 Jul 2024 10:03:56 -0400 (EDT) |
monego pushed a commit to branch master
in repository guix.
commit a268e94bf2fd78023ef75498adcd213dc84a2ea6
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sat Jul 20 08:41:15 2024 -0300
gnu: python-arviz: Update to 0.19.0.
* gnu/packages/statistics.scm (python-arviz): Update to 0.19.0.
Change-Id: Ia42eb00424e77e47e315842313d0ea3759102eab
---
gnu/packages/statistics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 1dd7cad2d9..9dde918e06 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2181,7 +2181,7 @@ machine learning, computer vision, and high-dimensional
statistics.")
(define-public python-arviz
(package
(name "python-arviz")
- (version "0.18.0")
+ (version "0.19.0")
(source (origin
(method git-fetch) ; PyPI misses some test files
(uri (git-reference
@@ -2190,7 +2190,7 @@ machine learning, computer vision, and high-dimensional
statistics.")
(file-name (git-file-name name version))
(sha256
(base32
- "1bdj2mm8zdd83ln9ka9p6bln3n5kkpfmrhgqyy018h51l156m529"))))
+ "0wj1yxr6as368vkr4mk9fz4584nyy12gq2v20l7542lnaabw403z"))))
(build-system pyproject-build-system)
(arguments
;; FIXME: matplotlib tests fail because of the "--save" test flag.
- branch master updated (46a64c7fdd -> fdc6274de5), guix-commits, 2024/07/28
- 03/10: gnu: libngspice, ngspice: Improve package style., guix-commits, 2024/07/28
- 05/10: gnu: python-botorch: Update to 0.11.3., guix-commits, 2024/07/28
- 06/10: gnu: python-pyro-ppl: Update to 1.9.1., guix-commits, 2024/07/28
- 10/10: gnu: python-celery: Update to 5.4.0., guix-commits, 2024/07/28
- 02/10: gnu: libngspice, ngspice: Update to 43., guix-commits, 2024/07/28
- 08/10: gnu: xonsh: Update to 0.18.2., guix-commits, 2024/07/28
- 01/10: gnu: Add emacs-org-remark., guix-commits, 2024/07/28
- 09/10: gnu: python-arviz: Update to 0.19.0.,
guix-commits <=
- 07/10: gnu: python-pyro-ppl: Simplify inputs., guix-commits, 2024/07/28
- 04/10: gnu: ngspice: Enable tests., guix-commits, 2024/07/28