all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71136] [PATCH 0/2] Update python-statsmodels to 0.14.2
@ 2024-05-23  0:06 King, Spencer via Guix-patches via
  2024-05-23  0:09 ` [bug#71136] [PATCH 1/2] gnu: python-patsy: Update to 0.5.6 King, Spencer via Guix-patches via
  2024-05-23  0:10 ` [bug#71136] [PATCH 2/2] gnu: python-statsmodels: Update to 0.14.2 King, Spencer via Guix-patches via
  0 siblings, 2 replies; 3+ messages in thread
From: King, Spencer via Guix-patches via @ 2024-05-23  0:06 UTC (permalink / raw)
  To: 71136

Hello, 

This patch series updates python-statsmodels to version 0.14.2 (currently we're on 0.14.0). This includes the bug fixes from 0.14.1 and includes compatibility updates to support both NumPy 2 and Pandas 3. 

Best,
Spencer



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#71136] [PATCH 1/2] gnu: python-patsy: Update to 0.5.6.
  2024-05-23  0:06 [bug#71136] [PATCH 0/2] Update python-statsmodels to 0.14.2 King, Spencer via Guix-patches via
@ 2024-05-23  0:09 ` King, Spencer via Guix-patches via
  2024-05-23  0:10 ` [bug#71136] [PATCH 2/2] gnu: python-statsmodels: Update to 0.14.2 King, Spencer via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: King, Spencer via Guix-patches via @ 2024-05-23  0:09 UTC (permalink / raw)
  To: 71136@debbugs.gnu.org

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: 0001-gnu-python-patsy-Update-to-0.5.6.patch --]
[-- Type: application/octet-stream, Size: 1607 bytes --]

From 8b65723cdc4be3f01fac93643647d802919e8f41 Mon Sep 17 00:00:00 2001
Message-Id: <8b65723cdc4be3f01fac93643647d802919e8f41.1716422477.git.spencer.king@geneoscopy.com>
From: Spencer King <spencer.king@geneoscopy.com>
Date: Wed, 22 May 2024 23:59:12 +0000
Subject: [PATCH 1/2] gnu: python-patsy: Update to 0.5.6.

* gnu/packages/statistics.scm (python-patsy): Update to 0.5.6.

Change-Id: I9109e6a65496b17587948c67dad10e2d12706a27
---
 gnu/packages/statistics.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index ebe2d3025c..792a76f85e 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -20,6 +20,7 @@
 ;;; Copyright © 2023 gemmaro <gemmaro.dev@gmail.com>
 ;;; Copyright © 2023 Felix Gruber <felgru@posteo.net>
 ;;; Copyright © 2023 Troy Figiel <troy@troyfigiel.com>
+;;; Copyright © 2024 Spencer King <spencer.king@geneoscopy.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2320,13 +2321,13 @@ (define-public python-chaospy
 (define-public python-patsy
   (package
     (name "python-patsy")
-    (version "0.5.2")
+    (version "0.5.6")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "patsy" version))
               (sha256
                (base32
-                "17dn72519gvwifw3i8mzwlslxmxkl8ihzfrxg1iblsk70iwdwlsh"))))
+                "1nrcgl60qzy6ynfbi3arg9s9gqpj0drkvxpppy25ylr2f9xd9ilm"))))
     (build-system python-build-system)
     (arguments
      `(#:phases

base-commit: 3597c736588c45efde3c22d533ea8774c3fdd235
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#71136] [PATCH 2/2] gnu: python-statsmodels: Update to 0.14.2.
  2024-05-23  0:06 [bug#71136] [PATCH 0/2] Update python-statsmodels to 0.14.2 King, Spencer via Guix-patches via
  2024-05-23  0:09 ` [bug#71136] [PATCH 1/2] gnu: python-patsy: Update to 0.5.6 King, Spencer via Guix-patches via
@ 2024-05-23  0:10 ` King, Spencer via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: King, Spencer via Guix-patches via @ 2024-05-23  0:10 UTC (permalink / raw)
  To: 71136@debbugs.gnu.org

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: 0002-gnu-python-statsmodels-Update-to-0.14.2.patch --]
[-- Type: application/octet-stream, Size: 1484 bytes --]

From 554bb8b01d1a7a101ba08d9752911be1ace03b7a Mon Sep 17 00:00:00 2001
Message-Id: <554bb8b01d1a7a101ba08d9752911be1ace03b7a.1716422477.git.spencer.king@geneoscopy.com>
In-Reply-To: <8b65723cdc4be3f01fac93643647d802919e8f41.1716422477.git.spencer.king@geneoscopy.com>
References: <8b65723cdc4be3f01fac93643647d802919e8f41.1716422477.git.spencer.king@geneoscopy.com>
From: Spencer King <spencer.king@geneoscopy.com>
Date: Thu, 23 May 2024 00:00:39 +0000
Subject: [PATCH 2/2] gnu: python-statsmodels: Update to 0.14.2.

* gnu/packages/statistics.scm (python-statsmodels): Update to 0.14.2.

Change-Id: I548e3d702321c015dadc2980a9d43883fa2f2ec6
---
 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 792a76f85e..73a2f77762 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2405,13 +2405,13 @@ (define-public python-emcee
 (define-public python-statsmodels
   (package
     (name "python-statsmodels")
-    (version "0.14.0")
+    (version "0.14.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "statsmodels" version))
        (sha256
-        (base32 "1927ysv7m46m1x3wz05i0s3r5x0nasmidf2yy54djrp9i7bcfxb8"))
+        (base32 "1bfnxkzdcz5fj7hh1gc021hc3b9181f1mfph4kd1ra6kg8a501c9"))
        (modules '((guix build utils)))
        (snippet
         '(for-each delete-file (find-files "." "\\.c$")))))
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-23  0:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-23  0:06 [bug#71136] [PATCH 0/2] Update python-statsmodels to 0.14.2 King, Spencer via Guix-patches via
2024-05-23  0:09 ` [bug#71136] [PATCH 1/2] gnu: python-patsy: Update to 0.5.6 King, Spencer via Guix-patches via
2024-05-23  0:10 ` [bug#71136] [PATCH 2/2] gnu: python-statsmodels: Update to 0.14.2 King, Spencer via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.