pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-scipy



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Sep 28 15:46:30 UTC 2023

Modified Files:
        pkgsrc/math/py-scipy: Makefile distinfo

Log Message:
py-scipy: updated to 1.11.3

Issues closed for 1.11.3
------------------------
* BUG: scipy.optimize's trust-constr algorithm hangs when keep-feasible...
* freqz: suboptimal performance for worN=2\*\*n+1, include_nyquist=True...
* Bug in scipy.sparse.csgraph.min_weight_full_bipartite_matching
* BUG: Different results between numpy.fft.rfft and scipy.signal.freqz
* Buffer dtype mismatch, expected 'ITYPE_t' but got 'long'
* BUG: johnsonsu distribution no longer accepts integer \`b\` parameter
* BUG: dev.py has \`distutils\` usage
* BUG: mesonpy embeds random path in .pyx files
* BUG: Regression in 1.11.2: optimize.least_squares with method='trf'...
* BUG: Build fails on latest commit
* BUG: scipy.sparse.csgraph.laplacian raises AttributeError on...
* BUG: Incorrect sampling from zero rank covariance

Pull requests for 1.11.3
------------------------
* BUG: add infeasibility checks to min_weight_full_bipartite_matching
* BUG: Allow johnsonsu parameters to be floats
* BUG: sparse.csgraph: Support int64 indices in traversal.pyx
* BUG: Fix python3.12 distutils dev.py build
* BUG: trust-constr Bounds exclusive
* MAINT: should not be using np.float64() on arrays
* REL, MAINT: prep for 1.11.3
* BUG: Fixes 19103 by adding back make_strictly_feasible to lsq...
* BLD: Avoid absolute pathnames in .pyx files
* MAINT: signal: Remove the cval parameter from the private function...
* BLD: revert to using published wheels [wheel build]
* BUG: Support sparse arrays in scipy.sparse.csgraph.laplacian
* MAINT: stats.CovViaEigendecomposition: fix \`_LA\` attribute...
* TST: fix \`TestODR.test_implicit\` test failure with tolerance...
* BUG: freqz rfft grid fix
* MAINT: newton, make sure x0 is an inexact type
* BUG: stats: fix build failure due to incorrect Boost policies...
* BLD: add float.h include to \`_fpumode.c\`, fixes Clang on Windows...
* MAINT: fix libquadmath licence


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/math/py-scipy/Makefile
cvs rdiff -u -r1.48 -r1.49 pkgsrc/math/py-scipy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-scipy/Makefile
diff -u pkgsrc/math/py-scipy/Makefile:1.69 pkgsrc/math/py-scipy/Makefile:1.70
--- pkgsrc/math/py-scipy/Makefile:1.69  Sat Sep  2 21:52:49 2023
+++ pkgsrc/math/py-scipy/Makefile       Thu Sep 28 15:46:30 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2023/09/02 21:52:49 gutteridge Exp $
+# $NetBSD: Makefile,v 1.70 2023/09/28 15:46:30 adam Exp $
 
-DISTNAME=      scipy-1.11.2
+DISTNAME=      scipy-1.11.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/scipy/}

Index: pkgsrc/math/py-scipy/distinfo
diff -u pkgsrc/math/py-scipy/distinfo:1.48 pkgsrc/math/py-scipy/distinfo:1.49
--- pkgsrc/math/py-scipy/distinfo:1.48  Sat Aug 26 19:50:01 2023
+++ pkgsrc/math/py-scipy/distinfo       Thu Sep 28 15:46:30 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.48 2023/08/26 19:50:01 tnn Exp $
+$NetBSD: distinfo,v 1.49 2023/09/28 15:46:30 adam Exp $
 
-BLAKE2s (scipy-1.11.2.tar.gz) = b1b604d63b97d0cf5fb551d227761214b88881f9e3be2195c0f69f5902eb96be
-SHA512 (scipy-1.11.2.tar.gz) = f6902d48617827d01f69c057f3c4790c7388bc58df0791ade96e073740253bc0529475f9fc22d00c23c0b649acaeb820792528d3805d0ac68588c329aa87b3f2
-Size (scipy-1.11.2.tar.gz) = 56045065 bytes
+BLAKE2s (scipy-1.11.3.tar.gz) = 44758a48b53d7e76b9e79a6fcd9d393671120261c6a1a31dd185eb909b05f8b0
+SHA512 (scipy-1.11.3.tar.gz) = 6491c4e479d9f4f02e677396a25ddca947a0dc6c009fc2ec34c658012a6224c0b535f14045bb011fbde9973ea987d184574ed64e6760c31798ec860eb0896fcf
+Size (scipy-1.11.3.tar.gz) = 56335652 bytes
 SHA1 (patch-scipy_spatial___ckdtree.pyx) = 09f79827790edb78204cca7bbe25b5f373834dd4
 SHA1 (patch-scipy_spatial_ckdtree_src_ckdtree__decl.h) = c5684427731eef00c012b1ebc7fba00da560f493
 SHA1 (patch-scipy_special_Faddeeva.hh) = 9f6c0bb808fc9be0a1c1b7e65395d29f13821233



Home | Main Index | Thread Index | Old Index